[Feature] Option to store log file at application directory instead into AppData (#371), version 1.2.9.11

This commit is contained in:
Markus Hofknecht 2022-06-05 15:27:35 +02:00
parent d3c61273d3
commit c614cdf71b
74 changed files with 848 additions and 589 deletions

View file

@ -25,8 +25,6 @@ namespace SystemTrayMenu
private static bool readHideFileExtdone; private static bool readHideFileExtdone;
private static bool isHideFileExtension; private static bool isHideFileExtension;
public static bool IsHideFileExtdone => IsHideFileExtension();
public static string Path => Settings.Default.PathDirectory; public static string Path => Settings.Default.PathDirectory;
public static string SearchPattern => Settings.Default.SearchPattern; public static string SearchPattern => Settings.Default.SearchPattern;
@ -464,8 +462,6 @@ namespace SystemTrayMenu
private static void UpgradeIfNotUpgraded() private static void UpgradeIfNotUpgraded()
{ {
// string path = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.PerUserRoaming).FilePath;
// path = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
if (!Settings.Default.IsUpgraded) if (!Settings.Default.IsUpgraded)
{ {
Settings.Default.Upgrade(); Settings.Default.Upgrade();

View file

@ -39,5 +39,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.9.10")] [assembly: AssemblyVersion("1.2.9.11")]
[assembly: AssemblyFileVersion("1.2.9.10")] [assembly: AssemblyFileVersion("1.2.9.11")]

View file

@ -95,15 +95,31 @@ namespace SystemTrayMenu.Properties
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("false")] [global::System.Configuration.DefaultSettingValueAttribute("false")]
public bool PossibilityToSelectFolderByWindowsContextMenu public bool SetFolderByWindowsContextMenu
{ {
get get
{ {
return ((bool)(this["PossibilityToSelectFolderByWindowsContextMenu"])); return ((bool)(this["SetFolderByWindowsContextMenu"]));
} }
set set
{ {
this["PossibilityToSelectFolderByWindowsContextMenu"] = value; this["SetFolderByWindowsContextMenu"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("false")]
public bool SaveLogFileInApplicationDirectory
{
get
{
return ((bool)(this["SaveLogFileInApplicationDirectory"]));
}
set
{
this["SaveLogFileInApplicationDirectory"] = value;
} }
} }

View file

@ -139,7 +139,7 @@
<value>Besonderhede</value> <value>Besonderhede</value>
</data> </data>
<data name="System Info" xml:space="preserve"> <data name="System Info" xml:space="preserve">
<value>Stelselinligting</value> <value>Stelsel inligting</value>
</data> </data>
<data name="Directory inaccessible" xml:space="preserve"> <data name="Directory inaccessible" xml:space="preserve">
<value>Gids ontoeganklik</value> <value>Gids ontoeganklik</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Skakel om na relatiewe gids</value> <value>Skakel om na relatiewe gids</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Stoor konfigurasie in die toepassingsgids</value> <value>Stoor konfigurasie in toepassingsgids</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfigurasielêer en loglêer</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Maak toepassingsgids oop</value> <value>Maak toepassingsgids oop</value>
@ -304,7 +304,7 @@
<value>Skuif terwyl die muis daaroor beweeg 2</value> <value>Skuif terwyl die muis daaroor beweeg 2</value>
</data> </data>
<data name="Use icon from directory" xml:space="preserve"> <data name="Use icon from directory" xml:space="preserve">
<value>Gebruik ikoon uit die gids</value> <value>Gebruik ikoon uit gids</value>
</data> </data>
<data name="Size" xml:space="preserve"> <data name="Size" xml:space="preserve">
<value>Grootte</value> <value>Grootte</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Wys soekbalk</value> <value>Wys soekbalk</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Stoor die loglêer in die toepassingsgids in plaas van AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>تحويل إلى دليل نسبي</value> <value>تحويل إلى دليل نسبي</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>حفظ التكوين في مجلد التطبيق</value> <value>حفظ التكوين في دليل التطبيق</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>ملف التكوين وملف السجل</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>افتح دليل التطبيق</value> <value>افتح دليل التطبيق</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>إظهار شريط البحث</value> <value>إظهار شريط البحث</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>حفظ ملف السجل في دليل التطبيق بدلاً من AppData</value>
</data>
</root> </root>

View file

@ -133,7 +133,7 @@
<value>kataloq</value> <value>kataloq</value>
</data> </data>
<data name="Directory empty" xml:space="preserve"> <data name="Directory empty" xml:space="preserve">
<value>Kataloq boşdur</value> <value>Kataloq boş</value>
</data> </data>
<data name="Details" xml:space="preserve"> <data name="Details" xml:space="preserve">
<value>Təfərrüatlar</value> <value>Təfərrüatlar</value>
@ -187,7 +187,7 @@
<value>Proqramın kök kataloquna girişiniz yoxdur. Kataloqa giriş icazəsi verin və ya kök kataloqunu dəyişdirin.</value> <value>Proqramın kök kataloquna girişiniz yoxdur. Kataloqa giriş icazəsi verin və ya kök kataloqunu dəyişdirin.</value>
</data> </data>
<data name="Single click to open an element instead of double click" xml:space="preserve"> <data name="Single click to open an element instead of double click" xml:space="preserve">
<value>İki klik əvəzinə elementi açmaq üçün bir kliklə</value> <value>İki klik əvəzinə bir elementi açmaq üçün bir kliklə</value>
</data> </data>
<data name="Color scheme dark always active" xml:space="preserve"> <data name="Color scheme dark always active" xml:space="preserve">
<value>Rəng sxemi qaranlıq həmişə aktivdir</value> <value>Rəng sxemi qaranlıq həmişə aktivdir</value>
@ -252,14 +252,14 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Nisbi qovluğa çevirin</value> <value>Nisbi qovluğa çevirin</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Konfiqurasiyanı proqram qovluğunda saxlayın</value> <value>Konfiqurasiyanı proqram kataloqunda saxlayın</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfiqurasiya faylı və log faylı</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Tətbiq qovluğunu açın</value> <value>Proqram qovluğunu açın</value>
</data> </data>
<data name="Pixels maximum menu height" xml:space="preserve"> <data name="Pixels maximum menu height" xml:space="preserve">
<value>Piksel maksimum menyu hündürlüyü</value> <value>Piksel maksimum menyu hündürlüyü</value>
@ -301,7 +301,7 @@
<value>Siçan onun üzərində hərəkət edərkən sürüşdürün 1</value> <value>Siçan onun üzərində hərəkət edərkən sürüşdürün 1</value>
</data> </data>
<data name="Slider while mouse hovers over it 2" xml:space="preserve"> <data name="Slider while mouse hovers over it 2" xml:space="preserve">
<value>Siçan üzərinə sürüşdürərkən sürüşdürün 2</value> <value>Siçan onun üzərində hərəkət edərkən sürüşdürün 2</value>
</data> </data>
<data name="Use icon from directory" xml:space="preserve"> <data name="Use icon from directory" xml:space="preserve">
<value>Kataloqdan ikonadan istifadə edin</value> <value>Kataloqdan ikonadan istifadə edin</value>
@ -310,7 +310,7 @@
<value>Ölçü</value> <value>Ölçü</value>
</data> </data>
<data name="Border of menu" xml:space="preserve"> <data name="Border of menu" xml:space="preserve">
<value>Menyunun sərhədi</value> <value>Menyu sərhədi</value>
</data> </data>
<data name="Icons" xml:space="preserve"> <data name="Icons" xml:space="preserve">
<value>Nişanlar</value> <value>Nişanlar</value>
@ -382,7 +382,7 @@
<value>Bu sayda element varsa, keşi təmizləyin</value> <value>Bu sayda element varsa, keşi təmizləyin</value>
</data> </data>
<data name="Add sample directory 'Start Menu'" xml:space="preserve"> <data name="Add sample directory 'Start Menu'" xml:space="preserve">
<value>'Başlat Menyu' nümunə kataloqu əlavə edin</value> <value>'Başlat Menyu' nümunə qovluğu əlavə edin</value>
</data> </data>
<data name="Row height in percent" xml:space="preserve"> <data name="Row height in percent" xml:space="preserve">
<value>Sətir hündürlüyü faizlə</value> <value>Sətir hündürlüyü faizlə</value>
@ -427,7 +427,7 @@
<value>Gizli fayllar və qovluqlar</value> <value>Gizli fayllar və qovluqlar</value>
</data> </data>
<data name="Never show hidden files, directories or drives" xml:space="preserve"> <data name="Never show hidden files, directories or drives" xml:space="preserve">
<value>Heç vaxt gizli faylları, kataloqları və ya sürücüləri göstərməyin</value> <value>Heç vaxt gizli faylları, qovluqları və ya diskləri göstərməyin</value>
</data> </data>
<data name="Size and location" xml:space="preserve"> <data name="Size and location" xml:space="preserve">
<value>Ölçü və yer</value> <value>Ölçü və yer</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Axtarış çubuğunu göstərin</value> <value>Axtarış çubuğunu göstərin</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Log faylının AppData əvəzinə proqram kataloqunda saxlanması</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Пераўтварыць у адносны каталог</value> <value>Пераўтварыць у адносны каталог</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Захавайце канфігурацыю ў тэчку прыкладання</value> <value>Захаваць канфігурацыю ў каталогу прыкладанняў</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Файл канфігурацыі і файл журнала</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Адкрыйце каталог прыкладанняў</value> <value>Адкрыйце каталог прыкладанняў</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Паказаць радок пошуку</value> <value>Паказаць радок пошуку</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Захаванне файла журнала ў каталогу прыкладання замест AppData</value>
</data>
</root> </root>

View file

@ -196,7 +196,7 @@
<value>Разширено</value> <value>Разширено</value>
</data> </data>
<data name="At mouse location" xml:space="preserve"> <data name="At mouse location" xml:space="preserve">
<value>На местоположението на мишката</value> <value>На мястото на мишката</value>
</data> </data>
<data name="Changing directory" xml:space="preserve"> <data name="Changing directory" xml:space="preserve">
<value>Промяна на директория</value> <value>Промяна на директория</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Преобразуване в относителна директория</value> <value>Преобразуване в относителна директория</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Запазете конфигурацията в папката на приложението</value> <value>Запазете конфигурацията в директорията на приложението</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Конфигурационен файл и регистрационен файл</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Отворете директорията на приложението</value> <value>Отворете директорията на приложението</value>
@ -457,7 +457,7 @@
<value>Размер на иконите в проценти</value> <value>Размер на иконите в проценти</value>
</data> </data>
<data name="Support SystemTrayMenu" xml:space="preserve"> <data name="Support SystemTrayMenu" xml:space="preserve">
<value>Поддръжка SystemTrayMenu</value> <value>Поддръжка на SystemTrayMenu</value>
</data> </data>
<data name="Fading" xml:space="preserve"> <data name="Fading" xml:space="preserve">
<value>Затихване</value> <value>Затихване</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Показване на лентата за търсене</value> <value>Показване на лентата за търсене</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Записване на регистрационния файл в директорията на приложението вместо в AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>আপেক্ষিক ডিরেক্টরিতে রূপান্তর করুন</value> <value>আপেক্ষিক ডিরেক্টরিতে রূপান্তর করুন</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>অ্যাপ্লিকেশন ফোল্ডারে কনফিগারেশন সংরক্ষণ করুন</value> <value>অ্যাপ্লিকেশন ডিরেক্টরিতে কনফিগারেশন সংরক্ষণ করুন</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>ইউএসবি</value> <value>কনফিগারেশন ফাইল এবং লগ ফাইল</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>অ্যাপ্লিকেশন ডিরেক্টরি খুলুন</value> <value>অ্যাপ্লিকেশন ডিরেক্টরি খুলুন</value>
@ -475,7 +475,7 @@
<value>শ্রেণীবিভাজন</value> <value>শ্রেণীবিভাজন</value>
</data> </data>
<data name="Copy row item via drag drop" xml:space="preserve"> <data name="Copy row item via drag drop" xml:space="preserve">
<value>ড্র্যাগ ড্রপের মাধ্যমে সারি আইটেম পি করুন</value> <value>ড্র্যাগ ড্রপের মাধ্যমে সারি আইটেম অনুলিপি করুন</value>
</data> </data>
<data name="Drag" xml:space="preserve"> <data name="Drag" xml:space="preserve">
<value>টেনে আনুন</value> <value>টেনে আনুন</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>সার্চ বার দেখান</value> <value>সার্চ বার দেখান</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>AppData এর পরিবর্তে অ্যাপ্লিকেশন ডিরেক্টরিতে লগ ফাইল সংরক্ষণ করা হচ্ছে</value>
</data>
</root> </root>

View file

@ -175,7 +175,7 @@
<value>Preguntes freqüents</value> <value>Preguntes freqüents</value>
</data> </data>
<data name="Read the FAQ and then choose a root directory for the SystemTrayMenu." xml:space="preserve"> <data name="Read the FAQ and then choose a root directory for the SystemTrayMenu." xml:space="preserve">
<value>Llegiu les PMF i, a continuació, trieu un directori arrel per al SystemTrayMenu.</value> <value>Llegiu les PMF i trieu un directori arrel per al SystemTrayMenu.</value>
</data> </data>
<data name="Select directory" xml:space="preserve"> <data name="Select directory" xml:space="preserve">
<value>Seleccioneu el directori</value> <value>Seleccioneu el directori</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Converteix al directori relatiu</value> <value>Converteix al directori relatiu</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Desa la configuració a la carpeta de l'aplicació</value> <value>Desa la configuració al directori de l'aplicació</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Fitxer de configuració i fitxer de registre</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Obriu el directori d'aplicacions</value> <value>Obriu el directori d'aplicacions</value>
@ -382,7 +382,7 @@
<value>Esborra la memòria cau si hi ha més d'aquest nombre d'elements</value> <value>Esborra la memòria cau si hi ha més d'aquest nombre d'elements</value>
</data> </data>
<data name="Add sample directory 'Start Menu'" xml:space="preserve"> <data name="Add sample directory 'Start Menu'" xml:space="preserve">
<value>Afegeix el directori d'exemple "Menú Inici"</value> <value>Afegeix el directori de mostra "Menú Inici"</value>
</data> </data>
<data name="Row height in percent" xml:space="preserve"> <data name="Row height in percent" xml:space="preserve">
<value>Alçada de fila en percentatge</value> <value>Alçada de fila en percentatge</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Mostra la barra de cerca</value> <value>Mostra la barra de cerca</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Deseu el fitxer de registre al directori de l'aplicació en lloc d'AppData</value>
</data>
</root> </root>

View file

@ -181,7 +181,7 @@
<value>Vyberte adresář</value> <value>Vyberte adresář</value>
</data> </data>
<data name="Your root directory for the app does not exist or is empty! Change the root directory or put some files, directories or shortcuts into the root directory." xml:space="preserve"> <data name="Your root directory for the app does not exist or is empty! Change the root directory or put some files, directories or shortcuts into the root directory." xml:space="preserve">
<value>Váš kořenový adresář pro aplikaci neexistuje nebo je prázdný! Změňte kořenový adresář nebo do něj vložte některé soubory, adresáře nebo zástupce.</value> <value>Váš kořenový adresář pro aplikaci neexistuje nebo je prázdný! Změňte kořenový adresář nebo vložte některé soubory, adresáře nebo zástupce do kořenového adresáře.</value>
</data> </data>
<data name="You have no access to the root directory of the app. Grant access to the directory or change the root directory." xml:space="preserve"> <data name="You have no access to the root directory of the app. Grant access to the directory or change the root directory." xml:space="preserve">
<value>Nemáte přístup do kořenového adresáře aplikace. Udělte přístup k adresáři nebo změňte kořenový adresář.</value> <value>Nemáte přístup do kořenového adresáře aplikace. Udělte přístup k adresáři nebo změňte kořenový adresář.</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Převést do relativního adresáře</value> <value>Převést do relativního adresáře</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Uložte konfiguraci do složky aplikace</value> <value>Uložte konfiguraci do adresáře aplikace</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfigurační soubor a soubor protokolu</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Otevřete adresář aplikace</value> <value>Otevřete adresář aplikace</value>
@ -283,7 +283,7 @@
<value>Barevné provedení tmavé</value> <value>Barevné provedení tmavé</value>
</data> </data>
<data name="Color scheme bright" xml:space="preserve"> <data name="Color scheme bright" xml:space="preserve">
<value>Barevné schéma světlé</value> <value>Barevné provedení světlé</value>
</data> </data>
<data name="App menu" xml:space="preserve"> <data name="App menu" xml:space="preserve">
<value>Nabídka aplikací</value> <value>Nabídka aplikací</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Zobrazit vyhledávací lištu</value> <value>Zobrazit vyhledávací lištu</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Uložení souboru protokolu do adresáře aplikace namísto AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Trosi i gyfeiriadur cymharol</value> <value>Trosi i gyfeiriadur cymharol</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Cadw ffurfweddiad i'r ffolder cais</value> <value>Cadw ffurfweddiad yn y cyfeiriadur cais</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Ffeil ffurfweddu a ffeil log</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Agor cyfeiriadur cais</value> <value>Agor cyfeiriadur cais</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Dangos bar chwilio</value> <value>Dangos bar chwilio</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Arbed y ffeil log yn y cyfeiriadur cais yn lle AppData</value>
</data>
</root> </root>

View file

@ -184,7 +184,7 @@
<value>Din rodmappe til appen eksisterer ikke eller er tom! Skift rodmappen eller indsæt nogle filer, mapper eller genveje i rodmappen.</value> <value>Din rodmappe til appen eksisterer ikke eller er tom! Skift rodmappen eller indsæt nogle filer, mapper eller genveje i rodmappen.</value>
</data> </data>
<data name="You have no access to the root directory of the app. Grant access to the directory or change the root directory." xml:space="preserve"> <data name="You have no access to the root directory of the app. Grant access to the directory or change the root directory." xml:space="preserve">
<value>Du har ingen adgang til rodmappen til appen. Giv adgang til biblioteket eller skift rodmappen.</value> <value>Du har ingen adgang til rodmappen appen. Giv adgang til biblioteket eller skift rodmappen.</value>
</data> </data>
<data name="Single click to open an element instead of double click" xml:space="preserve"> <data name="Single click to open an element instead of double click" xml:space="preserve">
<value>Enkeltklik for at åbne et element i stedet for at dobbeltklikke</value> <value>Enkeltklik for at åbne et element i stedet for at dobbeltklikke</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Konverter til relativ mappe</value> <value>Konverter til relativ mappe</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Gem konfigurationen i applikationsmappen</value> <value>Gem konfigurationen i applikationsmappen</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfigurationsfil og logfil</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Åbn applikationsmappe</value> <value>Åbn applikationsmappe</value>
@ -346,7 +346,7 @@
<value>Ekspert</value> <value>Ekspert</value>
</data> </data>
<data name="If the focus is lost and the Enter key was pressed" xml:space="preserve"> <data name="If the focus is lost and the Enter key was pressed" xml:space="preserve">
<value>Hvis fokus mistes, og Enter-tasten blev trykket</value> <value>Hvis fokus mistes, og der blev trykket på Enter-tasten</value>
</data> </data>
<data name="Milliseconds until the menu closes if in this case the menu is not reactivated" xml:space="preserve"> <data name="Milliseconds until the menu closes if in this case the menu is not reactivated" xml:space="preserve">
<value>Millisekunder, indtil menuen lukker, hvis menuen i dette tilfælde ikke genaktiveres</value> <value>Millisekunder, indtil menuen lukker, hvis menuen i dette tilfælde ikke genaktiveres</value>
@ -361,7 +361,7 @@
<value>Tilføj indholdet af mappen til rodmappen</value> <value>Tilføj indholdet af mappen til rodmappen</value>
</data> </data>
<data name="Directory paths" xml:space="preserve"> <data name="Directory paths" xml:space="preserve">
<value>Directory stier</value> <value>Vejviserstier</value>
</data> </data>
<data name="Directories" xml:space="preserve"> <data name="Directories" xml:space="preserve">
<value>Vejviser</value> <value>Vejviser</value>
@ -430,7 +430,7 @@
<value>Vis aldrig skjulte filer, mapper eller drev</value> <value>Vis aldrig skjulte filer, mapper eller drev</value>
</data> </data>
<data name="Size and location" xml:space="preserve"> <data name="Size and location" xml:space="preserve">
<value>Størrelse og placering</value> <value>Størrelse og beliggenhed</value>
</data> </data>
<data name="Use operating system settings" xml:space="preserve"> <data name="Use operating system settings" xml:space="preserve">
<value>Brug operativsystemindstillinger</value> <value>Brug operativsystemindstillinger</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Vis søgelinjen</value> <value>Vis søgelinjen</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Gemmer logfilen i applikationsmappen i stedet for AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>In relatives Verzeichnis konvertieren</value> <value>In relatives Verzeichnis konvertieren</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Konfiguration im Anwendungsordner speichern</value> <value>Konfiguration im Anwendungsverzeichnis speichern</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfigurationsdatei und Protokolldatei</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Anwendungsverzeichnis öffnen</value> <value>Anwendungsverzeichnis öffnen</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Suchleiste anzeigen</value> <value>Suchleiste anzeigen</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Speichern der Protokolldatei im Anwendungsverzeichnis anstelle von AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Μετατροπή σε σχετικό κατάλογο</value> <value>Μετατροπή σε σχετικό κατάλογο</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Αποθηκεύστε τη διαμόρφωση στο φάκελο της εφαρμογής</value> <value>Αποθήκευση διαμόρφωσης στον κατάλογο εφαρμογών</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Αρχείο διαμόρφωσης και αρχείο καταγραφής</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Ανοίξτε τον κατάλογο εφαρμογών</value> <value>Ανοίξτε τον κατάλογο εφαρμογών</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Εμφάνιση γραμμής αναζήτησης</value> <value>Εμφάνιση γραμμής αναζήτησης</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Αποθήκευση του αρχείου καταγραφής στον κατάλογο της εφαρμογής αντί για το AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Konverti al relativa dosierujo</value> <value>Konverti al relativa dosierujo</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Konservu agordon en la aplikaĵa dosierujo</value> <value>Konservu agordon en aplikaĵa dosierujo</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Agorda dosiero kaj protokolo-dosiero</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Malfermu aplikan dosierujon</value> <value>Malfermu aplikan dosierujon</value>
@ -463,7 +463,7 @@
<value>Fading</value> <value>Fading</value>
</data> </data>
<data name="Send hotkey to other instance" xml:space="preserve"> <data name="Send hotkey to other instance" xml:space="preserve">
<value>Sendu klavoklavon al alia petskribo</value> <value>Sendu klavoklavon al alia kazo</value>
</data> </data>
<data name="Sort by date" xml:space="preserve"> <data name="Sort by date" xml:space="preserve">
<value>Ordigi laŭ dato</value> <value>Ordigi laŭ dato</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Montru serĉbreton</value> <value>Montru serĉbreton</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Konservante la protokoldosieron en la aplikaĵa dosierujo anstataŭ AppData</value>
</data>
</root> </root>

View file

@ -163,7 +163,7 @@
<value>General</value> <value>General</value>
</data> </data>
<data name="Hotkey" xml:space="preserve"> <data name="Hotkey" xml:space="preserve">
<value>tecla de acceso directo</value> <value>tecla de acceso rápido</value>
</data> </data>
<data name="Start with Windows" xml:space="preserve"> <data name="Start with Windows" xml:space="preserve">
<value>Empieza con las ventanas</value> <value>Empieza con las ventanas</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Convertir a directorio relativo</value> <value>Convertir a directorio relativo</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Guardar configuración en la carpeta de la aplicación</value> <value>Guardar configuración en el directorio de la aplicación</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Archivo de configuración y archivo de registro</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Abra el directorio de la aplicación</value> <value>Abra el directorio de la aplicación</value>
@ -463,7 +463,7 @@
<value>Desvanecimiento</value> <value>Desvanecimiento</value>
</data> </data>
<data name="Send hotkey to other instance" xml:space="preserve"> <data name="Send hotkey to other instance" xml:space="preserve">
<value>Enviar tecla de acceso directo a otra instancia</value> <value>Enviar tecla de acceso rápido a otra instancia</value>
</data> </data>
<data name="Sort by date" xml:space="preserve"> <data name="Sort by date" xml:space="preserve">
<value>Ordenar por fecha</value> <value>Ordenar por fecha</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Mostrar barra de búsqueda</value> <value>Mostrar barra de búsqueda</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Guardar el archivo de registro en el directorio de la aplicación en lugar de AppData</value>
</data>
</root> </root>

View file

@ -139,7 +139,7 @@
<value>Üksikasjad</value> <value>Üksikasjad</value>
</data> </data>
<data name="System Info" xml:space="preserve"> <data name="System Info" xml:space="preserve">
<value>Süsteemi teave</value> <value>Süsteemiteave</value>
</data> </data>
<data name="Directory inaccessible" xml:space="preserve"> <data name="Directory inaccessible" xml:space="preserve">
<value>Kataloog pole juurdepääsetav</value> <value>Kataloog pole juurdepääsetav</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Teisenda suhteliseks kataloogiks</value> <value>Teisenda suhteliseks kataloogiks</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Salvestage konfiguratsioon rakenduste kausta</value> <value>Salvestage konfiguratsioon rakenduste kataloogi</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfiguratsioonifail ja logifail</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Avage rakenduste kataloog</value> <value>Avage rakenduste kataloog</value>
@ -298,7 +298,7 @@
<value>Liugur lohistamise ajal</value> <value>Liugur lohistamise ajal</value>
</data> </data>
<data name="Slider while mouse hovers over it 1" xml:space="preserve"> <data name="Slider while mouse hovers over it 1" xml:space="preserve">
<value>Liugur, kui hiir hõljub selle kohal 1</value> <value>Liugur, kui hiir liigub selle kohal 1</value>
</data> </data>
<data name="Slider while mouse hovers over it 2" xml:space="preserve"> <data name="Slider while mouse hovers over it 2" xml:space="preserve">
<value>Liugur, kui hiir hõljub selle kohal 2</value> <value>Liugur, kui hiir hõljub selle kohal 2</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Kuva otsinguriba</value> <value>Kuva otsinguriba</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Logifaili salvestamine AppData asemel rakenduste kataloogi</value>
</data>
</root> </root>

View file

@ -175,7 +175,7 @@
<value>Galdera arruntak</value> <value>Galdera arruntak</value>
</data> </data>
<data name="Read the FAQ and then choose a root directory for the SystemTrayMenu." xml:space="preserve"> <data name="Read the FAQ and then choose a root directory for the SystemTrayMenu." xml:space="preserve">
<value>Irakurri ohiko galderak eta, ondoren, aukeratu SystemTrayMenurako erro-direktorio bat.</value> <value>Irakurri ohiko galderak eta, ondoren, aukeratu SystemTrayMenurako root direktorioa.</value>
</data> </data>
<data name="Select directory" xml:space="preserve"> <data name="Select directory" xml:space="preserve">
<value>Hautatu direktorioa</value> <value>Hautatu direktorioa</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Bihurtu direktorio erlatibora</value> <value>Bihurtu direktorio erlatibora</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Gorde konfigurazioa aplikazioen karpetan</value> <value>Gorde konfigurazioa aplikazioen direktorioan</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfigurazio-fitxategia eta erregistro-fitxategia</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Ireki aplikazioen direktorioa</value> <value>Ireki aplikazioen direktorioa</value>
@ -376,7 +376,7 @@
<value>Fitxategiak bakarrik</value> <value>Fitxategiak bakarrik</value>
</data> </data>
<data name="Cache main menu" xml:space="preserve"> <data name="Cache main menu" xml:space="preserve">
<value>Cachearen menu nagusia</value> <value>Cache menu nagusia</value>
</data> </data>
<data name="Clear cache if more than this number of items" xml:space="preserve"> <data name="Clear cache if more than this number of items" xml:space="preserve">
<value>Garbitu cachea elementu kopuru hori baino gehiago bada</value> <value>Garbitu cachea elementu kopuru hori baino gehiago bada</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Erakutsi bilaketa-barra</value> <value>Erakutsi bilaketa-barra</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Erregistro fitxategia aplikazioaren direktorioan gordetzea AppData-ren ordez</value>
</data>
</root> </root>

View file

@ -181,7 +181,7 @@
<value>دایرکتوری را انتخاب کنید</value> <value>دایرکتوری را انتخاب کنید</value>
</data> </data>
<data name="Your root directory for the app does not exist or is empty! Change the root directory or put some files, directories or shortcuts into the root directory." xml:space="preserve"> <data name="Your root directory for the app does not exist or is empty! Change the root directory or put some files, directories or shortcuts into the root directory." xml:space="preserve">
<value>دایرکتوری ریشه شما برای برنامه وجود ندارد یا خالی است! دایرکتوری ریشه را تغییر دهید یا چند فایل، دایرکتوری یا میانبر را در فهرست اصلی قرار دهید.</value> <value>دایرکتوری ریشه شما برای برنامه وجود ندارد یا خالی است! دایرکتوری ریشه را تغییر دهید یا چند فایل، دایرکتوری یا میانبر را در دایرکتوری ریشه قرار دهید.</value>
</data> </data>
<data name="You have no access to the root directory of the app. Grant access to the directory or change the root directory." xml:space="preserve"> <data name="You have no access to the root directory of the app. Grant access to the directory or change the root directory." xml:space="preserve">
<value>شما به فهرست اصلی برنامه دسترسی ندارید. به دایرکتوری دسترسی بدهید یا دایرکتوری ریشه را تغییر دهید.</value> <value>شما به فهرست اصلی برنامه دسترسی ندارید. به دایرکتوری دسترسی بدهید یا دایرکتوری ریشه را تغییر دهید.</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>تبدیل به دایرکتوری نسبی</value> <value>تبدیل به دایرکتوری نسبی</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>تنظیمات را در پوشه برنامه ذخیره کنید</value> <value>پیکربندی را در فهرست برنامه ذخیره کنید</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>یو اس بی</value> <value>فایل پیکربندی و فایل لاگ</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>دایرکتوری برنامه را باز کنید</value> <value>دایرکتوری برنامه را باز کنید</value>
@ -436,7 +436,7 @@
<value>از تنظیمات سیستم عامل استفاده کنید</value> <value>از تنظیمات سیستم عامل استفاده کنید</value>
</data> </data>
<data name="Show only as search result" xml:space="preserve"> <data name="Show only as search result" xml:space="preserve">
<value>فقط به عنوان نتیجه جستجو نمایش داده شود</value> <value>نمایش فقط به عنوان نتیجه جستجو</value>
</data> </data>
<data name="Single click to open a directory instead of double click" xml:space="preserve"> <data name="Single click to open a directory instead of double click" xml:space="preserve">
<value>یک کلیک برای باز کردن یک دایرکتوری به جای دوبار کلیک کردن</value> <value>یک کلیک برای باز کردن یک دایرکتوری به جای دوبار کلیک کردن</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>نمایش نوار جستجو</value> <value>نمایش نوار جستجو</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>ذخیره فایل گزارش در فهرست برنامه به جای AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Muunna suhteelliseksi hakemistoksi</value> <value>Muunna suhteelliseksi hakemistoksi</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Tallenna asetukset sovelluskansioon</value> <value>Tallenna asetukset sovellushakemistoon</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Asetustiedosto ja lokitiedosto</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Avaa sovellushakemisto</value> <value>Avaa sovellushakemisto</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Näytä hakupalkki</value> <value>Näytä hakupalkki</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Lokitiedoston tallentaminen sovellushakemistoon AppDatan sijaan</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Convertir en répertoire relatif</value> <value>Convertir en répertoire relatif</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Enregistrer la configuration dans le dossier de l'application</value> <value>Enregistrer la configuration dans le répertoire de l'application</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Fichier de configuration et fichier journal</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Ouvrir le répertoire des applications</value> <value>Ouvrir le répertoire des applications</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Afficher la barre de recherche</value> <value>Afficher la barre de recherche</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Enregistrement du fichier journal dans le répertoire de l'application au lieu d'AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Tiontaigh go eolaire coibhneasta</value> <value>Tiontaigh go eolaire coibhneasta</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Sábháil cumraíocht san fhillteán feidhmchláir</value> <value>Sábháil cumraíocht san eolaire feidhmchlár</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Comhad cumraíochta agus logchomhad</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Oscail eolaire feidhmchlár</value> <value>Oscail eolaire feidhmchlár</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Taispeáin barra cuardaigh</value> <value>Taispeáin barra cuardaigh</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Sábháil an logchomhad sa eolaire feidhmchlár in ionad AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Converter a directorio relativo</value> <value>Converter a directorio relativo</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Garda a configuración no cartafol da aplicación</value> <value>Garda a configuración no directorio da aplicación</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Ficheiro de configuración e ficheiro de rexistro</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Abrir o directorio de aplicacións</value> <value>Abrir o directorio de aplicacións</value>
@ -391,7 +391,7 @@
<value>Cantos redondeados</value> <value>Cantos redondeados</value>
</data> </data>
<data name="Appearance" xml:space="preserve"> <data name="Appearance" xml:space="preserve">
<value>Aparición</value> <value>Aparencia</value>
</data> </data>
<data name="Bottom left" xml:space="preserve"> <data name="Bottom left" xml:space="preserve">
<value>Abaixo á esquerda</value> <value>Abaixo á esquerda</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Mostrar a barra de busca</value> <value>Mostrar a barra de busca</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Gardando o ficheiro de rexistro no directorio da aplicación en lugar de AppData</value>
</data>
</root> </root>

View file

@ -154,7 +154,7 @@
<value>ફરી થી શરૂ કરવું</value> <value>ફરી થી શરૂ કરવું</value>
</data> </data>
<data name="Could not register the hot key." xml:space="preserve"> <data name="Could not register the hot key." xml:space="preserve">
<value>હોટ કી રજીસ્ટર કરી શકાઈ નથી.</value> <value>હોટ કીની નોંધણી કરી શકાઈ નથી.</value>
</data> </data>
<data name="Abort" xml:space="preserve"> <data name="Abort" xml:space="preserve">
<value>ગર્ભપાત</value> <value>ગર્ભપાત</value>
@ -235,7 +235,7 @@
<value>પૃષ્ઠભૂમિ</value> <value>પૃષ્ઠભૂમિ</value>
</data> </data>
<data name="Opened directory" xml:space="preserve"> <data name="Opened directory" xml:space="preserve">
<value>ડિરેક્ટરી ખોલી</value> <value>ખોલી ડિરેક્ટરી</value>
</data> </data>
<data name="Border of opened directory" xml:space="preserve"> <data name="Border of opened directory" xml:space="preserve">
<value>ખોલેલી ડિરેક્ટરીની સરહદ</value> <value>ખોલેલી ડિરેક્ટરીની સરહદ</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>સંબંધિત ડિરેક્ટરીમાં કન્વર્ટ કરો</value> <value>સંબંધિત ડિરેક્ટરીમાં કન્વર્ટ કરો</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>એપ્લિકેશન ફોલ્ડરમાં ગોઠવણી સાચવો</value> <value>એપ્લિકેશન ડિરેક્ટરીમાં ગોઠવણી સાચવો</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>યુએસબી</value> <value>રૂપરેખાંકન ફાઇલ અને લોગ ફાઇલ</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>એપ્લિકેશન ડિરેક્ટરી ખોલો</value> <value>એપ્લિકેશન ડિરેક્ટરી ખોલો</value>
@ -328,7 +328,7 @@
<value>શોર્ટકટ લિંક સાથે સમસ્યા</value> <value>શોર્ટકટ લિંક સાથે સમસ્યા</value>
</data> </data>
<data name="The item that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." xml:space="preserve"> <data name="The item that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." xml:space="preserve">
<value>આ શૉર્ટકટ જે આઇટમનો સંદર્ભ આપે છે તે બદલવામાં આવ છે અથવા ખસેડવામાં આવી છે, તેથી આ શૉર્ટકટ હવે યોગ્ય રીતે કાર્ય કરશે નહીં.</value> <value>આ શૉર્ટકટ જે આઇટમનો સંદર્ભ આપે છે તે બદલી અથવા ખસેડવામાં આવી છે, તેથી આ શૉર્ટકટ હવે યોગ્ય રીતે કા કરશે નહીં.</value>
</data> </data>
<data name="Open directory" xml:space="preserve"> <data name="Open directory" xml:space="preserve">
<value>ડિરેક્ટરી ખોલો</value> <value>ડિરેક્ટરી ખોલો</value>
@ -421,7 +421,7 @@
<value>કેશ</value> <value>કેશ</value>
</data> </data>
<data name="Always show hidden files, directories or drives" xml:space="preserve"> <data name="Always show hidden files, directories or drives" xml:space="preserve">
<value>હંમેશા છુપાયેલ ફાઇલો, ડિરેક્ટરીઓ અથવા ડ્રાઇવ્સ બતાવો</value> <value>હંમેશા છુપાયેલ ફાઇલો, ડિરેક્ટરીઓ અથવા ડ્રાઇવ્સ બતાવો</value>
</data> </data>
<data name="Hidden files and directories" xml:space="preserve"> <data name="Hidden files and directories" xml:space="preserve">
<value>છુપાયેલ ફાઇલો અને ડિરેક્ટરીઓ</value> <value>છુપાયેલ ફાઇલો અને ડિરેક્ટરીઓ</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>શોધ બાર બતાવો</value> <value>શોધ બાર બતાવો</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>AppData ને બદલે એપ્લિકેશન ડિરેક્ટરીમાં લોગ ફાઇલને સાચવી રહ્યું છે</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>सापेक्ष निर्देशिका में कनवर्ट करें</value> <value>सापेक्ष निर्देशिका में कनवर्ट करें</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>एप्लिकेशन फ़ोल्डर में कॉन्फ़िगरेशन सहेजें</value> <value>एप्लिकेशन निर्देशिका में कॉन्फ़िगरेशन सहेजें</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>यु एस बी</value> <value>कॉन्फ़िगरेशन फ़ाइल और लॉग फ़ाइल</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>एप्लिकेशन निर्देशिका खोलें</value> <value>एप्लिकेशन निर्देशिका खोलें</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>खोज बार दिखाएं</value> <value>खोज बार दिखाएं</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>लॉग फ़ाइल को AppData के बजाय एप्लिकेशन निर्देशिका में सहेजा जा रहा है</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Pretvori u relativni direktorij</value> <value>Pretvori u relativni direktorij</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Spremite konfiguraciju u mapu aplikacije</value> <value>Spremite konfiguraciju u imenik aplikacije</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfiguracijska datoteka i datoteka zapisnika</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Otvorite imenik aplikacija</value> <value>Otvorite imenik aplikacija</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Prikaži traku za pretraživanje</value> <value>Prikaži traku za pretraživanje</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Spremanje datoteke dnevnika u direktorij aplikacije umjesto AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Konvèti nan anyè relatif</value> <value>Konvèti nan anyè relatif</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Sove konfigirasyon nan katab aplikasyon an</value> <value>Sove konfigirasyon nan anyè aplikasyon an</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Fichye konfigirasyon ak dosye log</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Louvri anyè aplikasyon an</value> <value>Louvri anyè aplikasyon an</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Montre ba rechèch la</value> <value>Montre ba rechèch la</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Sove dosye log la nan anyè aplikasyon an olye pou yo AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Konvertálás relatív könyvtárba</value> <value>Konvertálás relatív könyvtárba</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Mentse el a konfigurációt az alkalmazás mappájába</value> <value>Mentse a konfigurációt az alkalmazáskönyvtárba</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfigurációs fájl és naplófájl</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Nyissa meg az alkalmazáskönyvtárat</value> <value>Nyissa meg az alkalmazáskönyvtárat</value>
@ -316,7 +316,7 @@
<value>Ikonok</value> <value>Ikonok</value>
</data> </data>
<data name="Set by context menu " xml:space="preserve"> <data name="Set by context menu " xml:space="preserve">
<value>Helyi menü által beállítva</value> <value>Helyi menü beállítása</value>
</data> </data>
<data name="Set as directory" xml:space="preserve"> <data name="Set as directory" xml:space="preserve">
<value>Beállítás könyvtárként</value> <value>Beállítás könyvtárként</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Keresősáv megjelenítése</value> <value>Keresősáv megjelenítése</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>A naplófájl mentése az alkalmazáskönyvtárba az AppData helyett</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Փոխարկել հարաբերական գրացուցակ</value> <value>Փոխարկել հարաբերական գրացուցակ</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Պահպանեք կոնֆիգուրացիան հավելվածի թղթապանակում</value> <value>Պահպանեք կոնֆիգուրացիան հավելվածի գրացուցակում</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Կազմաձևման ֆայլ և մատյան ֆայլ</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Բացեք հավելվածի գրացուցակը</value> <value>Բացեք հավելվածի գրացուցակը</value>
@ -475,7 +475,7 @@
<value>Տեսակավորում</value> <value>Տեսակավորում</value>
</data> </data>
<data name="Copy row item via drag drop" xml:space="preserve"> <data name="Copy row item via drag drop" xml:space="preserve">
<value>Պատճենել տողի տարրը քաշել-թողարկման միջոցով</value> <value>Պատճենել տողի տարրը քաշել-թափելու միջոցով</value>
</data> </data>
<data name="Drag" xml:space="preserve"> <data name="Drag" xml:space="preserve">
<value>Քաշել</value> <value>Քաշել</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Ցույց տալ որոնման տողը</value> <value>Ցույց տալ որոնման տողը</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Պահպանելով գրանցամատյանի ֆայլը հավելվածի գրացուցակում՝ AppData-ի փոխարեն</value>
</data>
</root> </root>

View file

@ -187,7 +187,7 @@
<value>Anda tidak memiliki akses ke direktori root aplikasi. Berikan akses ke direktori atau ubah direktori root.</value> <value>Anda tidak memiliki akses ke direktori root aplikasi. Berikan akses ke direktori atau ubah direktori root.</value>
</data> </data>
<data name="Single click to open an element instead of double click" xml:space="preserve"> <data name="Single click to open an element instead of double click" xml:space="preserve">
<value>Satu klik untuk membuka elemen alih-alih klik dua kali</value> <value>Klik satu kali untuk membuka elemen alih-alih klik dua kali</value>
</data> </data>
<data name="Color scheme dark always active" xml:space="preserve"> <data name="Color scheme dark always active" xml:space="preserve">
<value>Skema warna gelap selalu aktif</value> <value>Skema warna gelap selalu aktif</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Konversikan ke direktori relatif</value> <value>Konversikan ke direktori relatif</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Simpan konfigurasi ke folder aplikasi</value> <value>Simpan konfigurasi di direktori aplikasi</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>File konfigurasi dan file log</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Buka direktori aplikasi</value> <value>Buka direktori aplikasi</value>
@ -484,7 +484,7 @@
<value>Gulir melalui geser</value> <value>Gulir melalui geser</value>
</data> </data>
<data name="Filter menu by file type e.g.: *.exe|*.dll" xml:space="preserve"> <data name="Filter menu by file type e.g.: *.exe|*.dll" xml:space="preserve">
<value>Filter menu menurut jenis file mis.: *.exe|*.dll</value> <value>Filter menu menurut jenis file misalnya: *.exe|*.dll</value>
</data> </data>
<data name="Show count of elements below" xml:space="preserve"> <data name="Show count of elements below" xml:space="preserve">
<value>Tunjukkan jumlah elemen di bawah ini</value> <value>Tunjukkan jumlah elemen di bawah ini</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Tampilkan bilah pencarian</value> <value>Tampilkan bilah pencarian</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Menyimpan file log di direktori aplikasi alih-alih AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Umbreyta í hlutfallslega skrá</value> <value>Umbreyta í hlutfallslega skrá</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Vistaðu stillingar í forritamöppunni</value> <value>Vistaðu stillingar í forritaskrá</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Stillingarskrá og log skrá</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Opnaðu forritaskrá</value> <value>Opnaðu forritaskrá</value>
@ -403,7 +403,7 @@
<value>Aðalvalmynd birtist</value> <value>Aðalvalmynd birtist</value>
</data> </data>
<data name="Mouse location (Above Taskbar icon)" xml:space="preserve"> <data name="Mouse location (Above Taskbar icon)" xml:space="preserve">
<value>Staðsetning músar (fyrir ofan verkstiku táknið)</value> <value>Staðsetning músar (fyrir ofan verkefnastikuna)</value>
</data> </data>
<data name="Custom (drag it to the appropriate place)" xml:space="preserve"> <data name="Custom (drag it to the appropriate place)" xml:space="preserve">
<value>Sérsniðið (dragaðu það á viðeigandi stað)</value> <value>Sérsniðið (dragaðu það á viðeigandi stað)</value>
@ -439,7 +439,7 @@
<value>Sýna aðeins sem leitarniðurstöðu</value> <value>Sýna aðeins sem leitarniðurstöðu</value>
</data> </data>
<data name="Single click to open a directory instead of double click" xml:space="preserve"> <data name="Single click to open a directory instead of double click" xml:space="preserve">
<value>Einfaldur smellur til að opna möppu í stað þess að tvísmella</value> <value>Einn smellur til að opna möppu í stað þess að tvísmella</value>
</data> </data>
<data name="Next to the previous one" xml:space="preserve"> <data name="Next to the previous one" xml:space="preserve">
<value>Við hliðina á fyrri</value> <value>Við hliðina á fyrri</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Sýna leitarstiku</value> <value>Sýna leitarstiku</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Vistar annálaskrána í forritaskránni í stað AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Converti in directory relativa</value> <value>Converti in directory relativa</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Salva la configurazione nella cartella dell'applicazione</value> <value>Salva la configurazione nella directory dell'applicazione</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>File di configurazione e file di registro</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Aprire la directory dell'applicazione</value> <value>Aprire la directory dell'applicazione</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Mostra barra di ricerca</value> <value>Mostra barra di ricerca</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Salvataggio del file di registro nella directory dell'applicazione anziché in AppData</value>
</data>
</root> </root>

View file

@ -181,7 +181,7 @@
<value>בחר ספרייה</value> <value>בחר ספרייה</value>
</data> </data>
<data name="Your root directory for the app does not exist or is empty! Change the root directory or put some files, directories or shortcuts into the root directory." xml:space="preserve"> <data name="Your root directory for the app does not exist or is empty! Change the root directory or put some files, directories or shortcuts into the root directory." xml:space="preserve">
<value>ספריית השורש שלך עבור האפליקציה אינה קיימת או ריקה! שנה את ספריית השורש או הכנס כמה קבצים, ספריות או קיצורי דרך בספריית השורש.</value> <value>ספריית השורש שלך עבור האפליקציה אינה קיימת או ריקה! שנה את ספריית השורש או הכנס מספר קבצים, ספריות או קיצורי דרך בספריית השורש.</value>
</data> </data>
<data name="You have no access to the root directory of the app. Grant access to the directory or change the root directory." xml:space="preserve"> <data name="You have no access to the root directory of the app. Grant access to the directory or change the root directory." xml:space="preserve">
<value>אין לך גישה לספריית השורש של האפליקציה. הענק גישה לספרייה או שנה את ספריית הבסיס.</value> <value>אין לך גישה לספריית השורש של האפליקציה. הענק גישה לספרייה או שנה את ספריית הבסיס.</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>המר לספרייה יחסית</value> <value>המר לספרייה יחסית</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>שמור את התצורה בתיקיית היישום</value> <value>שמור את התצורה בספריית היישומים</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>יו אס בי</value> <value>קובץ תצורה וקובץ יומן</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>פתח את ספריית היישומים</value> <value>פתח את ספריית היישומים</value>
@ -424,7 +424,7 @@
<value>הצג תמיד קבצים מוסתרים, ספריות או כוננים</value> <value>הצג תמיד קבצים מוסתרים, ספריות או כוננים</value>
</data> </data>
<data name="Hidden files and directories" xml:space="preserve"> <data name="Hidden files and directories" xml:space="preserve">
<value>קבצים וספריות נסתרות</value> <value>קבצים וספריות מוסתרים</value>
</data> </data>
<data name="Never show hidden files, directories or drives" xml:space="preserve"> <data name="Never show hidden files, directories or drives" xml:space="preserve">
<value>לעולם אל תציג קבצים מוסתרים, ספריות או כוננים</value> <value>לעולם אל תציג קבצים מוסתרים, ספריות או כוננים</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>הצג את שורת החיפוש</value> <value>הצג את שורת החיפוש</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>שמירת קובץ היומן בספריית היישום במקום AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>相対ディレクトリに変換</value> <value>相対ディレクトリに変換</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>構成をアプリケーションフォルダーに保存します</value> <value>アプリケーションディレクトリに設定を保存します</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>構成ファイルとログファイル</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>アプリケーションディレクトリを開く</value> <value>アプリケーションディレクトリを開く</value>
@ -331,7 +331,7 @@
<value>このショートカットが参照するアイテムが変更または移動されたため、このショートカットは正しく機能しなくなります。</value> <value>このショートカットが参照するアイテムが変更または移動されたため、このショートカットは正しく機能しなくなります。</value>
</data> </data>
<data name="Open directory" xml:space="preserve"> <data name="Open directory" xml:space="preserve">
<value>ディレクトリを開く</value> <value>Directoryを開く</value>
</data> </data>
<data name="Task Manager" xml:space="preserve"> <data name="Task Manager" xml:space="preserve">
<value>タスクマネージャー</value> <value>タスクマネージャー</value>
@ -382,7 +382,7 @@
<value>この数を超えるアイテムがある場合は、キャッシュをクリアします</value> <value>この数を超えるアイテムがある場合は、キャッシュをクリアします</value>
</data> </data>
<data name="Add sample directory 'Start Menu'" xml:space="preserve"> <data name="Add sample directory 'Start Menu'" xml:space="preserve">
<value>サンプルディレクトリ「スタートメニュー」を追加</value> <value>サンプルディレクトリを追加する'スタートメニュー'</value>
</data> </data>
<data name="Row height in percent" xml:space="preserve"> <data name="Row height in percent" xml:space="preserve">
<value>行の高さ(パーセント)</value> <value>行の高さ(パーセント)</value>
@ -421,13 +421,13 @@
<value>キャッシュ</value> <value>キャッシュ</value>
</data> </data>
<data name="Always show hidden files, directories or drives" xml:space="preserve"> <data name="Always show hidden files, directories or drives" xml:space="preserve">
<value>非表示のファイル、ディレクトリ、またはドライブを常に表示する</value> <value>隠しファイル、ディレクトリ、またはドライブを常に表示する</value>
</data> </data>
<data name="Hidden files and directories" xml:space="preserve"> <data name="Hidden files and directories" xml:space="preserve">
<value>隠しファイルとディレクトリ</value> <value>隠しファイルと隠しディレクトリ</value>
</data> </data>
<data name="Never show hidden files, directories or drives" xml:space="preserve"> <data name="Never show hidden files, directories or drives" xml:space="preserve">
<value>非表示のファイル、ディレクトリ、またはドライブを表示しないでください</value> <value>隠しファイル、ディレクトリ、またはドライブを表示しないでください</value>
</data> </data>
<data name="Size and location" xml:space="preserve"> <data name="Size and location" xml:space="preserve">
<value>サイズと場所</value> <value>サイズと場所</value>
@ -439,7 +439,7 @@
<value>検索結果としてのみ表示</value> <value>検索結果としてのみ表示</value>
</data> </data>
<data name="Single click to open a directory instead of double click" xml:space="preserve"> <data name="Single click to open a directory instead of double click" xml:space="preserve">
<value>ダブルクリックではなく、シングルクリックしてディレクトリを開きます</value> <value>ダブルクリックする代わりに、シングルクリックしてディレクトリを開きます</value>
</data> </data>
<data name="Next to the previous one" xml:space="preserve"> <data name="Next to the previous one" xml:space="preserve">
<value>前のものの隣</value> <value>前のものの隣</value>
@ -496,6 +496,9 @@
<value>以下にファンクションキーを表示</value> <value>以下にファンクションキーを表示</value>
</data> </data>
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>検索バーを表示</value> <value>検索バーを表示する</value>
</data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>AppDataではなくアプリケーションディレクトリにログファイルを保存する</value>
</data> </data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>კონვერტაცია შედარებით დირექტორიაში</value> <value>კონვერტაცია შედარებით დირექტორიაში</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>შეინახეთ კონფიგურაცია აპლიკაციის საქაღალდეში</value> <value>შეინახეთ კონფიგურაცია განაცხადის დირექტორიაში</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>კონფიგურაციის ფაილი და ჟურნალის ფაილი</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>გახსენით განაცხადის დირექტორია</value> <value>გახსენით განაცხადის დირექტორია</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>საძიებო ზოლის ჩვენება</value> <value>საძიებო ზოლის ჩვენება</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>ჟურნალის ფაილის შენახვა აპლიკაციის დირექტორიაში AppData-ის ნაცვლად</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>បម្លែង​ទៅ​ថត​ដែល​ទាក់ទង</value> <value>បម្លែង​ទៅ​ថត​ដែល​ទាក់ទង</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>រក្សាទុកការកំណត់ទៅថតកម្មវិធី</value> <value>រក្សាទុកការកំណត់នៅក្នុងថតកម្មវិធី</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>យូ​អេ​ស​ប៊ី</value> <value>ឯកសារកំណត់រចនាសម្ព័ន្ធ និងឯកសារកំណត់ហេតុ</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>បើកថតកម្មវិធី</value> <value>បើកថតកម្មវិធី</value>
@ -355,7 +355,7 @@
<value>បង្ហាញនៅក្នុងរបារភារកិច្ច</value> <value>បង្ហាញនៅក្នុងរបារភារកិច្ច</value>
</data> </data>
<data name="Add directory" xml:space="preserve"> <data name="Add directory" xml:space="preserve">
<value>បន្ថែមថត</value> <value>បន្ថែមថត</value>
</data> </data>
<data name="Add content of directory to root directory" xml:space="preserve"> <data name="Add content of directory to root directory" xml:space="preserve">
<value>បន្ថែមមាតិកានៃថតទៅថតឫស</value> <value>បន្ថែមមាតិកានៃថតទៅថតឫស</value>
@ -376,7 +376,7 @@
<value>ឯកសារតែប៉ុណ្ណោះ</value> <value>ឯកសារតែប៉ុណ្ណោះ</value>
</data> </data>
<data name="Cache main menu" xml:space="preserve"> <data name="Cache main menu" xml:space="preserve">
<value>ម៉ឺនុយមេនៃឃ្លាំងសម្ងាត់</value> <value>ម៉ឺនុយមេឃ្លាំងសម្ងាត់</value>
</data> </data>
<data name="Clear cache if more than this number of items" xml:space="preserve"> <data name="Clear cache if more than this number of items" xml:space="preserve">
<value>សម្អាតឃ្លាំងសម្ងាត់ប្រសិនបើមានច្រើនជាងចំនួនធាតុនេះ។</value> <value>សម្អាតឃ្លាំងសម្ងាត់ប្រសិនបើមានច្រើនជាងចំនួនធាតុនេះ។</value>
@ -475,7 +475,7 @@
<value>ការតម្រៀប</value> <value>ការតម្រៀប</value>
</data> </data>
<data name="Copy row item via drag drop" xml:space="preserve"> <data name="Copy row item via drag drop" xml:space="preserve">
<value>ចម្លងធាតុជួរដេកតាមរយៈការអូសទម្លាក់</value> <value>ចម្លងធាតុជួរដេកតាមរយៈការអូសទម្លាក់</value>
</data> </data>
<data name="Drag" xml:space="preserve"> <data name="Drag" xml:space="preserve">
<value>អូស</value> <value>អូស</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>បង្ហាញរបារស្វែងរក</value> <value>បង្ហាញរបារស្វែងរក</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>ការរក្សាទុកឯកសារកំណត់ហេតុនៅក្នុងថតកម្មវិធីជំនួសឱ្យ AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>ಸಂಬಂಧಿತ ಡೈರೆಕ್ಟರಿಗೆ ಪರಿವರ್ತಿಸಿ</value> <value>ಸಂಬಂಧಿತ ಡೈರೆಕ್ಟರಿಗೆ ಪರಿವರ್ತಿಸಿ</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>ಅಪ್ಲಿಕೇಶನ್ ಫೋಲ್ಡರ್‌ಗೆ ಸಂರಚನೆಯನ್ನು ಉಳಿಸಿ</value> <value>ಅಪ್ಲಿಕೇಶನ್ ಡರೆಕ್ಟರಿಯಲ್ಲಿ ಸಂರಚನೆಯನ್ನು ಉಳಿಸಿ</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>ಯುಎಸ್ಬಿ</value> <value>ಕಾನ್ಫಿಗರೇಶನ್ ಫೈಲ್ ಮತ್ತು ಲಾಗ್ ಫೈಲ್</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>ಅಪ್ಲಿಕೇಶನ್ ಡೈರೆಕ್ಟರಿಯನ್ನು ತೆರೆಯಿರಿ</value> <value>ಅಪ್ಲಿಕೇಶನ್ ಡೈರೆಕ್ಟರಿಯನ್ನು ತೆರೆಯಿರಿ</value>
@ -349,7 +349,7 @@
<value>ಫೋಕಸ್ ಕಳೆದುಹೋದರೆ ಮತ್ತು Enter ಕೀಲಿಯನ್ನು ಒತ್ತಿದರೆ</value> <value>ಫೋಕಸ್ ಕಳೆದುಹೋದರೆ ಮತ್ತು Enter ಕೀಲಿಯನ್ನು ಒತ್ತಿದರೆ</value>
</data> </data>
<data name="Milliseconds until the menu closes if in this case the menu is not reactivated" xml:space="preserve"> <data name="Milliseconds until the menu closes if in this case the menu is not reactivated" xml:space="preserve">
<value>ಈ ಸಂದರ್ಭದಲ್ಲಿ ಮೆನುವನ್ನು ಮರುಸಕ್ರಿಯಗೊಳಿಸದಿದ್ದರೆ ಮೆನು ಮುಚ್ಚುವವರೆಗೆ ಮಿಲಿಸೆಕೆಂಡುಗಳು</value> <value>ಈ ಸಂದರ್ಭದಲ್ಲಿ ಮೆನುವನ್ನು ಮರುಸಕ್ರಿಯಗೊಳಿಸದಿದ್ದಲ್ಲಿ ಮೆನು ಮುಚ್ಚುವವರೆಗೆ ಮಿಲಿಸೆಕೆಂಡುಗಳು</value>
</data> </data>
<data name="Show in Taskbar" xml:space="preserve"> <data name="Show in Taskbar" xml:space="preserve">
<value>ಕಾರ್ಯಪಟ್ಟಿಯಲ್ಲಿ ತೋರಿಸಿ</value> <value>ಕಾರ್ಯಪಟ್ಟಿಯಲ್ಲಿ ತೋರಿಸಿ</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>ಹುಡುಕಾಟ ಪಟ್ಟಿಯನ್ನು ತೋರಿಸಿ</value> <value>ಹುಡುಕಾಟ ಪಟ್ಟಿಯನ್ನು ತೋರಿಸಿ</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>AppData ಬದಲಿಗೆ ಅಪ್ಲಿಕೇಶನ್ ಡೈರೆಕ್ಟರಿಯಲ್ಲಿ ಲಾಗ್ ಫೈಲ್ ಅನ್ನು ಉಳಿಸಲಾಗುತ್ತಿದೆ</value>
</data>
</root> </root>

View file

@ -217,7 +217,7 @@
<value>마우스가 메뉴에 있을 때 메뉴가 열릴 때까지의 밀리초</value> <value>마우스가 메뉴에 있을 때 메뉴가 열릴 때까지의 밀리초</value>
</data> </data>
<data name="Milliseconds until the menu closes if in this case the mouse then leaves the menu" xml:space="preserve"> <data name="Milliseconds until the menu closes if in this case the mouse then leaves the menu" xml:space="preserve">
<value>이 경우 마우스가 메뉴를 떠나면 메뉴가 닫힐 때까지의 밀리초</value> <value>이 경우 마우스가 메뉴를 떠날 때까지 메뉴가 닫힐 때까지의 시간(밀리초)</value>
</data> </data>
<data name="Pixels maximum menu width" xml:space="preserve"> <data name="Pixels maximum menu width" xml:space="preserve">
<value>픽셀 최대 메뉴 너비</value> <value>픽셀 최대 메뉴 너비</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>상대 디렉토리로 변환</value> <value>상대 디렉토리로 변환</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>응용 프로그램 폴더에 구성 저장</value> <value>애플리케이션 디렉토리에 구성 저장</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>구성 파일 및 로그 파일</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>애플리케이션 디렉토리 열기</value> <value>애플리케이션 디렉토리 열기</value>
@ -301,7 +301,7 @@
<value>마우스를 가져가는 동안 슬라이더 1</value> <value>마우스를 가져가는 동안 슬라이더 1</value>
</data> </data>
<data name="Slider while mouse hovers over it 2" xml:space="preserve"> <data name="Slider while mouse hovers over it 2" xml:space="preserve">
<value>슬라이더 위에 마우스를 올려 놓는 동안 2</value> <value>마우스가 위에 있는 동안 슬라이더 2</value>
</data> </data>
<data name="Use icon from directory" xml:space="preserve"> <data name="Use icon from directory" xml:space="preserve">
<value>디렉토리의 아이콘 사용</value> <value>디렉토리의 아이콘 사용</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>검색창 표시</value> <value>검색창 표시</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>AppData 대신 애플리케이션 디렉토리에 로그 파일 저장</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Convertere ad relativum Directory</value> <value>Convertere ad relativum Directory</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Servo configuratione ad applicationem folder</value> <value>Servo configuratione in applicatione Directory</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Configurationis lima et stipes lima</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Open application directory</value> <value>Open application directory</value>
@ -475,7 +475,7 @@
<value>Sorting</value> <value>Sorting</value>
</data> </data>
<data name="Copy row item via drag drop" xml:space="preserve"> <data name="Copy row item via drag drop" xml:space="preserve">
<value>Effingo row item per drag gutta</value> <value>Effingo row item per drag stilla</value>
</data> </data>
<data name="Drag" xml:space="preserve"> <data name="Drag" xml:space="preserve">
<value>Drag</value> <value>Drag</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Monstra quaerere talea</value> <value>Monstra quaerere talea</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Servo stipes lima in applicatione presul pro AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>ປ່ຽນເປັນໄດເລກະທໍລີທີ່ກ່ຽວຂ້ອງ</value> <value>ປ່ຽນເປັນໄດເລກະທໍລີທີ່ກ່ຽວຂ້ອງ</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>ບັນທຶກການຕັ້ງຄ່າໃສ່ໂຟນເດີແອັບພລິເຄຊັນ</value> <value>ບັນທຶກການຕັ້ງຄ່າໃນໄດເລກະທໍລີແອັບພລິເຄຊັນ</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>ໄຟລ໌ການຕັ້ງຄ່າ ແລະໄຟລ໌ບັນທຶກ</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>ເປີດໄດເລກະທໍລີແອັບພລິເຄຊັນ</value> <value>ເປີດໄດເລກະທໍລີແອັບພລິເຄຊັນ</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>ສະແດງແຖບຄົ້ນຫາ</value> <value>ສະແດງແຖບຄົ້ນຫາ</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>ບັນທຶກໄຟລ໌ບັນທຶກໃນໄດເລກະທໍລີແອັບພລິເຄຊັນແທນ AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Konvertuoti į santykinį katalogą</value> <value>Konvertuoti į santykinį katalogą</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Išsaugokite konfigūraciją programos aplanke</value> <value>Išsaugokite konfigūraciją programų kataloge</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfigūracijos failas ir žurnalo failas</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Atidarykite programų katalogą</value> <value>Atidarykite programų katalogą</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Rodyti paieškos juostą</value> <value>Rodyti paieškos juostą</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Žurnalo failo įrašymas programų kataloge, o ne AppData</value>
</data>
</root> </root>

View file

@ -217,7 +217,7 @@
<value>Milisekundes, līdz tiek atvērta izvēlne, kad uz tās ir pele</value> <value>Milisekundes, līdz tiek atvērta izvēlne, kad uz tās ir pele</value>
</data> </data>
<data name="Milliseconds until the menu closes if in this case the mouse then leaves the menu" xml:space="preserve"> <data name="Milliseconds until the menu closes if in this case the mouse then leaves the menu" xml:space="preserve">
<value>Milisekundes, līdz izvēlne tiek aizvērta, ja šajā gadījumā pele pēc tam iziet no izvēlnes</value> <value>Milisekundes, līdz izvēlne tiek aizvērta, ja šajā gadījumā pele iziet no izvēlnes</value>
</data> </data>
<data name="Pixels maximum menu width" xml:space="preserve"> <data name="Pixels maximum menu width" xml:space="preserve">
<value>Maksimālais izvēlnes platums pikseļos</value> <value>Maksimālais izvēlnes platums pikseļos</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Konvertēt uz relatīvo direktoriju</value> <value>Konvertēt uz relatīvo direktoriju</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Saglabājiet konfigurāciju lietojumprogrammas mapē</value> <value>Saglabājiet konfigurāciju lietojumprogrammu direktorijā</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfigurācijas fails un žurnālfails</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Atveriet lietojumprogrammu direktoriju</value> <value>Atveriet lietojumprogrammu direktoriju</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Rādīt meklēšanas joslu</value> <value>Rādīt meklēšanas joslu</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Žurnāla faila saglabāšana lietojumprogrammu direktorijā, nevis AppData</value>
</data>
</root> </root>

View file

@ -154,7 +154,7 @@
<value>Рестарт</value> <value>Рестарт</value>
</data> </data>
<data name="Could not register the hot key." xml:space="preserve"> <data name="Could not register the hot key." xml:space="preserve">
<value>Не може да се регистрира топлото копче.</value> <value>Не можеше да се регистрира копче за готвење.</value>
</data> </data>
<data name="Abort" xml:space="preserve"> <data name="Abort" xml:space="preserve">
<value>Прекини</value> <value>Прекини</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Претворете во релативен директориум</value> <value>Претворете во релативен директориум</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Зачувајте ја конфигурацијата во папката со апликации</value> <value>Зачувајте ја конфигурацијата во директориумот со апликации</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Конфигурациска датотека и датотека за евиденција</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Отворете го директориумот со апликации</value> <value>Отворете го директориумот со апликации</value>
@ -370,7 +370,7 @@
<value>Рекурзивен</value> <value>Рекурзивен</value>
</data> </data>
<data name="Remove directory" xml:space="preserve"> <data name="Remove directory" xml:space="preserve">
<value>Отстрани директориум</value> <value>Отстранете го директориумот</value>
</data> </data>
<data name="Only Files" xml:space="preserve"> <data name="Only Files" xml:space="preserve">
<value>Само датотеки</value> <value>Само датотеки</value>
@ -463,7 +463,7 @@
<value>Избледување</value> <value>Избледување</value>
</data> </data>
<data name="Send hotkey to other instance" xml:space="preserve"> <data name="Send hotkey to other instance" xml:space="preserve">
<value>Испратете копче на друга инстанца</value> <value>Испрати копче на друга инстанца</value>
</data> </data>
<data name="Sort by date" xml:space="preserve"> <data name="Sort by date" xml:space="preserve">
<value>Подреди по датум</value> <value>Подреди по датум</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Прикажи лента за пребарување</value> <value>Прикажи лента за пребарување</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Зачувување на датотеката за евиденција во директориумот на апликацијата наместо AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Tukar kepada direktori relatif</value> <value>Tukar kepada direktori relatif</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Simpan konfigurasi ke folder aplikasi</value> <value>Simpan konfigurasi dalam direktori aplikasi</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Fail konfigurasi dan fail log</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Buka direktori aplikasi</value> <value>Buka direktori aplikasi</value>
@ -271,7 +271,7 @@
<value>Anak panah apabila mengklik</value> <value>Anak panah apabila mengklik</value>
</data> </data>
<data name="Arrow while mouse hovers over it" xml:space="preserve"> <data name="Arrow while mouse hovers over it" xml:space="preserve">
<value>Anak panah sambil tetikus melayang di atasnya</value> <value>Anak panah semasa tetikus melayang di atasnya</value>
</data> </data>
<data name="Background of arrow when clicking" xml:space="preserve"> <data name="Background of arrow when clicking" xml:space="preserve">
<value>Latar belakang anak panah apabila mengklik</value> <value>Latar belakang anak panah apabila mengklik</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Tunjukkan bar carian</value> <value>Tunjukkan bar carian</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Menyimpan fail log dalam direktori aplikasi dan bukannya AppData</value>
</data>
</root> </root>

View file

@ -217,7 +217,7 @@
<value>Millisekondi sakemm jinfetaħ menu meta l-maws ikun fuqu</value> <value>Millisekondi sakemm jinfetaħ menu meta l-maws ikun fuqu</value>
</data> </data>
<data name="Milliseconds until the menu closes if in this case the mouse then leaves the menu" xml:space="preserve"> <data name="Milliseconds until the menu closes if in this case the mouse then leaves the menu" xml:space="preserve">
<value>Millisekondi sakemm il-menu jagħlaq jekk f'dan il-każ il-maws imbagħad iħalli l-menu</value> <value>Millisekondi sakemm jingħalaq il-menu jekk f'dan il-każ il-maws imbagħad iħalli l-menu</value>
</data> </data>
<data name="Pixels maximum menu width" xml:space="preserve"> <data name="Pixels maximum menu width" xml:space="preserve">
<value>Wisa' massimu tal-menu tal-pixels</value> <value>Wisa' massimu tal-menu tal-pixels</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Ikkonverti għal direttorju relattiv</value> <value>Ikkonverti għal direttorju relattiv</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Issejvja l-konfigurazzjoni fil-folder tal-applikazzjoni</value> <value>Issejvja l-konfigurazzjoni fid-direttorju tal-applikazzjoni</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Fajl tal-konfigurazzjoni u fajl tal-log</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Iftaħ id-direttorju tal-applikazzjoni</value> <value>Iftaħ id-direttorju tal-applikazzjoni</value>
@ -445,7 +445,7 @@
<value>Ħdejn dak ta qabel</value> <value>Ħdejn dak ta qabel</value>
</data> </data>
<data name="Offset by pixels" xml:space="preserve"> <data name="Offset by pixels" xml:space="preserve">
<value>Offset mill-pixels</value> <value>Offset bil-pixels</value>
</data> </data>
<data name="Overlapping" xml:space="preserve"> <data name="Overlapping" xml:space="preserve">
<value>Jikkoinċidu</value> <value>Jikkoinċidu</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Uri l-bar tat-tiftix</value> <value>Uri l-bar tat-tiftix</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Iffrankar tal-fajl log fid-direttorju tal-applikazzjoni minflok AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Converteren naar relatieve map</value> <value>Converteren naar relatieve map</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Configuratie opslaan in de applicatiemap</value> <value>Configuratie opslaan in applicatiemap</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Configuratiebestand en logbestand</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Applicatiemap openen</value> <value>Applicatiemap openen</value>
@ -328,7 +328,7 @@
<value>Probleem met snelkoppeling</value> <value>Probleem met snelkoppeling</value>
</data> </data>
<data name="The item that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." xml:space="preserve"> <data name="The item that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." xml:space="preserve">
<value>Het item waar deze snelkoppeling naar verwijst is gewijzigd of verplaatst, waardoor deze snelkoppeling niet meer goed werkt.</value> <value>Het item waarnaar deze snelkoppeling verwijst is gewijzigd of verplaatst, waardoor deze snelkoppeling niet meer goed werkt.</value>
</data> </data>
<data name="Open directory" xml:space="preserve"> <data name="Open directory" xml:space="preserve">
<value>Map openen</value> <value>Map openen</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Toon zoekbalk</value> <value>Toon zoekbalk</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Het logbestand opslaan in de applicatiemap in plaats van AppData</value>
</data>
</root> </root>

View file

@ -247,16 +247,16 @@
<value>Valgt element</value> <value>Valgt element</value>
</data> </data>
<data name="Border of selected element" xml:space="preserve"> <data name="Border of selected element" xml:space="preserve">
<value>Kant til valgt element</value> <value>Kantlinje til valgt element</value>
</data> </data>
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Konverter til relativ katalog</value> <value>Konverter til relativ katalog</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Lagre konfigurasjonen i applikasjonsmappen</value> <value>Lagre konfigurasjonen i applikasjonskatalogen</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfigurasjonsfil og loggfil</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Åpne programkatalogen</value> <value>Åpne programkatalogen</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Vis søkefeltet</value> <value>Vis søkefeltet</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Lagre loggfilen i applikasjonskatalogen i stedet for AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Konwertuj na katalog względny</value> <value>Konwertuj na katalog względny</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Zapisz konfigurację w folderze aplikacji</value> <value>Zapisz konfigurację w katalogu aplikacji</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Plik konfiguracyjny i plik dziennika</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Otwórz katalog aplikacji</value> <value>Otwórz katalog aplikacji</value>
@ -463,7 +463,7 @@
<value>Zblakły</value> <value>Zblakły</value>
</data> </data>
<data name="Send hotkey to other instance" xml:space="preserve"> <data name="Send hotkey to other instance" xml:space="preserve">
<value>Wyślij klawisz skrótu do innej instancji</value> <value>Wyślij skrót do innej instancji</value>
</data> </data>
<data name="Sort by date" xml:space="preserve"> <data name="Sort by date" xml:space="preserve">
<value>Sortowanie według daty</value> <value>Sortowanie według daty</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Pokaż pasek wyszukiwania</value> <value>Pokaż pasek wyszukiwania</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Zapisywanie pliku dziennika w katalogu aplikacji zamiast AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Converter para diretório relativo</value> <value>Converter para diretório relativo</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Salvar configuração na pasta do aplicativo</value> <value>Salvar configuração no diretório do aplicativo</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Arquivo de configuração e arquivo de log</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Abra o diretório do aplicativo</value> <value>Abra o diretório do aplicativo</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Mostrar barra de pesquisa</value> <value>Mostrar barra de pesquisa</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Salvando o arquivo de log no diretório do aplicativo em vez de AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Converter para diretório relativo</value> <value>Converter para diretório relativo</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Salvar configuração na pasta do aplicativo</value> <value>Salvar configuração no diretório do aplicativo</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Arquivo de configuração e arquivo de log</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Abra o diretório do aplicativo</value> <value>Abra o diretório do aplicativo</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Mostrar barra de pesquisa</value> <value>Mostrar barra de pesquisa</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Salvando o arquivo de log no diretório do aplicativo em vez de AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Convert to relative directory</value> <value>Convert to relative directory</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Save configuration to the application folder</value> <value>Save configuration in application directory</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Configuration file and log file</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Open application directory</value> <value>Open application directory</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Show search bar</value> <value>Show search bar</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Save log file in application directory instead of AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Convertiți în directorul relativ</value> <value>Convertiți în directorul relativ</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Salvați configurația în folderul aplicației</value> <value>Salvați configurația în directorul aplicației</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Fișier de configurare și fișier jurnal</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Deschideți directorul aplicației</value> <value>Deschideți directorul aplicației</value>
@ -268,7 +268,7 @@
<value>Săgeată</value> <value>Săgeată</value>
</data> </data>
<data name="Arrow when clicking" xml:space="preserve"> <data name="Arrow when clicking" xml:space="preserve">
<value>Săgeată când faceți clic</value> <value>Săgeată când dați clic</value>
</data> </data>
<data name="Arrow while mouse hovers over it" xml:space="preserve"> <data name="Arrow while mouse hovers over it" xml:space="preserve">
<value>Săgeată în timp ce mouse-ul trece peste ea</value> <value>Săgeată în timp ce mouse-ul trece peste ea</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Afișează bara de căutare</value> <value>Afișează bara de căutare</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Salvarea fișierului jurnal în directorul aplicației în loc de AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Преобразовать в относительный каталог</value> <value>Преобразовать в относительный каталог</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Сохраните конфигурацию в папку приложения</value> <value>Сохраните конфигурацию в каталоге приложения</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Файл конфигурации и файл журнала</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Откройте каталог приложений</value> <value>Откройте каталог приложений</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Показать панель поиска</value> <value>Показать панель поиска</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Сохранение файла журнала в каталоге приложения вместо AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Previesť do relatívneho adresára</value> <value>Previesť do relatívneho adresára</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Uložte konfiguráciu do priečinka aplikácie</value> <value>Uložte konfiguráciu do adresára aplikácie</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfiguračný súbor a protokolový súbor</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Otvorte adresár aplikácie</value> <value>Otvorte adresár aplikácie</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Zobraziť panel vyhľadávania</value> <value>Zobraziť panel vyhľadávania</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Uloženie súboru denníka do adresára aplikácie namiesto AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Pretvori v relativni imenik</value> <value>Pretvori v relativni imenik</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Shranite konfiguracijo v mapo aplikacije</value> <value>Shranite konfiguracijo v imenik aplikacij</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfiguracijska datoteka in datoteka dnevnika</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Odprite imenik aplikacij</value> <value>Odprite imenik aplikacij</value>
@ -481,7 +481,7 @@
<value>Povlecite</value> <value>Povlecite</value>
</data> </data>
<data name="Scroll via swipe" xml:space="preserve"> <data name="Scroll via swipe" xml:space="preserve">
<value>Pomikanje s potegom</value> <value>Pomikajte se s potegom</value>
</data> </data>
<data name="Filter menu by file type e.g.: *.exe|*.dll" xml:space="preserve"> <data name="Filter menu by file type e.g.: *.exe|*.dll" xml:space="preserve">
<value>Filtriraj meni po vrsti datoteke, npr.: *.exe|*.dll</value> <value>Filtriraj meni po vrsti datoteke, npr.: *.exe|*.dll</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Pokaži iskalno vrstico</value> <value>Pokaži iskalno vrstico</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Shranjevanje datoteke dnevnika v imenik aplikacije namesto v AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Konvertoni në drejtorinë përkatëse</value> <value>Konvertoni në drejtorinë përkatëse</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Ruani konfigurimin në dosjen e aplikacionit</value> <value>Ruani konfigurimin në drejtorinë e aplikacionit</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Skedari i konfigurimit dhe skedari i regjistrit</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Hap direktorinë e aplikacionit</value> <value>Hap direktorinë e aplikacionit</value>
@ -352,7 +352,7 @@
<value>Milisekonda derisa menyja të mbyllet nëse në këtë rast menyja nuk riaktivizohet</value> <value>Milisekonda derisa menyja të mbyllet nëse në këtë rast menyja nuk riaktivizohet</value>
</data> </data>
<data name="Show in Taskbar" xml:space="preserve"> <data name="Show in Taskbar" xml:space="preserve">
<value>Shfaq në Taskbar</value> <value>Shfaq në shiritin e detyrave</value>
</data> </data>
<data name="Add directory" xml:space="preserve"> <data name="Add directory" xml:space="preserve">
<value>Shto direktori</value> <value>Shto direktori</value>
@ -475,7 +475,7 @@
<value>Renditja</value> <value>Renditja</value>
</data> </data>
<data name="Copy row item via drag drop" xml:space="preserve"> <data name="Copy row item via drag drop" xml:space="preserve">
<value>Kopjoni artikullin e rreshtit përmes zvarritjes</value> <value>Kopjo artikullin e rreshtit përmes zvarritjes</value>
</data> </data>
<data name="Drag" xml:space="preserve"> <data name="Drag" xml:space="preserve">
<value>Zvarritni</value> <value>Zvarritni</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Shfaq shiritin e kërkimit</value> <value>Shfaq shiritin e kërkimit</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Ruajtja e skedarit të regjistrit në drejtorinë e aplikacionit në vend të AppData</value>
</data>
</root> </root>

View file

@ -247,16 +247,16 @@
<value>Изабрани елемент</value> <value>Изабрани елемент</value>
</data> </data>
<data name="Border of selected element" xml:space="preserve"> <data name="Border of selected element" xml:space="preserve">
<value>Ивица изабраног елемента</value> <value>Граница изабраног елемента</value>
</data> </data>
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Конвертујте у релативни директоријум</value> <value>Конвертујте у релативни директоријум</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Сачувајте конфигурацију у фолдеру апликације</value> <value>Сачувајте конфигурацију у директоријуму апликација</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>УСБ</value> <value>Конфигурациона датотека и датотека евиденције</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Отворите директоријум апликације</value> <value>Отворите директоријум апликације</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Прикажи траку за претрагу</value> <value>Прикажи траку за претрагу</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Чување датотеке евиденције у директоријуму апликације уместо у АппДата</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Konvertera till relativ katalog</value> <value>Konvertera till relativ katalog</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Spara konfigurationen i applikationsmappen</value> <value>Spara konfigurationen i applikationskatalogen</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Konfigurationsfil och loggfil</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Öppna programkatalogen</value> <value>Öppna programkatalogen</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Visa sökfältet</value> <value>Visa sökfältet</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Sparar loggfilen i applikationskatalogen istället för AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Badilisha kuwa saraka ya jamaa</value> <value>Badilisha kuwa saraka ya jamaa</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Hifadhi usanidi kwenye folda ya programu</value> <value>Hifadhi usanidi katika saraka ya programu</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Faili ya usanidi na faili ya kumbukumbu</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Fungua saraka ya programu</value> <value>Fungua saraka ya programu</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Onyesha upau wa kutafutia</value> <value>Onyesha upau wa kutafutia</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Kuhifadhi faili ya kumbukumbu kwenye saraka ya programu badala ya AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>தொடர்புடைய கோப்பகத்திற்கு மாற்றவும்</value> <value>தொடர்புடைய கோப்பகத்திற்கு மாற்றவும்</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>பயன்பாட்டு கோப்புறையில் உள்ளமைவைச் சேமிக்கவும்</value> <value>பயன்பாட்டு கோப்பகத்தில் உள்ளமைவைச் சேமிக்கவும்</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>கட்டமைப்பு கோப்பு மற்றும் பதிவு கோப்பு</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>பயன்பாட்டு கோப்பகத்தைத் திறக்கவும்</value> <value>பயன்பாட்டு கோப்பகத்தைத் திறக்கவும்</value>
@ -379,7 +379,7 @@
<value>கேச் முதன்மை மெனு</value> <value>கேச் முதன்மை மெனு</value>
</data> </data>
<data name="Clear cache if more than this number of items" xml:space="preserve"> <data name="Clear cache if more than this number of items" xml:space="preserve">
<value>இந்த எண்ணிக்கையை விட அதிகமாக இருந்தால் தற்காலிக சேமிப்பை அழிக்கவும்</value> <value>இந்த உருப்படிகளின் எண்ணிக்கையை விட அதிகமாக இருந்தால் தற்காலிக சேமிப்பை அழிக்கவும்</value>
</data> </data>
<data name="Add sample directory 'Start Menu'" xml:space="preserve"> <data name="Add sample directory 'Start Menu'" xml:space="preserve">
<value>'ஸ்டார்ட் மெனு' மாதிரி கோப்பகத்தைச் சேர்க்கவும்</value> <value>'ஸ்டார்ட் மெனு' மாதிரி கோப்பகத்தைச் சேர்க்கவும்</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>தேடல் பட்டியைக் காட்டு</value> <value>தேடல் பட்டியைக் காட்டு</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>AppData க்கு பதிலாக பதிவு கோப்பை பயன்பாட்டு கோப்பகத்தில் சேமிக்கிறது</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>సంబంధిత డైరెక్టరీకి మార్చండి</value> <value>సంబంధిత డైరెక్టరీకి మార్చండి</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>అప్లికేషన్ ఫోల్డర్‌లో కాన్ఫిగరేషన్‌ను సేవ్ చేయండి</value> <value>అప్లికేషన్ డైరెక్టరీలో కాన్ఫిగరేషన్‌ను సేవ్ చేయండి</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>కాన్ఫిగరేషన్ ఫైల్ మరియు లాగ్ ఫైల్</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>అప్లికేషన్ డైరెక్టరీని తెరవండి</value> <value>అప్లికేషన్ డైరెక్టరీని తెరవండి</value>
@ -301,7 +301,7 @@
<value>మౌస్ దానిపై కదులుతున్నప్పుడు స్లైడర్ 1</value> <value>మౌస్ దానిపై కదులుతున్నప్పుడు స్లైడర్ 1</value>
</data> </data>
<data name="Slider while mouse hovers over it 2" xml:space="preserve"> <data name="Slider while mouse hovers over it 2" xml:space="preserve">
<value>మౌస్ దానిపై కదులుతున్నప్పుడు స్లైడర్ 2</value> <value>మౌస్ దానిపై హోవర్ చేస్తున్నప్పుడు స్లైడర్ 2</value>
</data> </data>
<data name="Use icon from directory" xml:space="preserve"> <data name="Use icon from directory" xml:space="preserve">
<value>డైరెక్టరీ నుండి చిహ్నాన్ని ఉపయోగించండి</value> <value>డైరెక్టరీ నుండి చిహ్నాన్ని ఉపయోగించండి</value>
@ -373,7 +373,7 @@
<value>డైరెక్టరీని తీసివేయండి</value> <value>డైరెక్టరీని తీసివేయండి</value>
</data> </data>
<data name="Only Files" xml:space="preserve"> <data name="Only Files" xml:space="preserve">
<value>ఫైల్స్ మాత్రమే</value> <value>ఫైల్‌లు మాత్రమే</value>
</data> </data>
<data name="Cache main menu" xml:space="preserve"> <data name="Cache main menu" xml:space="preserve">
<value>కాష్ ప్రధాన మెను</value> <value>కాష్ ప్రధాన మెను</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>శోధన పట్టీని చూపు</value> <value>శోధన పట్టీని చూపు</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>AppDataకి బదులుగా అప్లికేషన్ డైరెక్టరీలో లాగ్ ఫైల్‌ను సేవ్ చేస్తోంది</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>แปลงเป็นไดเร็กทอรีสัมพันธ์</value> <value>แปลงเป็นไดเร็กทอรีสัมพันธ์</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>บันทึกการกำหนดค่าลงในโฟลเดอร์แอปพลิเคชัน</value> <value>บันทึกการกำหนดค่าในไดเรกทอรีแอปพลิเคชัน</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>ยูเอสบี</value> <value>ไฟล์การกำหนดค่าและไฟล์บันทึก</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>เปิดไดเรกทอรีแอปพลิเคชัน</value> <value>เปิดไดเรกทอรีแอปพลิเคชัน</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>แสดงแถบค้นหา</value> <value>แสดงแถบค้นหา</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>การบันทึกล็อกไฟล์ในไดเร็กทอรีแอปพลิเคชันแทน AppData</value>
</data>
</root> </root>

View file

@ -190,7 +190,7 @@
<value>Isang pag-click upang magbukas ng isang elemento sa halip na mag-double click</value> <value>Isang pag-click upang magbukas ng isang elemento sa halip na mag-double click</value>
</data> </data>
<data name="Color scheme dark always active" xml:space="preserve"> <data name="Color scheme dark always active" xml:space="preserve">
<value>Madilim ang kulay na laging aktibo</value> <value>Color scheme dark laging aktibo</value>
</data> </data>
<data name="Advanced" xml:space="preserve"> <data name="Advanced" xml:space="preserve">
<value>Advanced</value> <value>Advanced</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>I-convert sa kamag-anak na direktoryo</value> <value>I-convert sa kamag-anak na direktoryo</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>I-save ang configuration sa folder ng application</value> <value>I-save ang configuration sa application directory</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Configuration file at log file</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Buksan ang direktoryo ng application</value> <value>Buksan ang direktoryo ng application</value>
@ -349,7 +349,7 @@
<value>Kung nawala ang focus at pinindot ang Enter key</value> <value>Kung nawala ang focus at pinindot ang Enter key</value>
</data> </data>
<data name="Milliseconds until the menu closes if in this case the menu is not reactivated" xml:space="preserve"> <data name="Milliseconds until the menu closes if in this case the menu is not reactivated" xml:space="preserve">
<value>Milliseconds hanggang sa magsara ang menu kung sa kasong ito ay hindi muling na-activate ang menu</value> <value>Milliseconds hanggang sa magsara ang menu kung sa kasong ito ay hindi na-reactivate ang menu</value>
</data> </data>
<data name="Show in Taskbar" xml:space="preserve"> <data name="Show in Taskbar" xml:space="preserve">
<value>Ipakita sa Taskbar</value> <value>Ipakita sa Taskbar</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Ipakita ang search bar</value> <value>Ipakita ang search bar</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Sine-save ang log file sa direktoryo ng application sa halip na AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Göreli dizine dönüştür</value> <value>Göreli dizine dönüştür</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Yapılandırmayı uygulama klasörüne kaydedin</value> <value>Yapılandırmayı uygulama dizinine kaydet</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Yapılandırma dosyası ve günlük dosyası</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Uygulama dizinini aç</value> <value>Uygulama dizinini aç</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Arama çubuğunu göster</value> <value>Arama çubuğunu göster</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Günlük dosyasını AppData yerine uygulama dizinine kaydetme</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Перетворити у відносний каталог</value> <value>Перетворити у відносний каталог</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Збережіть конфігурацію в папці програми</value> <value>Збережіть конфігурацію в каталозі програми</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Файл конфігурації та файл журналу</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Відкрийте каталог програм</value> <value>Відкрийте каталог програм</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Показати рядок пошуку</value> <value>Показати рядок пошуку</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Збереження файлу журналу в каталозі програми замість AppData</value>
</data>
</root> </root>

View file

@ -252,17 +252,17 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>رشتہ دار ڈائریکٹری میں تبدیل کریں۔</value> <value>رشتہ دار ڈائریکٹری میں تبدیل کریں۔</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>ایپلیکیشن فولڈر میں کنفیگریشن کو محفوظ کریں۔</value> <value>ایپلیکیشن ڈائرکٹری میں کنفیگریشن کو محفوظ کریں۔</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>یو ایس بی</value> <value>کنفیگریشن فائل اور لاگ فائل</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>ایپلیکیشن ڈائرکٹری کھولیں۔</value> <value>ایپلیکیشن ڈائرکٹری کھولیں۔</value>
</data> </data>
<data name="Pixels maximum menu height" xml:space="preserve"> <data name="Pixels maximum menu height" xml:space="preserve">
<value>پکسلز زیادہ سے زیادہ مینو اونچائی</value> <value>پکسلز مینو کی زیادہ سے زیادہ اونچائی</value>
</data> </data>
<data name="Arrow" xml:space="preserve"> <data name="Arrow" xml:space="preserve">
<value>تیر</value> <value>تیر</value>
@ -304,7 +304,7 @@
<value>سلائیڈر جب اس پر ماؤس منڈلاتا ہے 2</value> <value>سلائیڈر جب اس پر ماؤس منڈلاتا ہے 2</value>
</data> </data>
<data name="Use icon from directory" xml:space="preserve"> <data name="Use icon from directory" xml:space="preserve">
<value>ڈائریکٹری سے آئیکن استعمال کریں۔</value> <value>ڈائرکٹری سے آئیکن استعمال کریں۔</value>
</data> </data>
<data name="Size" xml:space="preserve"> <data name="Size" xml:space="preserve">
<value>سائز</value> <value>سائز</value>
@ -325,7 +325,7 @@
<value>لوڈ ہو رہا ہے</value> <value>لوڈ ہو رہا ہے</value>
</data> </data>
<data name="Problem with shortcut link" xml:space="preserve"> <data name="Problem with shortcut link" xml:space="preserve">
<value>شارٹ کٹ لنک کے ساتھ مسئلہ</value> <value>شارٹ کٹ لنک میں مسئلہ</value>
</data> </data>
<data name="The item that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." xml:space="preserve"> <data name="The item that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." xml:space="preserve">
<value>یہ شارٹ کٹ جس آئٹم کا حوالہ دیتا ہے اسے تبدیل یا منتقل کر دیا گیا ہے، لہذا یہ شارٹ کٹ اب ٹھیک سے کام نہیں کرے گا۔</value> <value>یہ شارٹ کٹ جس آئٹم کا حوالہ دیتا ہے اسے تبدیل یا منتقل کر دیا گیا ہے، لہذا یہ شارٹ کٹ اب ٹھیک سے کام نہیں کرے گا۔</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>سرچ بار دکھائیں۔</value> <value>سرچ بار دکھائیں۔</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>لاگ فائل کو AppData کی بجائے ایپلیکیشن ڈائرکٹری میں محفوظ کرنا</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>Chuyển đổi sang thư mục tương đối</value> <value>Chuyển đổi sang thư mục tương đối</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>Lưu cấu hình vào thư mục ứng dụng</value> <value>Lưu cấu hình trong thư mục ứng dụng</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>Tệp cấu hình và tệp nhật ký</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>Mở thư mục ứng dụng</value> <value>Mở thư mục ứng dụng</value>
@ -415,7 +415,7 @@
<value>các yếu tố</value> <value>các yếu tố</value>
</data> </data>
<data name="Generate drive shortcuts on startup" xml:space="preserve"> <data name="Generate drive shortcuts on startup" xml:space="preserve">
<value>Tạo phím tắt cho ổ đĩa khi khởi động</value> <value>Tạo các phím tắt cho ổ đĩa khi khởi động</value>
</data> </data>
<data name="Cache" xml:space="preserve"> <data name="Cache" xml:space="preserve">
<value>Bộ nhớ đệm</value> <value>Bộ nhớ đệm</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>Hiển thị thanh tìm kiếm</value> <value>Hiển thị thanh tìm kiếm</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>Lưu tệp nhật ký trong thư mục ứng dụng thay vì AppData</value>
</data>
</root> </root>

View file

@ -184,7 +184,7 @@
<value>דיין וואָרצל וועגווייַזער פֿאַר די אַפּ טוט נישט עקסיסטירן אָדער איז ליידיק! טוישן די וואָרצל וועגווייַזער אָדער שטעלן עטלעכע טעקעס, דירעקטעריז אָדער דורכוועג אין דער וואָרצל וועגווייַזער.</value> <value>דיין וואָרצל וועגווייַזער פֿאַר די אַפּ טוט נישט עקסיסטירן אָדער איז ליידיק! טוישן די וואָרצל וועגווייַזער אָדער שטעלן עטלעכע טעקעס, דירעקטעריז אָדער דורכוועג אין דער וואָרצל וועגווייַזער.</value>
</data> </data>
<data name="You have no access to the root directory of the app. Grant access to the directory or change the root directory." xml:space="preserve"> <data name="You have no access to the root directory of the app. Grant access to the directory or change the root directory." xml:space="preserve">
<value>איר האָבן קיין אַקסעס צו דער וואָרצל וועגווייַזער פון די אַפּ. געבן אַקסעס צו דער וועגווייַזער אָדער טוישן די וואָרצל וועגווייַזער.</value> <value>איר האָט קיין אַקסעס צו דער וואָרצל וועגווייַזער פון די אַפּ. געבן אַקסעס צו דער וועגווייַזער אָדער טוישן די וואָרצל וועגווייַזער.</value>
</data> </data>
<data name="Single click to open an element instead of double click" xml:space="preserve"> <data name="Single click to open an element instead of double click" xml:space="preserve">
<value>איין גיט צו עפענען אַן עלעמענט אַנשטאָט פון טאָפּל גיט</value> <value>איין גיט צו עפענען אַן עלעמענט אַנשטאָט פון טאָפּל גיט</value>
@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>גער צו קאָרעוו וועגווייַזער</value> <value>גער צו קאָרעוו וועגווייַזער</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>היט קאַנפיגיעריישאַן צו די אַפּלאַקיישאַן טעקע</value> <value>היט קאַנפיגיעריישאַן אין אַפּלאַקיישאַן וועגווייַזער</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>יו עס בי</value> <value>קאָנפיגוראַטיאָן טעקע און קלאָץ טעקע</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>עפענען אַפּלאַקיישאַן וועגווייַזער</value> <value>עפענען אַפּלאַקיישאַן וועגווייַזער</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>ווייַזן זוכן באַר</value> <value>ווייַזן זוכן באַר</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>שפּאָרן די קלאָץ טעקע אין די אַפּלאַקיישאַן וועגווייַזער אַנשטאָט פון אַפּפּדאַטאַ</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>转换为相对目录</value> <value>转换为相对目录</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>将配置保存到应用程序文件夹</value> <value>将配置保存在应用程序目录中</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>配置文件和日志文件</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>打开应用程序目录</value> <value>打开应用程序目录</value>
@ -274,7 +274,7 @@
<value>鼠标悬停时的箭头</value> <value>鼠标悬停时的箭头</value>
</data> </data>
<data name="Background of arrow when clicking" xml:space="preserve"> <data name="Background of arrow when clicking" xml:space="preserve">
<value>击时箭头的背景</value> <value>击时箭头的背景</value>
</data> </data>
<data name="Background of arrow while mouse hovers over it" xml:space="preserve"> <data name="Background of arrow while mouse hovers over it" xml:space="preserve">
<value>鼠标悬停在箭头上时的箭头背景</value> <value>鼠标悬停在箭头上时的箭头背景</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>显示搜索栏</value> <value>显示搜索栏</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>将日志文件保存在应用程序目录中,而不是 AppData</value>
</data>
</root> </root>

View file

@ -252,11 +252,11 @@
<data name="Convert to relative directory" xml:space="preserve"> <data name="Convert to relative directory" xml:space="preserve">
<value>轉換為相對目錄</value> <value>轉換為相對目錄</value>
</data> </data>
<data name="Save configuration to the application folder" xml:space="preserve"> <data name="Save configuration in application directory" xml:space="preserve">
<value>將配置保存到應用程序文件夾</value> <value>將配置保存在應用程序目錄中</value>
</data> </data>
<data name="USB" xml:space="preserve"> <data name="Configuration file and log file" xml:space="preserve">
<value>USB</value> <value>配置文件和日誌文件</value>
</data> </data>
<data name="Open application directory" xml:space="preserve"> <data name="Open application directory" xml:space="preserve">
<value>打開應用程序目錄</value> <value>打開應用程序目錄</value>
@ -325,7 +325,7 @@
<value>加載</value> <value>加載</value>
</data> </data>
<data name="Problem with shortcut link" xml:space="preserve"> <data name="Problem with shortcut link" xml:space="preserve">
<value>快捷方式鏈接問題</value> <value>快捷鏈接問題</value>
</data> </data>
<data name="The item that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." xml:space="preserve"> <data name="The item that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." xml:space="preserve">
<value>此快捷方式所指的項目已更改或移動,因此此快捷方式將不再正常工作。</value> <value>此快捷方式所指的項目已更改或移動,因此此快捷方式將不再正常工作。</value>
@ -498,4 +498,7 @@
<data name="Show search bar" xml:space="preserve"> <data name="Show search bar" xml:space="preserve">
<value>顯示搜索欄</value> <value>顯示搜索欄</value>
</data> </data>
<data name="Saving log file in application directory instead of AppData" xml:space="preserve">
<value>將日誌文件保存在應用程序目錄中,而不是 AppData</value>
</data>
</root> </root>

View file

@ -39,15 +39,14 @@ namespace SystemTrayMenu.UserInterface
this.tableLayoutPanelChangeFolder = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelChangeFolder = new System.Windows.Forms.TableLayoutPanel();
this.buttonChangeFolder = new System.Windows.Forms.Button(); this.buttonChangeFolder = new System.Windows.Forms.Button();
this.buttonOpenFolder = new System.Windows.Forms.Button(); this.buttonOpenFolder = new System.Windows.Forms.Button();
this.checkBoxSetFolderByWindowsContextMenu = new System.Windows.Forms.CheckBox();
this.textBoxFolder = new System.Windows.Forms.TextBox(); this.textBoxFolder = new System.Windows.Forms.TextBox();
this.checkBoxUseIconFromRootFolder = new System.Windows.Forms.CheckBox();
this.checkBoxPossibilityToSelectFolderByWindowsContextMenu = new System.Windows.Forms.CheckBox();
this.groupBoxUSB = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelUSB = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanelRelativeFolderOpenAssembly = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelRelativeFolderOpenAssembly = new System.Windows.Forms.TableLayoutPanel();
this.buttonChangeRelativeFolder = new System.Windows.Forms.Button(); this.buttonChangeRelativeFolder = new System.Windows.Forms.Button();
this.buttonOpenAssemblyLocation = new System.Windows.Forms.Button(); this.buttonOpenAssemblyLocation = new System.Windows.Forms.Button();
this.checkBoxStoreConfigAtAssemblyLocation = new System.Windows.Forms.CheckBox(); this.groupBoxConfigAndLogfile = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelConfigAndLogfile = new System.Windows.Forms.TableLayoutPanel();
this.checkBoxSaveConfigInApplicationDirectory = new System.Windows.Forms.CheckBox();
this.groupBoxAutostart = new System.Windows.Forms.GroupBox(); this.groupBoxAutostart = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelAutostart = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelAutostart = new System.Windows.Forms.TableLayoutPanel();
this.buttonAddTaskManagerStartupTask = new System.Windows.Forms.Button(); this.buttonAddTaskManagerStartupTask = new System.Windows.Forms.Button();
@ -317,17 +316,19 @@ namespace SystemTrayMenu.UserInterface
this.groupBoxAppearance = new System.Windows.Forms.GroupBox(); this.groupBoxAppearance = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelAppearance = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelAppearance = new System.Windows.Forms.TableLayoutPanel();
this.checkBoxShowCountOfElementsBelow = new System.Windows.Forms.CheckBox(); this.checkBoxShowCountOfElementsBelow = new System.Windows.Forms.CheckBox();
this.checkBoxUseFading = new System.Windows.Forms.CheckBox();
this.checkBoxUseIconFromRootFolder = new System.Windows.Forms.CheckBox();
this.checkBoxShowFunctionKeysBelow = new System.Windows.Forms.CheckBox(); this.checkBoxShowFunctionKeysBelow = new System.Windows.Forms.CheckBox();
this.buttonAppearanceDefault = new System.Windows.Forms.Button(); this.buttonAppearanceDefault = new System.Windows.Forms.Button();
this.checkBoxShowSearchBar = new System.Windows.Forms.CheckBox(); this.checkBoxShowSearchBar = new System.Windows.Forms.CheckBox();
this.checkBoxUseFading = new System.Windows.Forms.CheckBox();
this.checkBoxShowDirectoryTitleAtTop = 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.checkBoxRoundCorners = new System.Windows.Forms.CheckBox();
this.checkBoxDarkModeAlwaysOn = new System.Windows.Forms.CheckBox();
this.tableLayoutPanelBottom = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelBottom = new System.Windows.Forms.TableLayoutPanel();
this.buttonOk = new System.Windows.Forms.Button(); this.buttonOk = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button();
this.colorDialog = new System.Windows.Forms.ColorDialog(); this.colorDialog = new System.Windows.Forms.ColorDialog();
this.checkBoxSaveLogFileInApplicationDirectory = new System.Windows.Forms.CheckBox();
this.tableLayoutPanelMain.SuspendLayout(); this.tableLayoutPanelMain.SuspendLayout();
this.tabControl.SuspendLayout(); this.tabControl.SuspendLayout();
this.tabPageGeneral.SuspendLayout(); this.tabPageGeneral.SuspendLayout();
@ -335,9 +336,9 @@ namespace SystemTrayMenu.UserInterface
this.groupBoxFolder.SuspendLayout(); this.groupBoxFolder.SuspendLayout();
this.tableLayoutPanelFolder.SuspendLayout(); this.tableLayoutPanelFolder.SuspendLayout();
this.tableLayoutPanelChangeFolder.SuspendLayout(); this.tableLayoutPanelChangeFolder.SuspendLayout();
this.groupBoxUSB.SuspendLayout();
this.tableLayoutPanelUSB.SuspendLayout();
this.tableLayoutPanelRelativeFolderOpenAssembly.SuspendLayout(); this.tableLayoutPanelRelativeFolderOpenAssembly.SuspendLayout();
this.groupBoxConfigAndLogfile.SuspendLayout();
this.tableLayoutPanelConfigAndLogfile.SuspendLayout();
this.groupBoxAutostart.SuspendLayout(); this.groupBoxAutostart.SuspendLayout();
this.tableLayoutPanelAutostart.SuspendLayout(); this.tableLayoutPanelAutostart.SuspendLayout();
this.groupBoxHotkey.SuspendLayout(); this.groupBoxHotkey.SuspendLayout();
@ -530,7 +531,7 @@ namespace SystemTrayMenu.UserInterface
this.tableLayoutPanelGeneral.ColumnCount = 1; this.tableLayoutPanelGeneral.ColumnCount = 1;
this.tableLayoutPanelGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxFolder, 0, 0); this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxFolder, 0, 0);
this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxUSB, 0, 1); this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxConfigAndLogfile, 0, 1);
this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxAutostart, 0, 2); this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxAutostart, 0, 2);
this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxHotkey, 0, 3); this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxHotkey, 0, 3);
this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxLanguage, 0, 4); this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxLanguage, 0, 4);
@ -556,7 +557,7 @@ namespace SystemTrayMenu.UserInterface
this.groupBoxFolder.MinimumSize = new System.Drawing.Size(400, 0); this.groupBoxFolder.MinimumSize = new System.Drawing.Size(400, 0);
this.groupBoxFolder.Name = "groupBoxFolder"; this.groupBoxFolder.Name = "groupBoxFolder";
this.groupBoxFolder.Padding = new System.Windows.Forms.Padding(3, 6, 3, 6); this.groupBoxFolder.Padding = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.groupBoxFolder.Size = new System.Drawing.Size(400, 131); this.groupBoxFolder.Size = new System.Drawing.Size(400, 137);
this.groupBoxFolder.TabIndex = 0; this.groupBoxFolder.TabIndex = 0;
this.groupBoxFolder.TabStop = false; this.groupBoxFolder.TabStop = false;
this.groupBoxFolder.Text = "groupBoxFolder"; this.groupBoxFolder.Text = "groupBoxFolder";
@ -568,9 +569,9 @@ namespace SystemTrayMenu.UserInterface
this.tableLayoutPanelFolder.ColumnCount = 1; this.tableLayoutPanelFolder.ColumnCount = 1;
this.tableLayoutPanelFolder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelFolder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelFolder.Controls.Add(this.tableLayoutPanelChangeFolder, 0, 1); this.tableLayoutPanelFolder.Controls.Add(this.tableLayoutPanelChangeFolder, 0, 1);
this.tableLayoutPanelFolder.Controls.Add(this.checkBoxSetFolderByWindowsContextMenu, 0, 2);
this.tableLayoutPanelFolder.Controls.Add(this.textBoxFolder, 0, 0); this.tableLayoutPanelFolder.Controls.Add(this.textBoxFolder, 0, 0);
this.tableLayoutPanelFolder.Controls.Add(this.checkBoxUseIconFromRootFolder, 0, 2); this.tableLayoutPanelFolder.Controls.Add(this.tableLayoutPanelRelativeFolderOpenAssembly, 0, 3);
this.tableLayoutPanelFolder.Controls.Add(this.checkBoxPossibilityToSelectFolderByWindowsContextMenu, 0, 3);
this.tableLayoutPanelFolder.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelFolder.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelFolder.Location = new System.Drawing.Point(3, 22); this.tableLayoutPanelFolder.Location = new System.Drawing.Point(3, 22);
this.tableLayoutPanelFolder.Name = "tableLayoutPanelFolder"; this.tableLayoutPanelFolder.Name = "tableLayoutPanelFolder";
@ -579,7 +580,7 @@ namespace SystemTrayMenu.UserInterface
this.tableLayoutPanelFolder.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelFolder.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelFolder.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelFolder.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelFolder.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelFolder.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelFolder.Size = new System.Drawing.Size(394, 103); this.tableLayoutPanelFolder.Size = new System.Drawing.Size(394, 109);
this.tableLayoutPanelFolder.TabIndex = 0; this.tableLayoutPanelFolder.TabIndex = 0;
// //
// tableLayoutPanelChangeFolder // tableLayoutPanelChangeFolder
@ -629,6 +630,17 @@ namespace SystemTrayMenu.UserInterface
this.buttonOpenFolder.UseVisualStyleBackColor = true; this.buttonOpenFolder.UseVisualStyleBackColor = true;
this.buttonOpenFolder.Click += new System.EventHandler(this.ButtonOpenFolder_Click); this.buttonOpenFolder.Click += new System.EventHandler(this.ButtonOpenFolder_Click);
// //
// checkBoxSetFolderByWindowsContextMenu
//
this.checkBoxSetFolderByWindowsContextMenu.AutoSize = true;
this.checkBoxSetFolderByWindowsContextMenu.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxSetFolderByWindowsContextMenu.Location = new System.Drawing.Point(3, 56);
this.checkBoxSetFolderByWindowsContextMenu.Name = "checkBoxSetFolderByWindowsContextMenu";
this.checkBoxSetFolderByWindowsContextMenu.Size = new System.Drawing.Size(388, 19);
this.checkBoxSetFolderByWindowsContextMenu.TabIndex = 5;
this.checkBoxSetFolderByWindowsContextMenu.Text = "SetFolderByWindowsContextMenu";
this.checkBoxSetFolderByWindowsContextMenu.UseVisualStyleBackColor = true;
//
// textBoxFolder // textBoxFolder
// //
this.textBoxFolder.BackColor = System.Drawing.Color.White; this.textBoxFolder.BackColor = System.Drawing.Color.White;
@ -643,59 +655,6 @@ namespace SystemTrayMenu.UserInterface
this.textBoxFolder.TabIndex = 0; this.textBoxFolder.TabIndex = 0;
this.textBoxFolder.TabStop = false; this.textBoxFolder.TabStop = false;
// //
// checkBoxUseIconFromRootFolder
//
this.checkBoxUseIconFromRootFolder.AutoSize = true;
this.checkBoxUseIconFromRootFolder.Location = new System.Drawing.Point(3, 56);
this.checkBoxUseIconFromRootFolder.Name = "checkBoxUseIconFromRootFolder";
this.checkBoxUseIconFromRootFolder.Size = new System.Drawing.Size(205, 19);
this.checkBoxUseIconFromRootFolder.TabIndex = 4;
this.checkBoxUseIconFromRootFolder.Text = "checkBoxUseIconFromRootFolder";
this.checkBoxUseIconFromRootFolder.UseVisualStyleBackColor = true;
//
// checkBoxPossibilityToSelectFolderByWindowsContextMenu
//
this.checkBoxPossibilityToSelectFolderByWindowsContextMenu.AutoSize = true;
this.checkBoxPossibilityToSelectFolderByWindowsContextMenu.Location = new System.Drawing.Point(3, 81);
this.checkBoxPossibilityToSelectFolderByWindowsContextMenu.Name = "checkBoxPossibilityToSelectFolderByWindowsContextMenu";
this.checkBoxPossibilityToSelectFolderByWindowsContextMenu.Size = new System.Drawing.Size(290, 19);
this.checkBoxPossibilityToSelectFolderByWindowsContextMenu.TabIndex = 5;
this.checkBoxPossibilityToSelectFolderByWindowsContextMenu.Text = "PossibilityToSelectFolderByWindowsContextMenu";
this.checkBoxPossibilityToSelectFolderByWindowsContextMenu.UseVisualStyleBackColor = true;
//
// groupBoxUSB
//
this.groupBoxUSB.AutoSize = true;
this.groupBoxUSB.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBoxUSB.Controls.Add(this.tableLayoutPanelUSB);
this.groupBoxUSB.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxUSB.Location = new System.Drawing.Point(3, 140);
this.groupBoxUSB.MaximumSize = new System.Drawing.Size(400, 0);
this.groupBoxUSB.MinimumSize = new System.Drawing.Size(400, 0);
this.groupBoxUSB.Name = "groupBoxUSB";
this.groupBoxUSB.Padding = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.groupBoxUSB.Size = new System.Drawing.Size(400, 84);
this.groupBoxUSB.TabIndex = 0;
this.groupBoxUSB.TabStop = false;
this.groupBoxUSB.Text = "groupBoxUSB";
//
// tableLayoutPanelUSB
//
this.tableLayoutPanelUSB.AutoSize = true;
this.tableLayoutPanelUSB.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelUSB.ColumnCount = 1;
this.tableLayoutPanelUSB.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelUSB.Controls.Add(this.tableLayoutPanelRelativeFolderOpenAssembly, 0, 0);
this.tableLayoutPanelUSB.Controls.Add(this.checkBoxStoreConfigAtAssemblyLocation, 0, 1);
this.tableLayoutPanelUSB.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelUSB.Location = new System.Drawing.Point(3, 22);
this.tableLayoutPanelUSB.Name = "tableLayoutPanelUSB";
this.tableLayoutPanelUSB.RowCount = 2;
this.tableLayoutPanelUSB.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelUSB.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelUSB.Size = new System.Drawing.Size(394, 56);
this.tableLayoutPanelUSB.TabIndex = 0;
//
// tableLayoutPanelRelativeFolderOpenAssembly // tableLayoutPanelRelativeFolderOpenAssembly
// //
this.tableLayoutPanelRelativeFolderOpenAssembly.AutoSize = true; this.tableLayoutPanelRelativeFolderOpenAssembly.AutoSize = true;
@ -707,7 +666,7 @@ namespace SystemTrayMenu.UserInterface
this.tableLayoutPanelRelativeFolderOpenAssembly.Controls.Add(this.buttonChangeRelativeFolder, 0, 0); this.tableLayoutPanelRelativeFolderOpenAssembly.Controls.Add(this.buttonChangeRelativeFolder, 0, 0);
this.tableLayoutPanelRelativeFolderOpenAssembly.Controls.Add(this.buttonOpenAssemblyLocation, 2, 0); this.tableLayoutPanelRelativeFolderOpenAssembly.Controls.Add(this.buttonOpenAssemblyLocation, 2, 0);
this.tableLayoutPanelRelativeFolderOpenAssembly.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelRelativeFolderOpenAssembly.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelRelativeFolderOpenAssembly.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelRelativeFolderOpenAssembly.Location = new System.Drawing.Point(0, 78);
this.tableLayoutPanelRelativeFolderOpenAssembly.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelRelativeFolderOpenAssembly.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelRelativeFolderOpenAssembly.Name = "tableLayoutPanelRelativeFolderOpenAssembly"; this.tableLayoutPanelRelativeFolderOpenAssembly.Name = "tableLayoutPanelRelativeFolderOpenAssembly";
this.tableLayoutPanelRelativeFolderOpenAssembly.RowCount = 1; this.tableLayoutPanelRelativeFolderOpenAssembly.RowCount = 1;
@ -742,15 +701,50 @@ namespace SystemTrayMenu.UserInterface
this.buttonOpenAssemblyLocation.UseVisualStyleBackColor = true; this.buttonOpenAssemblyLocation.UseVisualStyleBackColor = true;
this.buttonOpenAssemblyLocation.Click += new System.EventHandler(this.ButtonOpenAssemblyLocation_Click); this.buttonOpenAssemblyLocation.Click += new System.EventHandler(this.ButtonOpenAssemblyLocation_Click);
// //
// checkBoxStoreConfigAtAssemblyLocation // groupBoxConfigAndLogfile
// //
this.checkBoxStoreConfigAtAssemblyLocation.AutoSize = true; this.groupBoxConfigAndLogfile.AutoSize = true;
this.checkBoxStoreConfigAtAssemblyLocation.Location = new System.Drawing.Point(3, 34); this.groupBoxConfigAndLogfile.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.checkBoxStoreConfigAtAssemblyLocation.Name = "checkBoxStoreConfigAtAssemblyLocation"; this.groupBoxConfigAndLogfile.Controls.Add(this.tableLayoutPanelConfigAndLogfile);
this.checkBoxStoreConfigAtAssemblyLocation.Size = new System.Drawing.Size(249, 19); this.groupBoxConfigAndLogfile.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxStoreConfigAtAssemblyLocation.TabIndex = 0; this.groupBoxConfigAndLogfile.Location = new System.Drawing.Point(3, 146);
this.checkBoxStoreConfigAtAssemblyLocation.Text = "checkBoxStoreConfigAtAssemblyLocation"; this.groupBoxConfigAndLogfile.MaximumSize = new System.Drawing.Size(400, 0);
this.checkBoxStoreConfigAtAssemblyLocation.UseVisualStyleBackColor = true; this.groupBoxConfigAndLogfile.MinimumSize = new System.Drawing.Size(400, 0);
this.groupBoxConfigAndLogfile.Name = "groupBoxConfigAndLogfile";
this.groupBoxConfigAndLogfile.Padding = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.groupBoxConfigAndLogfile.Size = new System.Drawing.Size(400, 78);
this.groupBoxConfigAndLogfile.TabIndex = 0;
this.groupBoxConfigAndLogfile.TabStop = false;
this.groupBoxConfigAndLogfile.Text = "groupBoxConfigAndLogfile";
//
// tableLayoutPanelConfigAndLogfile
//
this.tableLayoutPanelConfigAndLogfile.AutoSize = true;
this.tableLayoutPanelConfigAndLogfile.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelConfigAndLogfile.ColumnCount = 1;
this.tableLayoutPanelConfigAndLogfile.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelConfigAndLogfile.Controls.Add(this.checkBoxSaveLogFileInApplicationDirectory, 0, 2);
this.tableLayoutPanelConfigAndLogfile.Controls.Add(this.checkBoxSaveConfigInApplicationDirectory, 0, 1);
this.tableLayoutPanelConfigAndLogfile.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelConfigAndLogfile.Location = new System.Drawing.Point(3, 22);
this.tableLayoutPanelConfigAndLogfile.Name = "tableLayoutPanelConfigAndLogfile";
this.tableLayoutPanelConfigAndLogfile.RowCount = 3;
this.tableLayoutPanelConfigAndLogfile.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelConfigAndLogfile.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelConfigAndLogfile.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelConfigAndLogfile.Size = new System.Drawing.Size(394, 50);
this.tableLayoutPanelConfigAndLogfile.TabIndex = 0;
//
// checkBoxSaveConfigInApplicationDirectory
//
this.checkBoxSaveConfigInApplicationDirectory.AutoSize = true;
this.checkBoxSaveConfigInApplicationDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxSaveConfigInApplicationDirectory.Location = new System.Drawing.Point(3, 3);
this.checkBoxSaveConfigInApplicationDirectory.Name = "checkBoxSaveConfigInApplicationDirectory";
this.checkBoxSaveConfigInApplicationDirectory.Size = new System.Drawing.Size(388, 19);
this.checkBoxSaveConfigInApplicationDirectory.TabIndex = 0;
this.checkBoxSaveConfigInApplicationDirectory.Text = "checkBoxSaveConfigInApplicationDirectory";
this.checkBoxSaveConfigInApplicationDirectory.UseVisualStyleBackColor = true;
// //
// groupBoxAutostart // groupBoxAutostart
// //
@ -2316,7 +2310,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.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, 1456); this.tableLayoutPanelCustomize.Size = new System.Drawing.Size(391, 1481);
this.tableLayoutPanelCustomize.TabIndex = 0; this.tableLayoutPanelCustomize.TabIndex = 0;
// //
// groupBoxColorsDarkMode // groupBoxColorsDarkMode
@ -2324,7 +2318,7 @@ namespace SystemTrayMenu.UserInterface
this.groupBoxColorsDarkMode.AutoSize = true; this.groupBoxColorsDarkMode.AutoSize = true;
this.groupBoxColorsDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.groupBoxColorsDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBoxColorsDarkMode.Controls.Add(this.tableLayoutPanelDarkMode); this.groupBoxColorsDarkMode.Controls.Add(this.tableLayoutPanelDarkMode);
this.groupBoxColorsDarkMode.Location = new System.Drawing.Point(3, 848); this.groupBoxColorsDarkMode.Location = new System.Drawing.Point(3, 873);
this.groupBoxColorsDarkMode.MaximumSize = new System.Drawing.Size(385, 0); this.groupBoxColorsDarkMode.MaximumSize = new System.Drawing.Size(385, 0);
this.groupBoxColorsDarkMode.MinimumSize = new System.Drawing.Size(385, 0); this.groupBoxColorsDarkMode.MinimumSize = new System.Drawing.Size(385, 0);
this.groupBoxColorsDarkMode.Name = "groupBoxColorsDarkMode"; this.groupBoxColorsDarkMode.Name = "groupBoxColorsDarkMode";
@ -3397,7 +3391,7 @@ namespace SystemTrayMenu.UserInterface
this.groupBoxColorsLightMode.AutoSize = true; this.groupBoxColorsLightMode.AutoSize = true;
this.groupBoxColorsLightMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.groupBoxColorsLightMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBoxColorsLightMode.Controls.Add(this.tableLayoutPanelColorsAndDefault); this.groupBoxColorsLightMode.Controls.Add(this.tableLayoutPanelColorsAndDefault);
this.groupBoxColorsLightMode.Location = new System.Drawing.Point(3, 237); this.groupBoxColorsLightMode.Location = new System.Drawing.Point(3, 262);
this.groupBoxColorsLightMode.MaximumSize = new System.Drawing.Size(385, 0); this.groupBoxColorsLightMode.MaximumSize = new System.Drawing.Size(385, 0);
this.groupBoxColorsLightMode.MinimumSize = new System.Drawing.Size(385, 0); this.groupBoxColorsLightMode.MinimumSize = new System.Drawing.Size(385, 0);
this.groupBoxColorsLightMode.Name = "groupBoxColorsLightMode"; this.groupBoxColorsLightMode.Name = "groupBoxColorsLightMode";
@ -4477,7 +4471,7 @@ namespace SystemTrayMenu.UserInterface
this.groupBoxAppearance.MaximumSize = new System.Drawing.Size(385, 0); this.groupBoxAppearance.MaximumSize = new System.Drawing.Size(385, 0);
this.groupBoxAppearance.MinimumSize = new System.Drawing.Size(385, 0); this.groupBoxAppearance.MinimumSize = new System.Drawing.Size(385, 0);
this.groupBoxAppearance.Name = "groupBoxAppearance"; this.groupBoxAppearance.Name = "groupBoxAppearance";
this.groupBoxAppearance.Size = new System.Drawing.Size(385, 228); this.groupBoxAppearance.Size = new System.Drawing.Size(385, 253);
this.groupBoxAppearance.TabIndex = 1; this.groupBoxAppearance.TabIndex = 1;
this.groupBoxAppearance.TabStop = false; this.groupBoxAppearance.TabStop = false;
this.groupBoxAppearance.Text = "groupBoxAppearance"; this.groupBoxAppearance.Text = "groupBoxAppearance";
@ -4488,18 +4482,19 @@ namespace SystemTrayMenu.UserInterface
this.tableLayoutPanelAppearance.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanelAppearance.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelAppearance.ColumnCount = 1; this.tableLayoutPanelAppearance.ColumnCount = 1;
this.tableLayoutPanelAppearance.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelAppearance.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxShowCountOfElementsBelow, 0, 6); this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxShowCountOfElementsBelow, 0, 7);
this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxShowFunctionKeysBelow, 0, 5); this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxUseFading, 0, 3);
this.tableLayoutPanelAppearance.Controls.Add(this.buttonAppearanceDefault, 0, 7); this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxUseIconFromRootFolder, 0, 0);
this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxShowSearchBar, 0, 4); this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxShowFunctionKeysBelow, 0, 6);
this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxUseFading, 0, 1); this.tableLayoutPanelAppearance.Controls.Add(this.buttonAppearanceDefault, 0, 8);
this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxShowDirectoryTitleAtTop, 0, 3); this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxShowSearchBar, 0, 5);
this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxShowDirectoryTitleAtTop, 0, 4);
this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxRoundCorners, 0, 1);
this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxDarkModeAlwaysOn, 0, 2); 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.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelAppearance.Location = new System.Drawing.Point(3, 19); this.tableLayoutPanelAppearance.Location = new System.Drawing.Point(3, 19);
this.tableLayoutPanelAppearance.Name = "tableLayoutPanelAppearance"; this.tableLayoutPanelAppearance.Name = "tableLayoutPanelAppearance";
this.tableLayoutPanelAppearance.RowCount = 8; this.tableLayoutPanelAppearance.RowCount = 9;
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.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelAppearance.RowStyles.Add(new System.Windows.Forms.RowStyle());
@ -4508,24 +4503,47 @@ namespace SystemTrayMenu.UserInterface
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.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.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelAppearance.Size = new System.Drawing.Size(379, 231);
this.tableLayoutPanelAppearance.TabIndex = 1; this.tableLayoutPanelAppearance.TabIndex = 1;
// //
// checkBoxShowCountOfElementsBelow // checkBoxShowCountOfElementsBelow
// //
this.checkBoxShowCountOfElementsBelow.AutoSize = true; this.checkBoxShowCountOfElementsBelow.AutoSize = true;
this.checkBoxShowCountOfElementsBelow.Location = new System.Drawing.Point(3, 153); this.checkBoxShowCountOfElementsBelow.Location = new System.Drawing.Point(3, 178);
this.checkBoxShowCountOfElementsBelow.Name = "checkBoxShowCountOfElementsBelow"; this.checkBoxShowCountOfElementsBelow.Name = "checkBoxShowCountOfElementsBelow";
this.checkBoxShowCountOfElementsBelow.Size = new System.Drawing.Size(232, 19); this.checkBoxShowCountOfElementsBelow.Size = new System.Drawing.Size(232, 19);
this.checkBoxShowCountOfElementsBelow.TabIndex = 4; this.checkBoxShowCountOfElementsBelow.TabIndex = 4;
this.checkBoxShowCountOfElementsBelow.Text = "checkBoxShowCountOfElementsBelow"; this.checkBoxShowCountOfElementsBelow.Text = "checkBoxShowCountOfElementsBelow";
this.checkBoxShowCountOfElementsBelow.UseVisualStyleBackColor = true; this.checkBoxShowCountOfElementsBelow.UseVisualStyleBackColor = true;
// //
// checkBoxUseFading
//
this.checkBoxUseFading.AutoSize = true;
this.checkBoxUseFading.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxUseFading.Location = new System.Drawing.Point(3, 78);
this.checkBoxUseFading.Name = "checkBoxUseFading";
this.checkBoxUseFading.Size = new System.Drawing.Size(373, 19);
this.checkBoxUseFading.TabIndex = 5;
this.checkBoxUseFading.Text = "checkBoxUseFading";
this.checkBoxUseFading.UseVisualStyleBackColor = true;
//
// checkBoxUseIconFromRootFolder
//
this.checkBoxUseIconFromRootFolder.AutoSize = true;
this.checkBoxUseIconFromRootFolder.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxUseIconFromRootFolder.Location = new System.Drawing.Point(3, 3);
this.checkBoxUseIconFromRootFolder.Name = "checkBoxUseIconFromRootFolder";
this.checkBoxUseIconFromRootFolder.Size = new System.Drawing.Size(373, 19);
this.checkBoxUseIconFromRootFolder.TabIndex = 4;
this.checkBoxUseIconFromRootFolder.Text = "checkBoxUseIconFromRootFolder";
this.checkBoxUseIconFromRootFolder.UseVisualStyleBackColor = true;
//
// checkBoxShowFunctionKeysBelow // checkBoxShowFunctionKeysBelow
// //
this.checkBoxShowFunctionKeysBelow.AutoSize = true; this.checkBoxShowFunctionKeysBelow.AutoSize = true;
this.checkBoxShowFunctionKeysBelow.Dock = System.Windows.Forms.DockStyle.Fill; this.checkBoxShowFunctionKeysBelow.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxShowFunctionKeysBelow.Location = new System.Drawing.Point(3, 128); this.checkBoxShowFunctionKeysBelow.Location = new System.Drawing.Point(3, 153);
this.checkBoxShowFunctionKeysBelow.Name = "checkBoxShowFunctionKeysBelow"; this.checkBoxShowFunctionKeysBelow.Name = "checkBoxShowFunctionKeysBelow";
this.checkBoxShowFunctionKeysBelow.Size = new System.Drawing.Size(373, 19); this.checkBoxShowFunctionKeysBelow.Size = new System.Drawing.Size(373, 19);
this.checkBoxShowFunctionKeysBelow.TabIndex = 3; this.checkBoxShowFunctionKeysBelow.TabIndex = 3;
@ -4536,7 +4554,7 @@ namespace SystemTrayMenu.UserInterface
// //
this.buttonAppearanceDefault.AutoSize = true; this.buttonAppearanceDefault.AutoSize = true;
this.buttonAppearanceDefault.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.buttonAppearanceDefault.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonAppearanceDefault.Location = new System.Drawing.Point(3, 178); this.buttonAppearanceDefault.Location = new System.Drawing.Point(3, 203);
this.buttonAppearanceDefault.MinimumSize = new System.Drawing.Size(75, 23); this.buttonAppearanceDefault.MinimumSize = new System.Drawing.Size(75, 23);
this.buttonAppearanceDefault.Name = "buttonAppearanceDefault"; this.buttonAppearanceDefault.Name = "buttonAppearanceDefault";
this.buttonAppearanceDefault.Size = new System.Drawing.Size(154, 25); this.buttonAppearanceDefault.Size = new System.Drawing.Size(154, 25);
@ -4549,35 +4567,35 @@ namespace SystemTrayMenu.UserInterface
// //
this.checkBoxShowSearchBar.AutoSize = true; this.checkBoxShowSearchBar.AutoSize = true;
this.checkBoxShowSearchBar.Dock = System.Windows.Forms.DockStyle.Fill; this.checkBoxShowSearchBar.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxShowSearchBar.Location = new System.Drawing.Point(3, 103); this.checkBoxShowSearchBar.Location = new System.Drawing.Point(3, 128);
this.checkBoxShowSearchBar.Name = "checkBoxShowSearchBar"; this.checkBoxShowSearchBar.Name = "checkBoxShowSearchBar";
this.checkBoxShowSearchBar.Size = new System.Drawing.Size(373, 19); this.checkBoxShowSearchBar.Size = new System.Drawing.Size(373, 19);
this.checkBoxShowSearchBar.TabIndex = 2; this.checkBoxShowSearchBar.TabIndex = 2;
this.checkBoxShowSearchBar.Text = "checkBoxShowSearchBar"; this.checkBoxShowSearchBar.Text = "checkBoxShowSearchBar";
this.checkBoxShowSearchBar.UseVisualStyleBackColor = true; this.checkBoxShowSearchBar.UseVisualStyleBackColor = true;
// //
// checkBoxUseFading
//
this.checkBoxUseFading.AutoSize = true;
this.checkBoxUseFading.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxUseFading.Location = new System.Drawing.Point(3, 28);
this.checkBoxUseFading.Name = "checkBoxUseFading";
this.checkBoxUseFading.Size = new System.Drawing.Size(373, 19);
this.checkBoxUseFading.TabIndex = 5;
this.checkBoxUseFading.Text = "checkBoxUseFading";
this.checkBoxUseFading.UseVisualStyleBackColor = true;
//
// checkBoxShowDirectoryTitleAtTop // checkBoxShowDirectoryTitleAtTop
// //
this.checkBoxShowDirectoryTitleAtTop.AutoSize = true; this.checkBoxShowDirectoryTitleAtTop.AutoSize = true;
this.checkBoxShowDirectoryTitleAtTop.Dock = System.Windows.Forms.DockStyle.Fill; this.checkBoxShowDirectoryTitleAtTop.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxShowDirectoryTitleAtTop.Location = new System.Drawing.Point(3, 78); this.checkBoxShowDirectoryTitleAtTop.Location = new System.Drawing.Point(3, 103);
this.checkBoxShowDirectoryTitleAtTop.Name = "checkBoxShowDirectoryTitleAtTop"; this.checkBoxShowDirectoryTitleAtTop.Name = "checkBoxShowDirectoryTitleAtTop";
this.checkBoxShowDirectoryTitleAtTop.Size = new System.Drawing.Size(373, 19); this.checkBoxShowDirectoryTitleAtTop.Size = new System.Drawing.Size(373, 19);
this.checkBoxShowDirectoryTitleAtTop.TabIndex = 1; this.checkBoxShowDirectoryTitleAtTop.TabIndex = 1;
this.checkBoxShowDirectoryTitleAtTop.Text = "checkBoxShowDirectoryTitleAtTop"; this.checkBoxShowDirectoryTitleAtTop.Text = "checkBoxShowDirectoryTitleAtTop";
this.checkBoxShowDirectoryTitleAtTop.UseVisualStyleBackColor = true; this.checkBoxShowDirectoryTitleAtTop.UseVisualStyleBackColor = true;
// //
// checkBoxRoundCorners
//
this.checkBoxRoundCorners.AutoSize = true;
this.checkBoxRoundCorners.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxRoundCorners.Location = new System.Drawing.Point(3, 28);
this.checkBoxRoundCorners.Name = "checkBoxRoundCorners";
this.checkBoxRoundCorners.Size = new System.Drawing.Size(373, 19);
this.checkBoxRoundCorners.TabIndex = 4;
this.checkBoxRoundCorners.Text = "checkBoxRoundCorners";
this.checkBoxRoundCorners.UseVisualStyleBackColor = true;
//
// checkBoxDarkModeAlwaysOn // checkBoxDarkModeAlwaysOn
// //
this.checkBoxDarkModeAlwaysOn.AutoSize = true; this.checkBoxDarkModeAlwaysOn.AutoSize = true;
@ -4590,17 +4608,6 @@ namespace SystemTrayMenu.UserInterface
this.checkBoxDarkModeAlwaysOn.UseVisualStyleBackColor = true; this.checkBoxDarkModeAlwaysOn.UseVisualStyleBackColor = true;
this.checkBoxDarkModeAlwaysOn.CheckedChanged += new System.EventHandler(this.CheckBoxDarkModeAlwaysOnCheckedChanged); this.checkBoxDarkModeAlwaysOn.CheckedChanged += new System.EventHandler(this.CheckBoxDarkModeAlwaysOnCheckedChanged);
// //
// checkBoxRoundCorners
//
this.checkBoxRoundCorners.AutoSize = true;
this.checkBoxRoundCorners.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxRoundCorners.Location = new System.Drawing.Point(3, 3);
this.checkBoxRoundCorners.Name = "checkBoxRoundCorners";
this.checkBoxRoundCorners.Size = new System.Drawing.Size(373, 19);
this.checkBoxRoundCorners.TabIndex = 4;
this.checkBoxRoundCorners.Text = "checkBoxRoundCorners";
this.checkBoxRoundCorners.UseVisualStyleBackColor = true;
//
// tableLayoutPanelBottom // tableLayoutPanelBottom
// //
this.tableLayoutPanelBottom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanelBottom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
@ -4649,6 +4656,17 @@ namespace SystemTrayMenu.UserInterface
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
// //
// checkBoxSaveLogFileInApplicationDirectory
//
this.checkBoxSaveLogFileInApplicationDirectory.AutoSize = true;
this.checkBoxSaveLogFileInApplicationDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxSaveLogFileInApplicationDirectory.Location = new System.Drawing.Point(3, 28);
this.checkBoxSaveLogFileInApplicationDirectory.Name = "checkBoxSaveLogFileInApplicationDirectory";
this.checkBoxSaveLogFileInApplicationDirectory.Size = new System.Drawing.Size(388, 19);
this.checkBoxSaveLogFileInApplicationDirectory.TabIndex = 1;
this.checkBoxSaveLogFileInApplicationDirectory.Text = "checkBoxSaveLogFileInApplicationDirectory";
this.checkBoxSaveLogFileInApplicationDirectory.UseVisualStyleBackColor = true;
//
// SettingsForm // SettingsForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -4678,12 +4696,12 @@ namespace SystemTrayMenu.UserInterface
this.tableLayoutPanelFolder.PerformLayout(); this.tableLayoutPanelFolder.PerformLayout();
this.tableLayoutPanelChangeFolder.ResumeLayout(false); this.tableLayoutPanelChangeFolder.ResumeLayout(false);
this.tableLayoutPanelChangeFolder.PerformLayout(); this.tableLayoutPanelChangeFolder.PerformLayout();
this.groupBoxUSB.ResumeLayout(false);
this.groupBoxUSB.PerformLayout();
this.tableLayoutPanelUSB.ResumeLayout(false);
this.tableLayoutPanelUSB.PerformLayout();
this.tableLayoutPanelRelativeFolderOpenAssembly.ResumeLayout(false); this.tableLayoutPanelRelativeFolderOpenAssembly.ResumeLayout(false);
this.tableLayoutPanelRelativeFolderOpenAssembly.PerformLayout(); this.tableLayoutPanelRelativeFolderOpenAssembly.PerformLayout();
this.groupBoxConfigAndLogfile.ResumeLayout(false);
this.groupBoxConfigAndLogfile.PerformLayout();
this.tableLayoutPanelConfigAndLogfile.ResumeLayout(false);
this.tableLayoutPanelConfigAndLogfile.PerformLayout();
this.groupBoxAutostart.ResumeLayout(false); this.groupBoxAutostart.ResumeLayout(false);
this.groupBoxAutostart.PerformLayout(); this.groupBoxAutostart.PerformLayout();
this.tableLayoutPanelAutostart.ResumeLayout(false); this.tableLayoutPanelAutostart.ResumeLayout(false);
@ -4997,9 +5015,9 @@ namespace SystemTrayMenu.UserInterface
private System.Windows.Forms.Label labelOpenFolderBorder; private System.Windows.Forms.Label labelOpenFolderBorder;
private System.Windows.Forms.Label labelSelectedItem; private System.Windows.Forms.Label labelSelectedItem;
private System.Windows.Forms.Label labelSelectedItemBorder; private System.Windows.Forms.Label labelSelectedItemBorder;
private System.Windows.Forms.CheckBox checkBoxStoreConfigAtAssemblyLocation; private System.Windows.Forms.CheckBox checkBoxSaveConfigInApplicationDirectory;
private System.Windows.Forms.GroupBox groupBoxUSB; private System.Windows.Forms.GroupBox groupBoxConfigAndLogfile;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelUSB; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelConfigAndLogfile;
private System.Windows.Forms.Button buttonChangeRelativeFolder; private System.Windows.Forms.Button buttonChangeRelativeFolder;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelRelativeFolderOpenAssembly; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelRelativeFolderOpenAssembly;
private System.Windows.Forms.Button buttonOpenAssemblyLocation; private System.Windows.Forms.Button buttonOpenAssemblyLocation;
@ -5142,7 +5160,7 @@ namespace SystemTrayMenu.UserInterface
private System.Windows.Forms.PictureBox pictureBoxIconsDarkMode; private System.Windows.Forms.PictureBox pictureBoxIconsDarkMode;
private System.Windows.Forms.Label labelIconsDarkMode; private System.Windows.Forms.Label labelIconsDarkMode;
private System.Windows.Forms.TextBox textBoxColorIconsDarkMode; private System.Windows.Forms.TextBox textBoxColorIconsDarkMode;
private System.Windows.Forms.CheckBox checkBoxPossibilityToSelectFolderByWindowsContextMenu; private System.Windows.Forms.CheckBox checkBoxSetFolderByWindowsContextMenu;
private System.Windows.Forms.Button buttonOpenFolder; private System.Windows.Forms.Button buttonOpenFolder;
private System.Windows.Forms.Button buttonAddTaskManagerStartupTask; private System.Windows.Forms.Button buttonAddTaskManagerStartupTask;
private System.Windows.Forms.Label labelStartupTaskStatus; private System.Windows.Forms.Label labelStartupTaskStatus;
@ -5225,5 +5243,6 @@ namespace SystemTrayMenu.UserInterface
private System.Windows.Forms.CheckBox checkBoxShowSearchBar; private System.Windows.Forms.CheckBox checkBoxShowSearchBar;
private System.Windows.Forms.CheckBox checkBoxShowDirectoryTitleAtTop; private System.Windows.Forms.CheckBox checkBoxShowDirectoryTitleAtTop;
private System.Windows.Forms.CheckBox checkBoxShowCountOfElementsBelow; private System.Windows.Forms.CheckBox checkBoxShowCountOfElementsBelow;
private System.Windows.Forms.CheckBox checkBoxSaveLogFileInApplicationDirectory;
} }
} }

View file

@ -107,11 +107,11 @@ namespace SystemTrayMenu.UserInterface
groupBoxFolder.Text = Translator.GetText("Directory"); groupBoxFolder.Text = Translator.GetText("Directory");
buttonChangeFolder.Text = Translator.GetText("Changing directory"); buttonChangeFolder.Text = Translator.GetText("Changing directory");
buttonOpenFolder.Text = Translator.GetText("Open directory"); buttonOpenFolder.Text = Translator.GetText("Open directory");
checkBoxUseIconFromRootFolder.Text = Translator.GetText("Use icon from directory"); checkBoxSetFolderByWindowsContextMenu.Text = Translator.GetText("Set by context menu ");
checkBoxPossibilityToSelectFolderByWindowsContextMenu.Text = Translator.GetText("Set by context menu "); groupBoxConfigAndLogfile.Text = Translator.GetText("Configuration file and log file");
groupBoxUSB.Text = Translator.GetText("USB");
buttonChangeRelativeFolder.Text = Translator.GetText("Convert to relative directory"); buttonChangeRelativeFolder.Text = Translator.GetText("Convert to relative directory");
checkBoxStoreConfigAtAssemblyLocation.Text = Translator.GetText("Save configuration to the application folder"); checkBoxSaveConfigInApplicationDirectory.Text = Translator.GetText("Save configuration in application directory");
checkBoxSaveLogFileInApplicationDirectory.Text = Translator.GetText("Saving log file in application directory instead of AppData");
buttonOpenAssemblyLocation.Text = Translator.GetText("Open application directory"); buttonOpenAssemblyLocation.Text = Translator.GetText("Open application directory");
groupBoxAutostart.Text = Translator.GetText("Autostart"); groupBoxAutostart.Text = Translator.GetText("Autostart");
if (IsStartupTask()) if (IsStartupTask())
@ -190,9 +190,10 @@ namespace SystemTrayMenu.UserInterface
tabPageCustomize.Text = Translator.GetText("Customize"); tabPageCustomize.Text = Translator.GetText("Customize");
groupBoxAppearance.Text = Translator.GetText("Appearance"); groupBoxAppearance.Text = Translator.GetText("Appearance");
checkBoxUseIconFromRootFolder.Text = Translator.GetText("Use icon from directory");
checkBoxRoundCorners.Text = Translator.GetText("Round corners"); checkBoxRoundCorners.Text = Translator.GetText("Round corners");
checkBoxUseFading.Text = Translator.GetText("Fading");
checkBoxDarkModeAlwaysOn.Text = Translator.GetText("Color scheme dark always active"); checkBoxDarkModeAlwaysOn.Text = Translator.GetText("Color scheme dark always active");
checkBoxUseFading.Text = Translator.GetText("Fading");
checkBoxShowDirectoryTitleAtTop.Text = Translator.GetText("Show directory title at top"); checkBoxShowDirectoryTitleAtTop.Text = Translator.GetText("Show directory title at top");
checkBoxShowCountOfElementsBelow.Text = Translator.GetText("Show count of elements below"); checkBoxShowCountOfElementsBelow.Text = Translator.GetText("Show count of elements below");
checkBoxShowSearchBar.Text = Translator.GetText("Show search bar"); checkBoxShowSearchBar.Text = Translator.GetText("Show search bar");
@ -247,37 +248,24 @@ namespace SystemTrayMenu.UserInterface
buttonCancel.Text = Translator.GetText("Abort"); buttonCancel.Text = Translator.GetText("Abort");
} }
InitializeFolder(); textBoxFolder.Text = Config.Path;
void InitializeFolder() checkBoxSetFolderByWindowsContextMenu.Checked = Settings.Default.SetFolderByWindowsContextMenu;
checkBoxSaveConfigInApplicationDirectory.Checked = CustomSettingsProvider.IsActivatedConfigPathAssembly();
checkBoxSaveLogFileInApplicationDirectory.Checked = Settings.Default.SaveLogFileInApplicationDirectory;
if (IsStartupTask())
{ {
textBoxFolder.Text = Config.Path; checkBoxAutostart.Visible = false;
checkBoxUseIconFromRootFolder.Checked = labelStartupTaskStatus.Text = string.Empty;
Settings.Default.UseIconFromRootFolder; }
checkBoxPossibilityToSelectFolderByWindowsContextMenu.Checked = else
Settings.Default.PossibilityToSelectFolderByWindowsContextMenu; {
buttonAddTaskManagerStartupTask.Visible = false;
labelStartupTaskStatus.Visible = false;
checkBoxAutostart.Checked = Settings.Default.IsAutostartActivated;
} }
InitializeAutostart(); textBoxHotkey.SetHotkey(Settings.Default.HotKey);
void InitializeAutostart()
{
if (IsStartupTask())
{
checkBoxAutostart.Visible = false;
labelStartupTaskStatus.Text = string.Empty;
}
else
{
buttonAddTaskManagerStartupTask.Visible = false;
labelStartupTaskStatus.Visible = false;
checkBoxAutostart.Checked = Settings.Default.IsAutostartActivated;
}
}
InitializeHotkey();
void InitializeHotkey()
{
textBoxHotkey.SetHotkey(Settings.Default.HotKey);
}
InitializeLanguage(); InitializeLanguage();
void InitializeLanguage() void InitializeLanguage()
@ -362,8 +350,6 @@ namespace SystemTrayMenu.UserInterface
} }
} }
checkBoxStoreConfigAtAssemblyLocation.Checked = CustomSettingsProvider.IsActivatedConfigPathAssembly();
numericUpDownSizeInPercent.Minimum = 100; numericUpDownSizeInPercent.Minimum = 100;
numericUpDownSizeInPercent.Maximum = 200; numericUpDownSizeInPercent.Maximum = 200;
numericUpDownSizeInPercent.Increment = 25; numericUpDownSizeInPercent.Increment = 25;
@ -523,9 +509,10 @@ namespace SystemTrayMenu.UserInterface
textBoxSearchPattern.Text = Settings.Default.SearchPattern; textBoxSearchPattern.Text = Settings.Default.SearchPattern;
checkBoxUseIconFromRootFolder.Checked = Settings.Default.UseIconFromRootFolder;
checkBoxRoundCorners.Checked = Settings.Default.RoundCorners; checkBoxRoundCorners.Checked = Settings.Default.RoundCorners;
checkBoxUseFading.Checked = Settings.Default.UseFading;
checkBoxDarkModeAlwaysOn.Checked = Settings.Default.IsDarkModeAlwaysOn; checkBoxDarkModeAlwaysOn.Checked = Settings.Default.IsDarkModeAlwaysOn;
checkBoxUseFading.Checked = Settings.Default.UseFading;
checkBoxShowDirectoryTitleAtTop.Checked = Settings.Default.ShowDirectoryTitleAtTop; checkBoxShowDirectoryTitleAtTop.Checked = Settings.Default.ShowDirectoryTitleAtTop;
checkBoxShowSearchBar.Checked = Settings.Default.ShowSearchBar; checkBoxShowSearchBar.Checked = Settings.Default.ShowSearchBar;
checkBoxShowCountOfElementsBelow.Checked = Settings.Default.ShowCountOfElementsBelow; checkBoxShowCountOfElementsBelow.Checked = Settings.Default.ShowCountOfElementsBelow;
@ -734,7 +721,7 @@ namespace SystemTrayMenu.UserInterface
} }
} }
private static void AddPossibilityToSelectFolderByWindowsContextMenu() private static void AddSetFolderByWindowsContextMenu()
{ {
RegistryKey registryKeyContextMenu = null; RegistryKey registryKeyContextMenu = null;
RegistryKey registryKeyContextMenuCommand = null; RegistryKey registryKeyContextMenuCommand = null;
@ -756,11 +743,11 @@ namespace SystemTrayMenu.UserInterface
registryKeyContextMenuCommand.SetValue(string.Empty, binLocation + " \"%1\""); registryKeyContextMenuCommand.SetValue(string.Empty, binLocation + " \"%1\"");
} }
Settings.Default.PossibilityToSelectFolderByWindowsContextMenu = true; Settings.Default.SetFolderByWindowsContextMenu = true;
} }
catch (Exception ex) catch (Exception ex)
{ {
Log.Warn("SavePossibilityToSelectFolderByWindowsContextMenu failed", ex); Log.Warn("SaveSetFolderByWindowsContextMenu failed", ex);
} }
finally finally
{ {
@ -776,7 +763,7 @@ namespace SystemTrayMenu.UserInterface
} }
} }
private static void RemovePossibilityToSelectFolderByWindowsContextMenu() private static void RemoveSetFolderByWindowsContextMenu()
{ {
try try
{ {
@ -794,11 +781,11 @@ namespace SystemTrayMenu.UserInterface
Registry.CurrentUser.DeleteSubKey(MenuName); Registry.CurrentUser.DeleteSubKey(MenuName);
} }
Settings.Default.PossibilityToSelectFolderByWindowsContextMenu = false; Settings.Default.SetFolderByWindowsContextMenu = false;
} }
catch (Exception ex) catch (Exception ex)
{ {
Log.Warn("DeletePossibilityToSelectFolderByWindowsContextMenu failed", ex); Log.Warn("DeleteSetFolderByWindowsContextMenu failed", ex);
} }
} }
@ -824,40 +811,56 @@ namespace SystemTrayMenu.UserInterface
private void ButtonOk_Click(object sender, EventArgs e) private void ButtonOk_Click(object sender, EventArgs e)
{ {
Settings.Default.UseIconFromRootFolder = checkBoxUseIconFromRootFolder.Checked; if (checkBoxSetFolderByWindowsContextMenu.Checked)
{
AddSetFolderByWindowsContextMenu();
}
else
{
RemoveSetFolderByWindowsContextMenu();
}
if (checkBoxSaveLogFileInApplicationDirectory.Checked)
{
try
{
string fileNameToCheckWriteAccess = "CheckWriteAccess";
File.WriteAllText(fileNameToCheckWriteAccess, fileNameToCheckWriteAccess);
File.Delete(fileNameToCheckWriteAccess);
Settings.Default.SaveLogFileInApplicationDirectory = true;
}
catch (Exception ex)
{
Settings.Default.SaveLogFileInApplicationDirectory = false;
Log.Warn($"Failed to save log file in application folder {Log.GetLogFilePath()}", ex);
}
}
if (!IsStartupTask()) if (!IsStartupTask())
{ {
SaveAutostartRegistryEntry(); if (checkBoxAutostart.Checked)
}
SaveHotkey();
void SaveHotkey()
{
Settings.Default.HotKey = new KeysConverter().ConvertToInvariantString(
textBoxHotkey.Hotkey | textBoxHotkey.HotkeyModifiers);
}
SaveLanguage();
void SaveLanguage()
{
Settings.Default.CurrentCultureInfoName = comboBoxLanguage.SelectedValue.ToString();
Translator.Initialize();
}
PossibilityToSelectFolderByWindowsContextMenu();
void PossibilityToSelectFolderByWindowsContextMenu()
{
if (checkBoxPossibilityToSelectFolderByWindowsContextMenu.Checked)
{ {
AddPossibilityToSelectFolderByWindowsContextMenu(); RegistryKey key = Registry.CurrentUser.OpenSubKey(
@"SOFTWARE\Microsoft\Windows\CurrentVersion\Run", true);
key.SetValue(
Assembly.GetExecutingAssembly().GetName().Name,
Environment.ProcessPath);
Settings.Default.IsAutostartActivated = true;
} }
else else
{ {
RemovePossibilityToSelectFolderByWindowsContextMenu(); RegistryKey key = Registry.CurrentUser.OpenSubKey(
@"SOFTWARE\Microsoft\Windows\CurrentVersion\Run", true);
key.DeleteValue("SystemTrayMenu", false);
Settings.Default.IsAutostartActivated = false;
} }
} }
Settings.Default.HotKey = new KeysConverter().ConvertToInvariantString(textBoxHotkey.Hotkey | textBoxHotkey.HotkeyModifiers);
Settings.Default.CurrentCultureInfoName = comboBoxLanguage.SelectedValue.ToString();
Settings.Default.SizeInPercent = (int)numericUpDownSizeInPercent.Value; Settings.Default.SizeInPercent = (int)numericUpDownSizeInPercent.Value;
Settings.Default.IconSizeInPercent = (int)numericUpDownIconSizeInPercent.Value; Settings.Default.IconSizeInPercent = (int)numericUpDownIconSizeInPercent.Value;
if (DllImports.NativeMethods.IsTouchEnabled()) if (DllImports.NativeMethods.IsTouchEnabled())
@ -929,7 +932,6 @@ namespace SystemTrayMenu.UserInterface
Settings.Default.SortFolderAndFilesByDate = radioButtonSortByDate.Checked; Settings.Default.SortFolderAndFilesByDate = radioButtonSortByDate.Checked;
Settings.Default.ShowOnlyAsSearchResult = checkBoxShowOnlyAsSearchResult.Checked; Settings.Default.ShowOnlyAsSearchResult = checkBoxShowOnlyAsSearchResult.Checked;
Settings.Default.PathsAddToMainMenu = string.Empty; Settings.Default.PathsAddToMainMenu = string.Empty;
foreach (DataGridViewRow row in dataGridViewFolders.Rows) foreach (DataGridViewRow row in dataGridViewFolders.Rows)
{ {
@ -951,15 +953,16 @@ namespace SystemTrayMenu.UserInterface
Settings.Default.ClearCacheIfMoreThanThisNumberOfItems = (int)numericUpDownClearCacheIfMoreThanThisNumberOfItems.Value; Settings.Default.ClearCacheIfMoreThanThisNumberOfItems = (int)numericUpDownClearCacheIfMoreThanThisNumberOfItems.Value;
Settings.Default.SearchPattern = textBoxSearchPattern.Text; Settings.Default.SearchPattern = textBoxSearchPattern.Text;
Settings.Default.UseIconFromRootFolder = checkBoxUseIconFromRootFolder.Checked;
Settings.Default.RoundCorners = checkBoxRoundCorners.Checked; Settings.Default.RoundCorners = checkBoxRoundCorners.Checked;
Settings.Default.UseFading = checkBoxUseFading.Checked;
Settings.Default.IsDarkModeAlwaysOn = checkBoxDarkModeAlwaysOn.Checked; Settings.Default.IsDarkModeAlwaysOn = checkBoxDarkModeAlwaysOn.Checked;
Settings.Default.UseFading = checkBoxUseFading.Checked;
Settings.Default.ShowDirectoryTitleAtTop = checkBoxShowDirectoryTitleAtTop.Checked; Settings.Default.ShowDirectoryTitleAtTop = checkBoxShowDirectoryTitleAtTop.Checked;
Settings.Default.ShowSearchBar = checkBoxShowSearchBar.Checked; Settings.Default.ShowSearchBar = checkBoxShowSearchBar.Checked;
Settings.Default.ShowCountOfElementsBelow = checkBoxShowCountOfElementsBelow.Checked; Settings.Default.ShowCountOfElementsBelow = checkBoxShowCountOfElementsBelow.Checked;
Settings.Default.ShowFunctionKeysBelow = checkBoxShowFunctionKeysBelow.Checked; Settings.Default.ShowFunctionKeysBelow = checkBoxShowFunctionKeysBelow.Checked;
if (checkBoxStoreConfigAtAssemblyLocation.Checked) if (checkBoxSaveConfigInApplicationDirectory.Checked)
{ {
CustomSettingsProvider.ActivateConfigPathAssembly(); CustomSettingsProvider.ActivateConfigPathAssembly();
TrySettingsDefaultSave(); TrySettingsDefaultSave();
@ -978,7 +981,7 @@ namespace SystemTrayMenu.UserInterface
} }
catch (Exception ex) catch (Exception ex)
{ {
Log.Warn($"Failed to store config at assembly location {CustomSettingsProvider.ConfigPathAssembly}", ex); Log.Warn($"Failed to save configuration file in application folder {CustomSettingsProvider.ConfigPathAssembly}", ex);
} }
} }
@ -987,28 +990,6 @@ namespace SystemTrayMenu.UserInterface
Close(); Close();
} }
private void SaveAutostartRegistryEntry()
{
if (checkBoxAutostart.Checked)
{
RegistryKey key = Registry.CurrentUser.OpenSubKey(
@"SOFTWARE\Microsoft\Windows\CurrentVersion\Run", true);
key.SetValue(
Assembly.GetExecutingAssembly().GetName().Name,
Environment.ProcessPath);
Settings.Default.IsAutostartActivated = true;
}
else
{
RegistryKey key = Registry.CurrentUser.OpenSubKey(
@"SOFTWARE\Microsoft\Windows\CurrentVersion\Run", true);
key.DeleteValue("SystemTrayMenu", false);
Settings.Default.IsAutostartActivated = false;
}
}
private void ButtonAddTaskManagerStartupTask_Click(object sender, EventArgs e) private void ButtonAddTaskManagerStartupTask_Click(object sender, EventArgs e)
{ {
_ = AddStartUpAsync(); _ = AddStartUpAsync();
@ -1346,6 +1327,7 @@ namespace SystemTrayMenu.UserInterface
private void ButtonAppearanceDefault_Click(object sender, EventArgs e) private void ButtonAppearanceDefault_Click(object sender, EventArgs e)
{ {
checkBoxUseIconFromRootFolder.Checked = false;
checkBoxRoundCorners.Checked = false; checkBoxRoundCorners.Checked = false;
checkBoxUseFading.Checked = false; checkBoxUseFading.Checked = false;
checkBoxDarkModeAlwaysOn.Checked = true; checkBoxDarkModeAlwaysOn.Checked = true;

View file

@ -23,11 +23,32 @@ namespace SystemTrayMenu.Utilities
internal static void Initialize() internal static void Initialize()
{ {
bool warnFailedToSaveLogFile = false;
Exception exceptionWarnFailedToSaveLogFile = new();
if (Properties.Settings.Default.SaveLogFileInApplicationDirectory)
{
try
{
string fileNameToCheckWriteAccess = "CheckWriteAccess";
File.WriteAllText(fileNameToCheckWriteAccess, fileNameToCheckWriteAccess);
File.Delete(fileNameToCheckWriteAccess);
}
catch (Exception ex)
{
Properties.Settings.Default.SaveLogFileInApplicationDirectory = false;
warnFailedToSaveLogFile = true;
exceptionWarnFailedToSaveLogFile = ex;
}
}
bool warnCanNotClearLogfile = false;
Exception exceptionWarnCanNotClearLogfile = new();
string fileNamePath = GetLogFilePath(); string fileNamePath = GetLogFilePath();
FileInfo fileInfo = new(fileNamePath); FileInfo fileInfo = new(fileNamePath);
string fileNamePathLast = string.Empty;
if (fileInfo.Exists && fileInfo.Length > 2000000) if (fileInfo.Exists && fileInfo.Length > 2000000)
{ {
string fileNamePathLast = GetLogFilePath(LogfileLastExtension); fileNamePathLast = GetLogFilePath(LogfileLastExtension);
try try
{ {
@ -36,11 +57,22 @@ namespace SystemTrayMenu.Utilities
} }
catch (Exception ex) catch (Exception ex)
{ {
Log.Warn($"Can not clear logfile:'{fileNamePathLast}'", ex); warnCanNotClearLogfile = true;
exceptionWarnCanNotClearLogfile = ex;
} }
} }
Logger.Start(fileInfo); Logger.Start(fileInfo);
if (warnFailedToSaveLogFile)
{
Warn($"Failed to save log file in application folder {GetLogFilePath()}", exceptionWarnFailedToSaveLogFile);
}
if (warnCanNotClearLogfile)
{
Warn($"Can not clear logfile:'{fileNamePathLast}'", exceptionWarnCanNotClearLogfile);
}
} }
internal static void Info(string message) internal static void Info(string message)
@ -70,22 +102,24 @@ namespace SystemTrayMenu.Utilities
internal static string GetLogFilePath(string backup = "") internal static string GetLogFilePath(string backup = "")
{ {
return Path.Combine( string logFilePath = string.Empty;
Path.Combine( if (!Properties.Settings.Default.SaveLogFileInApplicationDirectory)
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), {
$"SystemTrayMenu"), logFilePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), $"SystemTrayMenu");
$"log-{Environment.MachineName}{backup}.txt"); }
return Path.Combine(logFilePath, $"log-{Environment.MachineName}{backup}.txt");
} }
internal static void OpenLogFile() internal static void OpenLogFile()
{ {
ProcessStart(GetLogFilePath());
string lastLogfile = GetLogFilePath(LogfileLastExtension); string lastLogfile = GetLogFilePath(LogfileLastExtension);
if (File.Exists(lastLogfile)) if (File.Exists(lastLogfile))
{ {
ProcessStart(lastLogfile); ProcessStart(lastLogfile);
} }
ProcessStart(GetLogFilePath());
} }
internal static void WriteApplicationRuns() internal static void WriteApplicationRuns()
@ -99,7 +133,15 @@ namespace SystemTrayMenu.Utilities
internal static void Close() internal static void Close()
{ {
Logger.ShutDown(); try
{
Logger.ShutDown();
}
catch (Exception ex)
{
Properties.Settings.Default.SaveLogFileInApplicationDirectory = false;
Warn($"Failed to save log file in application folder {GetLogFilePath()}", ex);
}
} }
internal static void ProcessStart( internal static void ProcessStart(