Archived
Fix backup file validation error message (#472)
* Fix backup error message * check for file existence for restore * chang error message * address pr comment * cleanup
This commit is contained in:
@@ -1816,11 +1816,11 @@
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="BackupPathIsFolderError" xml:space="preserve">
|
||||
<value>The provided path specifies a directory but a file path is required: {0}</value>
|
||||
<value>Please provide a file path instead of directory path</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="InvalidBackupPathError" xml:space="preserve">
|
||||
<value> Cannot verify the existence of the backup file location: {0}</value>
|
||||
<value> The provided path is invalid</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="TaskInProgress" xml:space="preserve">
|
||||
|
||||
@@ -808,8 +808,8 @@ prototype_file_noApplicableFileGroup = No Applicable Filegroup
|
||||
BackupTaskName = Backup Database
|
||||
|
||||
# Backup File Validation Errors
|
||||
BackupPathIsFolderError = The provided path specifies a directory but a file path is required: {0}
|
||||
InvalidBackupPathError = Cannot verify the existence of the backup file location: {0}
|
||||
BackupPathIsFolderError = Please provide a file path instead of directory path
|
||||
InvalidBackupPathError = The provided path is invalid
|
||||
|
||||
############################################################################
|
||||
# Task Service
|
||||
|
||||
@@ -2256,12 +2256,12 @@
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BackupPathIsFolderError">
|
||||
<source>The provided path specifies a directory but a file path is required: {0}</source>
|
||||
<source>Please provide a file path instead of directory path</source>
|
||||
<target state="new">The file name specified is also a directory name: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InvalidBackupPathError">
|
||||
<source> Cannot verify the existence of the backup file location: {0}</source>
|
||||
<source> The provided path is invalid</source>
|
||||
<target state="new"> Cannot verify the existence of the backup file location: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
|
||||
Reference in New Issue
Block a user