Corrected program strings.

This commit is contained in:
Sukil Etxenike
2015-04-05 23:39:55 +02:00
parent 48e918adb0
commit b272a08ab9
5 changed files with 14 additions and 14 deletions

View File

@@ -5,8 +5,8 @@ actions = {
"down": _(u"Go down up on the current list"),
"left": _(u"Go to the previous tab"),
"right": _(u"Go to the next tab"),
"next_account": _(u"Changes to the next account"),
"previous_account": _(u"Changes to the previous account"),
"next_account": _(u"Change to the next account"),
"previous_account": _(u"Change to the previous account"),
"show_hide": _(u"Show the graphical interface"),
"post_tweet": _(u"New tweet"),
"post_reply": _(u"Reply to a tweet"),
@@ -31,19 +31,19 @@ actions = {
"update_profile": _(u"Edit profile"),
"delete": _(u"Remove a tweet or direct message"),
"clear_buffer": _(u"Empty the buffer removing all the elements"),
"repeat_item": _(u"Listen the current message"),
"repeat_item": _(u"Listen to 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_buffer_mute": _(u"Mutes/unmutes the active buffer"),
"toggle_buffer_mute": _(u"Mute/unmute the active buffer"),
"toggle_session_mute": _(u"Globally mute/unmute the current account in TWBlue"),
"toggle_autoread": _(u"toggles the automatic reading of incoming tweets in the active buffer"),
"toggle_autoread": _(u"toggle the automatic reading of incoming tweets in the active buffer"),
"search": _(u"Search on twitter"),
"edit_keystrokes": _(u"Shows the keystroke editor"),
"edit_keystrokes": _(u"Show the keystroke editor"),
"view_user_lists": _(u"Show lists for a specified user"),
"get_more_items": _(u"loads previous items to any buffer"),
"get_more_items": _(u"load 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"),
"view_reverse_geocode": _(u"Display the tweet's location in a dialog"),
"get_trending_topics": _(u"Create a buffer for displaying trends for a desired place"),
"open_conversation": _(u"Opens up a conversation buffer"),
}