зеркало из https://github.com/nextcloud/talk-ios.git
Wrap path in double quotes.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
585f585f13
Коммит
7e80bfa2c6
|
@ -48,7 +48,7 @@ class CallsFromOldAccountViewController: UIViewController {
|
|||
|
||||
let warning1 = NSLocalizedString("Calls from an old account were received.", comment: "")
|
||||
let warning2 = NSLocalizedString("This usually indicates that this device was previously used for an account, which was not properly removed from the server.", comment: "")
|
||||
let warning3 = NSLocalizedString("To resolve this issue, use the web interface and go to Settings -> Security.", comment: "")
|
||||
let warning3 = NSLocalizedString("To resolve this issue, use the web interface and go to \"Settings -> Security\".", comment: "")
|
||||
let warning4 = NSLocalizedString("Under \"Devices & sessions\" check if there are duplicate entries for the same device.", comment: "")
|
||||
let warning5 = NSLocalizedString("Remove old duplicate entries and leave only the most recent entries.", comment: "")
|
||||
let warning6 = NSLocalizedString("If you're using multiple servers, you need to check all of them.", comment: "")
|
||||
|
|
|
@ -1337,7 +1337,7 @@
|
|||
"This will impact the functionality of this app. Please review your settings." = "This will impact the functionality of this app. Please review your settings.";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"To resolve this issue, use the web interface and go to Settings -> Security." = "To resolve this issue, use the web interface and go to Settings -> Security.";
|
||||
"To resolve this issue, use the web interface and go to \"Settings -> Security\"." = "To resolve this issue, use the web interface and go to \"Settings -> Security\".";
|
||||
|
||||
/* TRANSLATORS this is for sending something 'to' a user. Eg. 'To: John Doe' */
|
||||
"To:" = "To:";
|
||||
|
@ -1370,7 +1370,7 @@
|
|||
"Unavailable" = "Unavailable";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Under \"Devices & session\" check if there are duplicate entries for the same device." = "Under \"Devices & sessions\" check if there are duplicate entries for the same device.";
|
||||
"Under \"Devices & sessions\" check if there are duplicate entries for the same device." = "Under \"Devices & sessions\" check if there are duplicate entries for the same device.";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Undo" = "Undo";
|
||||
|
|
Загрузка…
Ссылка в новой задаче