Files
NetNewsWire/Shared/Localizations/Errors.strings
2022-12-20 22:04:04 +08:00

16 lines
725 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.";
"DUPLICATE_DEFAULT_THEME" = "You cannot import a theme that shares the same name as a provided theme.";