commit | author | age
|
a0a843
|
1 |
/* Label for button to bring up share dialog to share this Tweet in a single Tweet view */ |
H |
2 |
"tw__share_tweet" = "Share Tweet"; |
|
3 |
/* Subject format used to prefill certain sharing options such as Email includes full name (%1$@) and screenname (%2$@) */ |
|
4 |
"tw__share_tweet_subject_format" = "Tweet from %1$@ (@%2$@)"; |
|
5 |
/* Generic share text format used in all sharing options includes screenname (%1$@) and URL to the Tweet (%2$@) */ |
|
6 |
"tw__share_tweet_generic_template_format" = "Check out @%1$@\'s Tweet: %2$@"; |
|
7 |
/* Label for Sign in with Twitter button */ |
|
8 |
"tw__sign_in_with_twitter_button" = "Log in with Twitter"; |
|
9 |
/* Detail message that includes the app name and username on the share your email screen */ |
|
10 |
"tw__email_share_detail_message_format" = "Get updates and other information from %@ when you allow them access to your email on your Twitter account @%@."; |
|
11 |
/* Label for attributing this Tweet was retweeted by the user %@ */ |
|
12 |
"tw__tweet_retweeted_by_user" = "Retweeted by %@"; |
|
13 |
/* Label for the Install button within the app promo card preview of the Tweet composer */ |
|
14 |
"tw__card_composer_install_button" = "Install"; |
|
15 |
/* Label for the post tweet button in the compose view */ |
|
16 |
"tw__card_composer_tweet" = "Tweet"; |
|
17 |
/* Label for the App Store subtitle on the card install preview */ |
|
18 |
"tw__card_composer_app_store" = "App Store"; |
|
19 |
/* Placeholder text for the composer */ |
|
20 |
"tw__composer_placeholder_text" = "What's Happening?"; |
|
21 |
/* Label to explain this view contains sponsored ads. This is also spoken out with VoiceOver when an ad is shown. */ |
|
22 |
"tw__view_is_sponsored_ad" = "This is a sponsored ad"; |
|
23 |
/* Label to show users when a button will open a link in another app */ |
|
24 |
"tw__open_in_text" = "Open in %@"; |
|
25 |
/* Label for explaining that there were no matching Tweets found for a given timeline (User/Collection/Search, etc). */ |
|
26 |
"tw__empty_timeline" = "Timeline is empty"; |
|
27 |
|
|
28 |
/* Timestamps */ |
|
29 |
|
|
30 |
/* Really short abbreviation for days (plural). 5 days would be '5d' */ |
|
31 |
"TIME_SHORT_DAYS_FORMAT" = "%dd"; |
|
32 |
/* Really short abbreviation for day (singular). 1 day would be '1d' */ |
|
33 |
"TIME_SHORT_DAY_FORMAT" = "%dd"; |
|
34 |
/* Really short abbreviation for hours (plural). 5 hours would be '5h' */ |
|
35 |
"TIME_SHORT_HOURS_FORMAT" = "%dh"; |
|
36 |
/* Really short abbreviation for hour (singular). 1 hour would be '1h' */ |
|
37 |
"TIME_SHORT_HOUR_FORMAT" = "%dh"; |
|
38 |
/* Really short abbreviation for minutes (plural). 5 minutes would be '5m' */ |
|
39 |
"TIME_SHORT_MINUTES_FORMAT" = "%dm"; |
|
40 |
/* Really short abbreviation for minute (singular). 1 minute would be '1m' */ |
|
41 |
"TIME_SHORT_MINUTE_FORMAT" = "%dm"; |
|
42 |
/* Really short abbreviation for seconds (plural). 5 seconds would be '5s' */ |
|
43 |
"TIME_SHORT_SECONDS_FORMAT" = "%ds"; |
|
44 |
/* Really short abbreviation for second (singular). '1s' */ |
|
45 |
"TIME_SHORT_SECOND_FORMAT" = "%ds"; |
|
46 |
|
|
47 |
/* Accessibility Labels */ |
|
48 |
|
|
49 |
/* Text spoken out with VoiceOver when a tweet has an image thumbnail showing */ |
|
50 |
"tw__single_image" = "Image Attachment"; |
|
51 |
/* Text spoken out with VoiceOver when a tweet has a video thumbnail showing */ |
|
52 |
"tw__video_thumbnail" = "Video Attachment"; |
|
53 |
/* Text spoken out with VoiceOver for selecting the profile image on a regular tweet view */ |
|
54 |
"tw__tweet_profile_accessibility" = "Profile"; |
|
55 |
/* Text spoken out with VoiceOver for selecting the attached image on a regular tweet view */ |
|
56 |
"tw__tweet_image_accessibility" = "Attachment"; |
|
57 |
/* Text spoken out with VoiceOver for the close button in the image viewer */ |
|
58 |
"tw__close_button" = "Close"; |
|
59 |
/* Text spoken out with VoiceOver for the content image of the card composer preview */ |
|
60 |
"tw__user_content_image" = "App Preview"; |
|
61 |
/* Text spoken out with VoiceOver for the Install button preview in card composer previews */ |
|
62 |
"tw__card_compose_install_preview" = "Preview of install button for %@"; |
|
63 |
/* Text spoken as VoiceOver hint for Tweet button in the card composer bottom bar */ |
|
64 |
"tw__card_compose_tweet_hint" = "Double-tap to post this Tweet"; |
|
65 |
/* Text spoken out with VoiceOver for the remaining character count in composer bottom bar */ |
|
66 |
"tw__card_compose_character_count" = "%td characters remaining"; |
|
67 |
/* Text spoken out with VoiceOver for the profile image in the composer top bar */ |
|
68 |
"tw__card_compose_profile_image" = "%@'s profile"; |
|
69 |
|
|
70 |
/* Text spoken out as VoiceOver hint for the close button in the card composer top bar */ |
|
71 |
"tw__card_compose_close_hint" = "Double-tap to dismiss the composer."; |
|
72 |
/* VoiceOver label for Done button on image viewer */ |
|
73 |
"tw__image_viewer_done_button" = "Done"; |
|
74 |
/* VoiceOver label for Like button */ |
|
75 |
"tw__tweet_like_button" = "Like"; |
|
76 |
/* VoiceOver value for Like button on Tweet that has been liked */ |
|
77 |
"tw__tweet_liked_state" = "Liked"; |
|
78 |
/* VoiceOver value for Like button on Tweet that has not yet been liked */ |
|
79 |
"tw__tweet_not_liked_state" = "Not Liked"; |
|
80 |
/* VoiceOver label for Share button */ |
|
81 |
"tw__tweet_share_button" = "Share"; |
|
82 |
/* VoiceOver for privacy button to bring up the privacy page URL for ads */ |
|
83 |
"tw__privacy_information_button" = "Privacy information"; |
|
84 |
|
|
85 |
|
|
86 |
/* Shared composer */ |
|
87 |
|
|
88 |
/* "Cancel" */ |
655e66
|
89 |
"CANCEL_ACTION_LABEL" = "Cancel"; |
a0a843
|
90 |
/* "Tweet not sent" */ |
H |
91 |
"COMPOSITION_SEND_TWEET_ERROR_LABEL" = "Tweet not sent"; |
|
92 |
/* Please go to iOS Settings > Privacy > Location Services to allow Twitter to access your location. */ |
|
93 |
"LOCATION_SERVICES_ACCESS_DENIED_ALERT_MESSAGE" = "Please go to iOS Settings > Privacy > Location Services to allow Twitter to access your location."; |
|
94 |
/* Allow Twitter to access your location */ |
|
95 |
"LOCATION_SERVICES_ACCESS_DENIED_ALERT_TITLE" = "Allow Twitter to access your location"; |
|
96 |
/* Couldn’t find your location. Please try again later. */ |
|
97 |
"LOCATION_SERVICES_ERROR_ALERT_MESSAGE" = "Couldn’t find your location. Please try again later."; |
|
98 |
/* "Failed to access location" */ |
|
99 |
"LOCATION_SERVICES_ERROR_ALERT_TITLE" = "Failed to access location"; |
|
100 |
/* "OK" */ |
|
101 |
"OK_ACTION_LABEL" = "OK"; |
|
102 |
/* "Retry" */ |
|
103 |
"RETRY_ACTION_LABEL" = "Retry"; |
|
104 |
/* "Tweet" */ |
|
105 |
"SEND_TWEET_ACTION_LABEL" = "Tweet"; |
|
106 |
/* "Account" */ |
|
107 |
"SHARE_EXT_ACCOUNT" = "Account"; |
|
108 |
/* "Location" */ |
|
109 |
"SHARE_EXT_LOCATION" = "Location"; |
|
110 |
/* "There are no Twitter accounts configured. You can add or create a Twitter account in Settings." */ |
|
111 |
"SHARE_EXT_NO_ACCOUNTS_MESSAGE" = "There are no Twitter accounts configured. You can add or create a Twitter account in Settings."; |
|
112 |
/* "No Twitter Account" */ |
|
113 |
"SHARE_EXT_NO_ACCOUNTS_TITLE" = "No Twitter Account"; |
|
114 |
/* "None" */ |
|
115 |
"SHARE_EXT_NONE_VALUE" = "None"; |
|
116 |
/* "Tweet failed to send" */ |
|
117 |
"SHARE_EXT_TWEET_FAILED_TITLE" = "Tweet failed to send."; |
|
118 |
/* "Twitter" */ |
|
119 |
"SHARE_EXT_TWITTER_TITLE" = "Twitter"; |
655e66
|
120 |
/* "What's Happening?" - Placeholder */ |
H |
121 |
"COMPOSE_TEXT_VIEW_PLACEHOLDER" = "What's Happening?"; |
|
122 |
/* There are no Twitter accounts configured. You can create or log in to an account in the Twitter app. */ |
|
123 |
"SHARE_EXT_NO_ACCOUNTS_SIGN_IN_MESSAGE" = "There are no Twitter accounts configured. You can create or log in to an account in the Twitter app."; |
a0a843
|
124 |
|
H |
125 |
/* Test String (just for unit tests) */ |
|
126 |
"tw__test_string" = "Test"; |