| 
									
										
										
										
											2014-10-27 16:29:04 -06:00
										 |  |  | # -*- coding: utf-8 -*- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | actions = { | 
					
						
							|  |  |  | "up": _(u"Go up up on the current list"), | 
					
						
							|  |  |  | "down": _(u"Go down up on the current list"), | 
					
						
							|  |  |  | "left": _(u"Go to the previous tab"), | 
					
						
							|  |  |  | "right": _(u"Go to the next tab"), | 
					
						
							| 
									
										
										
										
											2015-02-26 10:09:13 -06:00
										 |  |  | "next_account": _(u"Changes to the next account"), | 
					
						
							|  |  |  | "previous_account": _(u"Changes to the previous account"), | 
					
						
							| 
									
										
										
										
											2014-10-27 16:29:04 -06:00
										 |  |  | "conversation_up": _(u"Move up one tweet in the conversation"), | 
					
						
							|  |  |  | "conversation_down": _(u"Move down one tweet in the conversation"), | 
					
						
							|  |  |  | "show_hide": _(u"Show the graphical interface"), | 
					
						
							| 
									
										
										
										
											2015-02-26 10:09:13 -06:00
										 |  |  | "post_tweet": _(u"New tweet"), | 
					
						
							|  |  |  | "post_reply": _(u"Reply to a tweet"), | 
					
						
							|  |  |  | "post_retweet": _(u"Retweet"), | 
					
						
							|  |  |  | "send_dm": _(u"Send direct message"), | 
					
						
							|  |  |  | "add_to_favourites": _(u"Mark as favourite"), | 
					
						
							|  |  |  | "remove_from_favourites": _(u"Remove from favourites"), | 
					
						
							| 
									
										
										
										
											2015-03-06 21:37:08 -06:00
										 |  |  | "follow": _(u"Open the actions dialogue"), | 
					
						
							| 
									
										
										
										
											2015-03-08 14:18:29 -06:00
										 |  |  | "user_details": _(u"See user details"), | 
					
						
							| 
									
										
										
										
											2015-02-26 10:09:13 -06:00
										 |  |  | "view_item": _(u"Show tweet"), | 
					
						
							|  |  |  | "exit": _(u"Quit"), | 
					
						
							| 
									
										
										
										
											2014-10-27 16:29:04 -06:00
										 |  |  | "open_timeline": _(u"Open user timeline"), | 
					
						
							| 
									
										
										
										
											2015-02-26 10:09:13 -06:00
										 |  |  | "remove_buffer": _(u"Remove buffer"), | 
					
						
							| 
									
										
										
										
											2014-10-27 16:29:04 -06:00
										 |  |  | "url": _(u"Open URL on the current tweet, or further information for a friend or follower"), | 
					
						
							|  |  |  | "audio": _(u"Attempt to play audio"), | 
					
						
							|  |  |  | "volume_up": _(u"Increase volume by 5%"), | 
					
						
							|  |  |  | "volume_down": _(u"Decrease volume by 5%"), | 
					
						
							|  |  |  | "go_home": _(u"Go to the first element on the list"), | 
					
						
							|  |  |  | "go_end": _(u"Go to the last element on the list"), | 
					
						
							|  |  |  | "go_page_up": _(u"Move 20 elements up on the current list"), | 
					
						
							|  |  |  | "go_page_down": _(u"Move 20 elements down on the current list"), | 
					
						
							|  |  |  | "update_profile": _(u"Edit profile"), | 
					
						
							|  |  |  | "delete": _(u"Remove a tweet or direct message"), | 
					
						
							| 
									
										
										
										
											2015-02-26 10:09:13 -06:00
										 |  |  | "clear_buffer": _(u"Empty the buffer removing all the elements"), | 
					
						
							| 
									
										
										
										
											2014-10-27 16:29:04 -06:00
										 |  |  | "repeat_item": _(u"Listen the current message"), | 
					
						
							|  |  |  | "copy_to_clipboard": _(u"Copy to clipboard"), | 
					
						
							|  |  |  | "add_to_list": _(u"Add to list"), | 
					
						
							|  |  |  | "remove_from_list": _(u"Remove from list"), | 
					
						
							|  |  |  | "toggle_mute": _(u"Mutes/unmutes the active buffer"), | 
					
						
							|  |  |  | "toggle_global_mute": _(u"Globally mute/unmute TW Blue"), | 
					
						
							|  |  |  | "toggle_autoread": _(u"toggles the automatic reading of incoming tweets in the active buffer"), | 
					
						
							|  |  |  | "search": _(u"Search on twitter"), | 
					
						
							|  |  |  | "edit_keystrokes": _(u"Shows the keystroke editor"), | 
					
						
							|  |  |  | "view_user_lists": _(u"Show lists for a specified user"), | 
					
						
							| 
									
										
										
										
											2015-02-26 10:09:13 -06:00
										 |  |  | "get_more_items": _(u"loads previous items to any buffer"), | 
					
						
							|  |  |  | "reverse_geocode": _(u"Get location of any tweet"), | 
					
						
							|  |  |  | "view_reverse_geocode": _(u"Displays the tweet's location in a dialog"), | 
					
						
							|  |  |  | "get_trending_topics": _(u"Creates a buffer for displaying trends for a desired place"), | 
					
						
							| 
									
										
										
										
											2014-10-27 16:29:04 -06:00
										 |  |  | } |