mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
23 lines
811 B
Plaintext
23 lines
811 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";
|
|
"DELETE_THEME_BUTTON_TITLE" = "Delete Theme";
|
|
"IMPORT_THEME_BUTTON_TITLE" = "Import Theme";
|
|
"IMPORT_AND_OVERWRITE_THEME_BUTTON_TITLE" = "Overwrite Existing Theme";
|