diff --git a/i18n/en_AU.json b/i18n/en_AU.json index e694da5d..595ff91b 100644 --- a/i18n/en_AU.json +++ b/i18n/en_AU.json @@ -36,6 +36,12 @@ "main.app.app.handleAppCertificateError.certNotTrusted.dialog.title": "Certificate Not Trusted", "main.app.app.handleAppCertificateError.dialog.extraDetail": "Certificate is different from previous one.\n\n", "main.app.initialize.downloadBox.allFiles": "All files", + "main.app.utils.clearAllData.cancel": "Cancel", + "main.app.utils.clearAllData.confirm": "Clear All Data", + "main.app.utils.clearAllData.message": "This action will erase all session, cache, cookie and storage data for all servers. Performing this action will restart the application. Are you sure you want to continue?", + "main.app.utils.clearDataForServer.cancel": "Cancel", + "main.app.utils.clearDataForServer.confirm": "Clear Data", + "main.app.utils.clearDataForServer.message": "This action will erase all session, cache, cookie and storage data for the server '\\{serverName}'\\. Are you sure you want to clear data for this server?", "main.app.utils.migrateMacAppStore.button.dontImport": "Don't Import", "main.app.utils.migrateMacAppStore.button.selectAndImport": "Select Directory and Import", "main.app.utils.migrateMacAppStore.dialog.detail": "It appears that an existing {appName} configuration exists, would you like to import it? You will be asked to pick the correct configuration directory.", @@ -91,7 +97,9 @@ "main.menus.app.history.forward": "Forward", "main.menus.app.view": "&View", "main.menus.app.view.actualSize": "Actual Size", + "main.menus.app.view.clearAllData": "Clear All Data", "main.menus.app.view.clearCacheAndReload": "Clear Cache and Reload", + "main.menus.app.view.clearDataForServer": "Clear Data for Current Server", "main.menus.app.view.devToolsAppWrapper": "Developer Tools for Application Wrapper", "main.menus.app.view.devToolsCurrentCallWidget": "Developer Tools for Call Widget", "main.menus.app.view.devToolsCurrentServer": "Developer Tools for Current Server",