mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
[App] Be more verbose about what is happening when a file is not imported because not known, or duplicate.
This commit is contained in:
12
RomRepoMgr/Resources/Localization.Designer.cs
generated
12
RomRepoMgr/Resources/Localization.Designer.cs
generated
@@ -794,5 +794,17 @@ namespace RomRepoMgr.Resources {
|
||||
return ResourceManager.GetString("ErrorProcessingArchive", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string UnknownFile {
|
||||
get {
|
||||
return ResourceManager.GetString("UnknownFile", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string FileAlreadyInRepository {
|
||||
get {
|
||||
return ResourceManager.GetString("FileAlreadyInRepository", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user