From 871c058fd86006df56c07ad7f97faf16f3ac30a1 Mon Sep 17 00:00:00 2001
From: "Ryland 41491307+ryalanms@users.noreply.github.com"
<41491307+ryalanms@users.noreply.github.com>
Date: Tue, 16 Jul 2019 11:39:12 -0700
Subject: [PATCH] Update localized strings that render \r\n as text
---
.../Resources/Strings.resx | 9 ++++++---
.../Resources/xlf/Strings.cs.xlf | 20 ++++++++++++-------
.../Resources/xlf/Strings.de.xlf | 20 ++++++++++++-------
.../Resources/xlf/Strings.es.xlf | 20 ++++++++++++-------
.../Resources/xlf/Strings.fr.xlf | 20 ++++++++++++-------
.../Resources/xlf/Strings.it.xlf | 20 ++++++++++++-------
.../Resources/xlf/Strings.ja.xlf | 20 ++++++++++++-------
.../Resources/xlf/Strings.ko.xlf | 20 ++++++++++++-------
.../Resources/xlf/Strings.pl.xlf | 20 ++++++++++++-------
.../Resources/xlf/Strings.pt-BR.xlf | 20 ++++++++++++-------
.../Resources/xlf/Strings.ru.xlf | 20 ++++++++++++-------
.../Resources/xlf/Strings.tr.xlf | 20 ++++++++++++-------
.../Resources/xlf/Strings.zh-Hans.xlf | 20 ++++++++++++-------
.../Resources/xlf/Strings.zh-Hant.xlf | 20 ++++++++++++-------
14 files changed, 175 insertions(+), 94 deletions(-)
diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationFramework/Resources/Strings.resx b/src/Microsoft.DotNet.Wpf/src/PresentationFramework/Resources/Strings.resx
index 34bee49cf74..37dc5a6fbc8 100644
--- a/src/Microsoft.DotNet.Wpf/src/PresentationFramework/Resources/Strings.resx
+++ b/src/Microsoft.DotNet.Wpf/src/PresentationFramework/Resources/Strings.resx
@@ -1027,10 +1027,12 @@
Too many files selected. Select fewer files and try again.
- '{0}' does not exist.\r\nDo you want to create it?
+ '{0}' does not exist.
+Do you want to create it?
- '{0}' does not exist.\r\nVerify that the file name is correct.
+ '{0}' does not exist.
+Verify that the file name is correct.'{0}' is not a valid file name.
@@ -1042,7 +1044,8 @@
Filter index is not valid.
- '{0}' already exists.\r\nDo you want to replace it?
+ '{0}' already exists.
+Do you want to replace it?Cannot subclass a file dialog because sufficient memory is not available.
diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationFramework/Resources/xlf/Strings.cs.xlf b/src/Microsoft.DotNet.Wpf/src/PresentationFramework/Resources/xlf/Strings.cs.xlf
index 9ae812bbd24..c5808961d95 100644
--- a/src/Microsoft.DotNet.Wpf/src/PresentationFramework/Resources/xlf/Strings.cs.xlf
+++ b/src/Microsoft.DotNet.Wpf/src/PresentationFramework/Resources/xlf/Strings.cs.xlf
@@ -1613,13 +1613,17 @@
- '{0}' does not exist.\r\nDo you want to create it?
- Prvek {0} neexistuje.\r\nChcete ho vytvořit?
+ '{0}' does not exist.
+Do you want to create it?
+ Prvek {0} neexistuje.
+Chcete ho vytvořit?
- '{0}' does not exist.\r\nVerify that the file name is correct.
- Prvek {0} neexistuje.\r\nOvěřte, zda je správný název souboru.
+ '{0}' does not exist.
+Verify that the file name is correct.
+ Prvek {0} neexistuje.
+Ověřte, zda je správný název souboru.
@@ -1638,8 +1642,10 @@
- '{0}' already exists.\r\nDo you want to replace it?
- Prvek {0} již existuje.\r\nChcete ho nahradit?
+ '{0}' already exists.
+Do you want to replace it?
+ Prvek {0} již existuje.
+Chcete ho nahradit?
@@ -6469,4 +6475,4 @@