mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Symbian Installation File] Show all component records.
This commit is contained in:
15
Aaru.Archives/Localization/Localization.Designer.cs
generated
15
Aaru.Archives/Localization/Localization.Designer.cs
generated
@@ -78,11 +78,20 @@ namespace Aaru.Archives {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Component: {0} v{1}.{2}.
|
||||
/// Looks up a localized string similar to Component name for language with code {0}: {1}.
|
||||
/// </summary>
|
||||
internal static string Component_0_v1_2 {
|
||||
internal static string Component_name_for_language_with_code_0_1 {
|
||||
get {
|
||||
return ResourceManager.GetString("Component_0_v1_2", resourceCulture);
|
||||
return ResourceManager.GetString("Component_name_for_language_with_code_0_1", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Component version: {0}.{1}.
|
||||
/// </summary>
|
||||
internal static string Component_version_0_1 {
|
||||
get {
|
||||
return ResourceManager.GetString("Component_version_0_1", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user