mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Improved strings for sounds tutorial.
This commit is contained in:
parent
dec2456655
commit
141d8fa105
@ -1,25 +1,25 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
actions = [ ("audio", _(u"The tweet may contain a playable audio")),
|
actions = [ ("audio", _(u"Audio tweet.")),
|
||||||
("create_timeline", _(u"A timeline has been created")),
|
("create_timeline", _(u"User-defined buffer created.")),
|
||||||
("delete_timeline", _(u"A timeline has been deleted")),
|
("delete_timeline", _(u"User-defined buffer destroied.")),
|
||||||
("dm_received", _(u"You've received a direct message")),
|
("dm_received", _(u"Direct message received.")),
|
||||||
("dm_sent", _(u"You've sent a direct message")),
|
("dm_sent", _(u"Direct message sent.")),
|
||||||
("error", _(u"A bug has happened")),
|
("error", _(u"Error.")),
|
||||||
("favourite", _(u"You've added a tweet to your favourites")),
|
("favourite", _(u"You favorited a tweet.")),
|
||||||
("favourites_timeline_updated", _(u"Someone's favourites have been updated")),
|
("favourites_timeline_updated", _(u"Someone's favourites have been updated.")),
|
||||||
("geo", _(u"The tweet has coordinates to determine its location")),
|
("geo", _(u"Geotweet.")),
|
||||||
("limit", _(u"There are no more tweets to read")),
|
("limit", _(u"Boundary reached.")),
|
||||||
("list_tweet", _(u"A list has a new tweet")),
|
("list_tweet", _(u"List updated.")),
|
||||||
("max_length", _(u"You can't add any more characters on the tweet")),
|
("max_length", _(u"Too many characters.")),
|
||||||
("mention_received", _(u"You've been mentioned ")),
|
("mention_received", _(u"You've been mentioned.")),
|
||||||
("new_event", _(u"A new event has happened")),
|
("new_event", _(u"New event.")),
|
||||||
("ready", _(u"TW Blue is ready ")),
|
("ready", _(u"Application is ready.")),
|
||||||
("reply_send", _(u"You've replied")),
|
("reply_send", _(u"You've replied publicly.")),
|
||||||
("retweet_send", _(u"You've retweeted")),
|
("retweet_send", _(u"You've retweeted.")),
|
||||||
("search_updated", _(u"A search has been updated")),
|
("search_updated", _(u"A search buffer has been updated.")),
|
||||||
("tweet_received", _(u"There's a new tweet in the main buffer")),
|
("tweet_received", _(u"New tweet in home buffer.")),
|
||||||
("tweet_send", _(u"You've sent a tweet")),
|
("tweet_send", _(u"You've sent a tweet.")),
|
||||||
("trends_updated", _(u"A trending topic buffer has been updated")),
|
("trends_updated", _(u"A trending topic buffer has been updated.")),
|
||||||
("tweet_timeline", _(u"There's a new tweet in a timeline")),
|
("tweet_timeline", _(u"New tweet in user-defined buffer.")),
|
||||||
("update_followers", _(u"You have a new follower")),
|
("update_followers", _(u"New follower.")),
|
||||||
("volume_changed", _(u"You've turned the volume up or down"))]
|
("volume_changed", _(u"Volume changed."))]
|
Loading…
Reference in New Issue
Block a user