Move server status indicator to the status bar at the bottom

This commit is contained in:
Micah Lee 2018-02-06 19:31:02 -08:00
parent 69fe7f0d98
commit f93ed86283
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 40 additions and 18 deletions

View file

@ -136,5 +136,8 @@
"persistent_url_in_use": "This share is using a persistent address",
"gui_url_description": "<b>Anyone</b> with this link can <b>download</b> your files using <b>Tor Browser</b>:",
"gui_url_label": "Your Download Address",
"gui_url_label_one_time": "Your One-Time Download Address"
"gui_url_label_one_time": "Your One-Time Download Address",
"gui_status_indicator_stopped": "Stopped",
"gui_status_indicator_working": "Working...",
"gui_status_indicator_started": "Running"
}