Files
NetNewsWire/Shared/Localizations/Buttons.strings
Stuart Breckenridge 686d93f49e Switched to Pickers instead of Sliders
…because tick marks on SwiftUI pickers are painful
2022-12-20 17:20:45 +08:00

20 lines
647 B
Plaintext

/*
Buttons.strings
NetNewsWire
Created by Stuart Breckenridge on 15/12/2022.
Copyright © 2022 Ranchero Software. All rights reserved.
*/
"CANCEL_BUTTON_TITLE" = "Cancel";
"DISMISS_BUTTON_TITLE" = "Dismiss";
"DONE_BUTTON_TITLE" = "Done";
"REMOVE_ACCOUNT_BUTTON_TITLE" = "Remove Account";
"DEACTIVATE_BUTTON_TITLE" = "Deactivate";
"DEACTIVATE_EXTENSION_BUTTON_TITLE" = "Deactivate Extension";
"CREDENTIALS_BUTTON_TITLE" = "Credentials";
"ADD_ACCOUNT_BUTTON_TITLE" = "Add Account";
"ENABLE_EXTENSION_BUTTON_TITLE" = "Enable Extension";
"UPDATE_CREDENTIALS_BUTTON_TITLE" = "Update Credentials";
"USE_CLOUDKIT_BUTTON_TITLE" = "Use iCloud";