|
@@ -288,6 +288,9 @@ class Strings {
|
|
|
static const String vpnRouterError = 'VPN router error';
|
|
static const String vpnRouterError = 'VPN router error';
|
|
|
static const String vpnPermissionDeniedError = 'VPN permission denied';
|
|
static const String vpnPermissionDeniedError = 'VPN permission denied';
|
|
|
|
|
|
|
|
|
|
+ static const String vpnRPCCallFailed = 'VPN service communication error';
|
|
|
|
|
+ static const String vpnRPCReturnFalse = 'VPN service failed to start';
|
|
|
|
|
+
|
|
|
static const String failedCaptureScreenshot = 'Failed to capture screenshot';
|
|
static const String failedCaptureScreenshot = 'Failed to capture screenshot';
|
|
|
static const String imageSavedToAlbum =
|
|
static const String imageSavedToAlbum =
|
|
|
'The image has been saved to your local album';
|
|
'The image has been saved to your local album';
|