diff --git a/CSharp/Tests/FormTest/MultilingualResources/FormTest.en.xlf b/CSharp/Tests/FormTest/MultilingualResources/FormTest.en.xlf index c92b02eb67..b41885dcc3 100644 --- a/CSharp/Tests/FormTest/MultilingualResources/FormTest.en.xlf +++ b/CSharp/Tests/FormTest/MultilingualResources/FormTest.en.xlf @@ -686,4 +686,33 @@ + +
+ +
+ + + + Address must start with a number. + Address must start with a number. + + + Total for your sandwich is {0:C2} is that ok? + Total for your sandwich is {0:C2} is that ok? + + + Free cookie + Free cookie + + + Free drink + Free drink + + + We are currently processing your sandwich. We will message you the status. + We are currently processing your sandwich. We will message you the status. + + + +
\ No newline at end of file diff --git a/CSharp/Tests/FormTest/MultilingualResources/FormTest.fr.xlf b/CSharp/Tests/FormTest/MultilingualResources/FormTest.fr.xlf index c2cd4afaa5..5aa0f80506 100644 --- a/CSharp/Tests/FormTest/MultilingualResources/FormTest.fr.xlf +++ b/CSharp/Tests/FormTest/MultilingualResources/FormTest.fr.xlf @@ -686,4 +686,33 @@ + +
+ +
+ + + + Address must start with a number. + Address must start with a number. + + + Total for your sandwich is {0:C2} is that ok? + Total for your sandwich is {0:C2} is that ok? + + + Free cookie + Free cookie + + + Free drink + Free drink + + + We are currently processing your sandwich. We will message you the status. + We are currently processing your sandwich. We will message you the status. + + + +
\ No newline at end of file diff --git a/CSharp/Tests/FormTest/Resource/DynamicSandwich.en.resx b/CSharp/Tests/FormTest/Resource/DynamicSandwich.en.resx index 8d77969113..a3df4f013d 100644 --- a/CSharp/Tests/FormTest/Resource/DynamicSandwich.en.resx +++ b/CSharp/Tests/FormTest/Resource/DynamicSandwich.en.resx @@ -12,19 +12,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Address must start with a number. - - - Total for your sandwich is {0:C2} is that ok? - - - Free cookie - - - Free drink - - - We are currently processing your sandwich. We will message you the status. - \ No newline at end of file diff --git a/CSharp/Tests/FormTest/Resource/DynamicSandwich.fr.resx b/CSharp/Tests/FormTest/Resource/DynamicSandwich.fr.resx index 9dad1dd2da..a3df4f013d 100644 --- a/CSharp/Tests/FormTest/Resource/DynamicSandwich.fr.resx +++ b/CSharp/Tests/FormTest/Resource/DynamicSandwich.fr.resx @@ -12,19 +12,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Adresse doit commencer par un nombre. - - - Total pour votre "sandwich" est {0:C2} est ce correct? - - - Cookie gratuit - - - Boisson gratuite - - - Nous traitons actuellement votre "sandwich". Nous seront vous message le statut. - \ No newline at end of file