Move string to localization.

This commit is contained in:
2025-08-17 02:13:41 +01:00
parent 7e82feb859
commit 1fb8c50f95
2 changed files with 9 additions and 0 deletions

View File

@@ -6045,5 +6045,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Archive_List_Command_Description", resourceCulture);
}
}
public static string Title_Archive_Format {
get {
return ResourceManager.GetString("Title_Archive_Format", resourceCulture);
}
}
}
}

View File

@@ -3099,4 +3099,7 @@ Do you want to continue?</value>
<data name="Archive_List_Command_Description" xml:space="preserve">
<value>List the contents of an archive file.</value>
</data>
<data name="Title_Archive_Format" xml:space="preserve">
<value>Archive format</value>
</data>
</root>