mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Add support for AaruFormat media files.
This commit is contained in:
18
RomRepoMgr.Core/Resources/Localization.Designer.cs
generated
18
RomRepoMgr.Core/Resources/Localization.Designer.cs
generated
@@ -368,5 +368,23 @@ namespace RomRepoMgr.Core.Resources {
|
||||
return ResourceManager.GetString("CopyingFile", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string AddingMedias {
|
||||
get {
|
||||
return ResourceManager.GetString("AddingMedias", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string FoundMediaWithoutMachine {
|
||||
get {
|
||||
return ResourceManager.GetString("FoundMediaWithoutMachine", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string NotAnAaruFormatFile {
|
||||
get {
|
||||
return ResourceManager.GetString("NotAnAaruFormatFile", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user