[GUI] Replace file dialogs with file pickers.

This commit is contained in:
2024-05-02 00:50:34 +01:00
parent 5d4467c880
commit 81de9bc02e
20 changed files with 369 additions and 448 deletions

View File

@@ -2197,6 +2197,24 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Aaru resume file.
/// </summary>
public static string Dialog_Aaru_Resume {
get {
return ResourceManager.GetString("Dialog_Aaru_Resume", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to All.
/// </summary>
public static string Dialog_All_files {
get {
return ResourceManager.GetString("Dialog_All_files", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Binary.
/// </summary>

View File

@@ -3029,4 +3029,10 @@ Probadores:
<data name="CD_PMA" xml:space="preserve">
<value>CD PMA:</value>
</data>
<data name="Dialog_All_files" xml:space="preserve">
<value>Todos</value>
</data>
<data name="Dialog_Aaru_Resume" xml:space="preserve">
<value>Fichero de resumen de Aaru</value>
</data>
</root>

View File

@@ -3105,4 +3105,10 @@ Do you want to continue?</value>
<data name="CD_PMA" xml:space="preserve">
<value>CD PMA:</value>
</data>
<data name="Dialog_All_files" xml:space="preserve">
<value>All</value>
</data>
<data name="Dialog_Aaru_Resume" xml:space="preserve">
<value>Aaru resume file</value>
</data>
</root>