8 lines
443 B
TypeScript
8 lines
443 B
TypeScript
export const Strings = {
|
|
UnsupportedBackupFileVersion:
|
|
'This backup file was created using a newer version of the application and cannot be imported here. Please update your application and try again.',
|
|
BackupFileMoreRecentThanAccount:
|
|
"This backup file was created using a newer encryption version than your account's. Please run the available encryption upgrade and try again.",
|
|
FileAccountPassword: 'File account password',
|
|
}
|