Move all localizable strings from Aaru.Filesystems project to resources.

This commit is contained in:
2022-11-28 02:59:53 +00:00
parent 119ceea01d
commit c67c6dcc8f
108 changed files with 13507 additions and 2025 deletions

View File

@@ -438,7 +438,7 @@ public sealed partial class LisaFS
{
if(_fileSizeCache.TryGetValue(fileId, out int realSize))
if(realSize > temp.Length)
AaruConsole.ErrorWriteLine("File {0} gets truncated.", fileId);
AaruConsole.ErrorWriteLine(Localization.File_0_gets_truncated, fileId);
buf = temp;