Correct sample strings for Pico to translate the "with Pico" in each
of the supported languages.
diff --git a/pico/res/values/strings.xml b/pico/res/values/strings.xml
index 1180294..f68995a 100755
--- a/pico/res/values/strings.xml
+++ b/pico/res/values/strings.xml
@@ -22,8 +22,8 @@
     <string name="app_name">Pico TTS</string>
     <string name="eng_usa_sample">This is an example of speech synthesis in English with Pico.</string>
     <string name="eng_gbr_sample">This is an example of speech synthesis in English with Pico.</string>
-    <string name="fra_fra_sample">Voici un échantillon de synthèse vocale en français with Pico.</string>
-    <string name="deu_deu_sample">Dies ist ein Beispiel für Sprachsynthese in Deutsch with Pico.</string>
-    <string name="ita_ita_sample">Questo è un esempio di sintesi vocale in italiano with Pico.</string>
-    <string name="spa_esp_sample">Este es un ejemplo de síntesis de voz en español with Pico.</string>
+    <string name="fra_fra_sample">Voici un échantillon de synthèse vocale en français avec Pico.</string>
+    <string name="deu_deu_sample">Dies ist ein Beispiel für Sprachsynthese in Deutsch mit Pico.</string>
+    <string name="ita_ita_sample">Questo è un esempio di sintesi vocale in italiano con Pico.</string>
+    <string name="spa_esp_sample">Este es un ejemplo de síntesis de voz en español con Pico.</string>
 </resources>