Files
NetNewsWire/Shared/Translations/Errors.strings
Stuart Breckenridge 4ed11c0fc6 AddAccount sheets done
2022-12-18 15:51:42 +08:00

15 lines
621 B
Plaintext

/*
Errors.strings
NetNewsWire
Created by Stuart Breckenridge on 16/12/2022.
Copyright © 2022 Ranchero Software. All rights reserved.
*/
"ERROR_TITLE" = "Error";
"DUPLICATE_ACCOUNT_ERROR" = "There is already an account of that type with that username created.";
"CLOUDKIT_NOT_ENABLED_ERROR" = "Unable to add iCloud Account. Please make sure you have iCloud and iCloud Drive enabled in System Settings.";
"USERNAME_AND_PASSWORD_REQUIRED" = "Username and password required.";
"INVALID_USERNAME_PASSWORD" = "Invalid email or password combination.";
"KEYCHAIN_ERROR" = "Keychain error while storing credentials.";