Adjust width of window to fit status bar messages, unwrapped, to avoid squishing widgets.

Add pluralisation of filemanager total file(s)

Use 'timer expired' rather than 'timeout reached'
This commit is contained in:
Miguel Jacq 2018-02-11 17:16:52 +11:00
parent ed179922d4
commit afc9568f30
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
4 changed files with 14 additions and 9 deletions

View file

@ -13,7 +13,7 @@
"no_available_port": "Could not start the Onion service as there was no available port.",
"download_page_loaded": "Download page loaded",
"other_page_loaded": "Address loaded",
"close_on_timeout": "Stopped because timeout was reached",
"close_on_timeout": "Stopped because timer expired",
"closing_automatically": "Stopped because download finished",
"timeout_download_still_running": "Waiting for download to complete",
"large_filesize": "Warning: Sending large files could take hours",
@ -141,5 +141,6 @@
"gui_status_indicator_stopped": "Ready to Share",
"gui_status_indicator_working": "Starting...",
"gui_status_indicator_started": "Sharing",
"gui_file_info": "{} Files, {}"
"gui_file_info": "{} Files, {}",
"gui_file_info_single": "{} File, {}"
}