Created
October 22, 2020 22:00
-
-
Save chrismessina/237b33f91d4a05d1efee9b4492b4ae2a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** Tooltip informing the user that a Tweet has Birdwatch Notes */ | |
"BIRDWATCH_CONSUMPTION_TOOLTIP" = "This Tweet has Birdwatch Notes"; | |
/** Title of an action which allows users to add missing context to Tweets for a feature called Birdwatch */ | |
"BIRDWATCH_CONTRIBUTION_ACTION_TITLE" = "Add to Birdwatch"; | |
/** Tooltip showing a button where a user can add a Tweet to Birdwatch */ | |
"BIRDWATCH_CONTRIBUTION_TOOLTIP" = "Add to Birdwatch"; | |
/** Title of a button to access a user's Birdwatch history */ | |
"BIRDWATCH_DASH_ITEM_LABEL" = "Birdwatch Notes"; | |
/** Accessibility hint for page with Birdwatch Notes */ | |
"BIRDWATCH_ICON_ACCESSIBILITY_HINT" = "See Birdwatch Notes on this Tweet"; | |
/** Accessibility label for page with Birdwatch Notes */ | |
"BIRDWATCH_ICON_ACCESSIBILITY_LABEL" = "Birdwatch Notes"; | |
/** Title of a page for a feature called Birdwatch */ | |
"BIRDWATCH_PAGE_TITLE" = "Birdwatch"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment