mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
16 lines
725 B
Plaintext
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.";
|