mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-26 12:42:32 +02:00
16 lines
731 B
Go
16 lines
731 B
Go
package main
|
|
|
|
const (
|
|
settingsMenuDescr = "Settings of the application"
|
|
allowSSHMenuDescr = "Allow SSH connections"
|
|
autoConnectMenuDescr = "Connect automatically when the service starts"
|
|
quantumResistanceMenuDescr = "Enable post-quantum security via Rosenpass"
|
|
notificationsMenuDescr = "Enable notifications"
|
|
advancedSettingsMenuDescr = "Advanced settings of the application"
|
|
debugBundleMenuDescr = "Create and open debug information bundle"
|
|
exitNodeMenuDescr = "Select exit node for routing traffic"
|
|
networksMenuDescr = "Open the networks management window"
|
|
latestVersionMenuDescr = "Download latest version"
|
|
quitMenuDescr = "Quit the client app"
|
|
)
|