[Archive commands] Move all messages to localizable resources.

This commit is contained in:
2023-10-08 01:19:50 +01:00
parent 7af6ea1ba1
commit 162cf927ea
6 changed files with 375 additions and 44 deletions

View File

@@ -59,6 +59,24 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to {0} files.
/// </summary>
public static string _0_files {
get {
return ResourceManager.GetString("_0_files", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} files, {1} folders.
/// </summary>
public static string _0_files_1_folders {
get {
return ResourceManager.GetString("_0_files_1_folders", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} Kb/sec..
/// </summary>
@@ -167,6 +185,33 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Extracts all files in archive..
/// </summary>
public static string Archive_Extract_Command_Description {
get {
return ResourceManager.GetString("Archive_Extract_Command_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Archive file path.
/// </summary>
public static string Archive_file_path {
get {
return ResourceManager.GetString("Archive_file_path", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Archive format identified by {0}..
/// </summary>
public static string Archive_format_identified_by_0 {
get {
return ResourceManager.GetString("Archive_format_identified_by_0", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Archive format identified by {0} ({1})..
/// </summary>
@@ -185,6 +230,24 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Archive format not identified, not proceeding with extraction..
/// </summary>
public static string Archive_format_not_identified_not_proceeding_with_extraction {
get {
return ResourceManager.GetString("Archive_format_not_identified_not_proceeding_with_extraction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Archive format not identified, not proceeding with listing..
/// </summary>
public static string Archive_format_not_identified_not_proceeding_with_listing {
get {
return ResourceManager.GetString("Archive_format_not_identified_not_proceeding_with_listing", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Identifies an archive file and shows information about it..
/// </summary>
@@ -1772,6 +1835,15 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Correctly opened archive file..
/// </summary>
public static string Correctly_opened_archive_file {
get {
return ResourceManager.GetString("Correctly_opened_archive_file", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Correctly opened image file..
/// </summary>
@@ -2683,6 +2755,51 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Error {0} getting compressed size for archive entry #{1}..
/// </summary>
public static string Error_0_getting_compressed_size_for_archive_entry_1 {
get {
return ResourceManager.GetString("Error_0_getting_compressed_size_for_archive_entry_1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error {0} getting filename for archive entry #{1}..
/// </summary>
public static string Error_0_getting_filename_for_archive_entry_1 {
get {
return ResourceManager.GetString("Error_0_getting_filename_for_archive_entry_1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error {0} getting filter for archive entry #{1}..
/// </summary>
public static string Error_0_getting_filter_for_archive_entry_1 {
get {
return ResourceManager.GetString("Error_0_getting_filter_for_archive_entry_1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error {0} getting uncompressed size for archive entry #{1}..
/// </summary>
public static string Error_0_getting_uncompressed_size_for_archive_entry_1 {
get {
return ResourceManager.GetString("Error_0_getting_uncompressed_size_for_archive_entry_1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error {0} listing extended attributes for archive entry #{1}..
/// </summary>
public static string Error_0_listing_extended_attributes_for_archive_entry_1 {
get {
return ResourceManager.GetString("Error_0_listing_extended_attributes_for_archive_entry_1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error {0} opening device.
/// </summary>
@@ -2773,6 +2890,15 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Error {0} reading extended attribute {1} for archive entry #{2}..
/// </summary>
public static string Error_0_reading_extended_attribute_1_for_archive_entry_2 {
get {
return ResourceManager.GetString("Error_0_reading_extended_attribute_1_for_archive_entry_2", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error {0} reading file {1}.
/// </summary>
@@ -2891,6 +3017,15 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Error {0} retrieving stat for archive entry #{1}..
/// </summary>
public static string Error_0_retrieving_stat_for_archive_entry_1 {
get {
return ResourceManager.GetString("Error_0_retrieving_stat_for_archive_entry_1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error {0} sending tracks list to output image..
/// </summary>
@@ -5195,6 +5330,15 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Opening archive....
/// </summary>
public static string Opening_archive {
get {
return ResourceManager.GetString("Opening_archive", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Opening device....
/// </summary>
@@ -6628,6 +6772,15 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Attr.
/// </summary>
public static string Title_Attributes_ABBREVIATED {
get {
return ResourceManager.GetString("Title_Attributes_ABBREVIATED", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Author.
/// </summary>
@@ -6745,6 +6898,15 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Compressed.
/// </summary>
public static string Title_Compressed {
get {
return ResourceManager.GetString("Title_Compressed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Connected by USB.
/// </summary>
@@ -6799,6 +6961,15 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Date.
/// </summary>
public static string Title_Date {
get {
return ResourceManager.GetString("Title_Date", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Decoded.
/// </summary>
@@ -8005,6 +8176,15 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Size.
/// </summary>
public static string Title_Size {
get {
return ResourceManager.GetString("Title_Size", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Software.
/// </summary>
@@ -8401,6 +8581,15 @@ namespace Aaru.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Unable to open archive format.
/// </summary>
public static string Unable_to_open_archive_format {
get {
return ResourceManager.GetString("Unable_to_open_archive_format", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to open image 1 format.
/// </summary>