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);
}
}
}
}