Raw
1 /* Label for button to bring up share dialog to share this Tweet in a single Tweet view */
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 content image of the card composer preview */
58 "tw__user_content_image" = "App Preview";
59 /* Text spoken out with VoiceOver for the Install button preview in card composer previews */
60 "tw__card_compose_install_preview" = "Preview of install button for %@";
61 /* Text spoken as VoiceOver hint for Tweet button in the card composer bottom bar */
62 "tw__card_compose_tweet_hint" = "Double-tap to post this Tweet";
63 /* Text spoken out with VoiceOver for the remaining character count in composer bottom bar */
64 "tw__card_compose_character_count" = "%td characters remaining";
65 /* Text spoken out with VoiceOver for the profile image in the composer top bar */
66 "tw__card_compose_profile_image" = "%@'s profile";
67 /* Text spoken out with VoiceOver for the close button in the card composer top bar */
68 "tw__card_compose_close_button" = "Close";
69 /* Text spoken out as VoiceOver hint for the close button in the card composer top bar */
70 "tw__card_compose_close_hint" = "Double-tap to dismiss the composer.";
71 /* VoiceOver label for Done button on image viewer */
72 "tw__image_viewer_done_button" = "Done";
73 /* VoiceOver label for Like button */
74 "tw__tweet_like_button" = "Like";
75 /* VoiceOver value for Like button on Tweet that has been liked */
76 "tw__tweet_liked_state" = "Liked";
77 /* VoiceOver value for Like button on Tweet that has not yet been liked */
78 "tw__tweet_not_liked_state" = "Not Liked";
79 /* VoiceOver label for Share button */
80 "tw__tweet_share_button" = "Share";
81 /* VoiceOver for privacy button to bring up the privacy page URL for ads */
82 "tw__privacy_information_button" = "Privacy information";
83
84 /* Test String (just for unit tests) */
85 "tw__test_string" = "Test";