diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 81f0902..70da5b0 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon | 4 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon |
5 | * Copyright (C) 2017-2021 Pacien TRAN-GIRARD | 5 | * Copyright (C) 2017-2023 Pacien TRAN-GIRARD |
6 | * | 6 | * |
7 | * This program is free software: you can redistribute it and/or modify | 7 | * This program is free software: you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
@@ -81,6 +81,7 @@ | |||
81 | 81 | ||
82 | <!-- Start activity --> | 82 | <!-- Start activity --> |
83 | <string name="start_activity_menu_configure">Configure</string> | 83 | <string name="start_activity_menu_configure">Configure</string> |
84 | <string name="start_network_list_warning_text">Traffic from this device will be partially or fully routed to and through the selected network in accordance with your configuration. Never connect to a tinc network which you do not trust.</string> | ||
84 | <string name="start_network_list_title">Connect to network</string> | 85 | <string name="start_network_list_title">Connect to network</string> |
85 | <string name="start_network_list_empty_none_found">Could not find any network configuration.</string> | 86 | <string name="start_network_list_empty_none_found">Could not find any network configuration.</string> |
86 | <string name="start_starting_vpn">Starting VPN…</string> | 87 | <string name="start_starting_vpn">Starting VPN…</string> |