From 23a081743c8e78baba8011646a65ceaf344173c2 Mon Sep 17 00:00:00 2001
From: pacien
Date: Mon, 6 Aug 2018 12:16:08 +0200
Subject: Make error notifications shorter
---
app/src/main/res/values-zh-rCN/strings.xml | 4 ++--
app/src/main/res/values-zh-rHK/strings.xml | 4 ++--
app/src/main/res/values-zh-rTW/strings.xml | 4 ++--
app/src/main/res/values/strings.xml | 12 ++++++------
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index 004bc77..d684517 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -89,9 +89,9 @@
没有提供网络名称。
没有找到网络“%1$s”的配置。
在“%1$s”找不到网络配置文件。
- network.conf 中的网络配置无效:\n\n%1$s
+ network.conf 中的网络配置无效:\n%1$s
加密/解密私钥
- 无法解密私钥:\n\n%1$s
+ 无法解密私钥:\n%1$s
无
是
diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml
index b2835e0..2636aa2 100644
--- a/app/src/main/res/values-zh-rHK/strings.xml
+++ b/app/src/main/res/values-zh-rHK/strings.xml
@@ -89,9 +89,9 @@
沒有提供網絡名稱。
沒有找到網絡“%1$s”的配置。
在“%1$s”找不到網絡配置文件。
- network.conf 中的網絡配置無效:\n\n%1$s
+ network.conf 中的網絡配置無效:\n%1$s
加密/解密私鑰
- 無法解密私鑰:\n\n%1$s
+ 無法解密私鑰:\n%1$s
無
是
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 3de1eb1..297e551 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -89,9 +89,9 @@
沒有提供網路名稱。
沒有找到網路“%1$s”的配置。
在“%1$s”找不到網路配置檔案。
- network.conf 中的網路配置無效:\n\n%1$s
+ network.conf 中的網路配置無效:\n%1$s
加密/解密私鑰
- 無法解密私鑰:\n\n%1$s
+ 無法解密私鑰:\n%1$s
無
是
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ddc370b..6899082 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -100,25 +100,25 @@
No network name has been provided.
No configuration has been found for network \"%1$s\".
Network configuration file not found at \"%1$s\".
- Invalid network configuration in network.conf:\n\n%1$s
+ Invalid network configuration in network.conf:\n%1$s
Encrypting/decrypting private keys
- Could not decrypt private keys:\n\n%1$s
+ Could not decrypt private keys:\n%1$s
Storage directory is unavailable.
Starting VPN…
Disconnecting VPN…
A passphrase is required to unlock the keyring.
- Tinc daemon exited during startup:\n%1$s\n\nCheck the logs for more details.
+ Tinc daemon exited during startup:\n%1$s\nCheck the logs for more details.
Loading…
Log level set to %1$d.
Logging paused.
- Could not apply network interface configuration:\n\n%1$s
+ Could not apply network interface configuration:\n%1$s
Could not bind network interface. Is another VPN running?
Invalid network name.
The application has previously encountered a fatal error.
The crash details have been saved in \"%1$s\".
No running tinc daemon has been found.
- Could not read network interface configuration:\n\n%1$s
- Could not read tinc private keys:\n\n%1$s
+ Could not read network interface configuration:\n%1$s
+ Could not read tinc private keys:\n%1$s
none
yes
--
cgit v1.2.3