From 8e5da9558a997f79ed0e9d2845099b77ed91e14e Mon Sep 17 00:00:00 2001 From: Saptak S Date: Sat, 2 Oct 2021 02:18:25 +0530 Subject: [PATCH] Adds translatable strings for the different parts of the UI --- desktop/src/onionshare/resources/locale/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/desktop/src/onionshare/resources/locale/en.json b/desktop/src/onionshare/resources/locale/en.json index a9fb562a..84332c16 100644 --- a/desktop/src/onionshare/resources/locale/en.json +++ b/desktop/src/onionshare/resources/locale/en.json @@ -41,6 +41,10 @@ "gui_please_wait": "Starting… Click to cancel.", "zip_progress_bar_format": "Compressing: %p%", "gui_tor_settings_window_title": "Tor Settings", + "gui_autoconnect_description": "Some description about OnionShare and explain autoconnect stuff", + "gui_enable_autoconnect_checkbox": "Enable automatically connecting to OnionShare", + "gui_autoconnect_start": "Start OnionShare", + "gui_autoconnect_configure": "Configure", "gui_settings_window_title": "Settings", "gui_settings_autoupdate_label": "Check for new version", "gui_settings_autoupdate_option": "Notify me when a new version is available",