From dda857e1579fd92e7f6236c999f1d43a5d0e8a74 Mon Sep 17 00:00:00 2001 From: arno Date: Sun, 19 Sep 2010 20:54:58 +0200 Subject: [PATCH] fixes welcome popup wording --- application/languages/lang_en.po | 7 ++++--- application/languages/lang_fr.po | 6 +++--- application/views/scripts/idx/index.phtml | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/application/languages/lang_en.po b/application/languages/lang_en.po index f7a5559..e12aa17 100644 --- a/application/languages/lang_en.po +++ b/application/languages/lang_en.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: syj\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-09 13:05+0200\n" +"POT-Creation-Date: 2010-09-19 20:54+0200\n" "PO-Revision-Date: \n" "Last-Translator: arno \n" "Language-Team: arno \n" @@ -55,8 +55,9 @@ msgid "Welcome on Syj." msgstr "Welcome on Syj." #: application/views/scripts/idx/index.phtml:17 -msgid "To create a journey, just click on the map to add points to your route. You can zoom and move the map with the controls in the top left corner" -msgstr "To create a journey, just click on the map to add points to your route. You can zoom and move the map with the controls in the top left corner" +#, fuzzy +msgid "To create a journey, just press \"start a route\" button, then click on the map to add points to your route. You can zoom and move the map with the controls in the top left corner" +msgstr "To create a journey, just press \"start a route\" button, then click on the map to add points to your route. You can zoom and move the map with the controls in the top left corner" #: application/views/scripts/idx/index.phtml:19 msgid "When you have finished a path, press \"save\", button." diff --git a/application/languages/lang_fr.po b/application/languages/lang_fr.po index 30c4552..12bbc60 100644 --- a/application/languages/lang_fr.po +++ b/application/languages/lang_fr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: syj\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-09 13:05+0200\n" +"POT-Creation-Date: 2010-09-19 20:54+0200\n" "PO-Revision-Date: \n" "Last-Translator: arno \n" "Language-Team: arno \n" @@ -55,8 +55,8 @@ msgid "Welcome on Syj." msgstr "Bienvenue sur Syj." #: application/views/scripts/idx/index.phtml:17 -msgid "To create a journey, just click on the map to add points to your route. You can zoom and move the map with the controls in the top left corner" -msgstr "Pour créer un trajet, cliquez simplement sur la carte pour ajouter des points à votre tracé. Vous pouvez zoomer et bouger la carte avec les boutons en haut à gauche." +msgid "To create a journey, just press \"start a route\" button, then click on the map to add points to your route. You can zoom and move the map with the controls in the top left corner" +msgstr "Pour créer un trajet, pressez simplement le bouton \"commencer un itinéraire\" puis cliquez sur la carte pour ajouter des points à votre tracé. Vous pouvez zoomer et bouger la carte avec les boutons en haut à gauche." #: application/views/scripts/idx/index.phtml:19 msgid "When you have finished a path, press \"save\", button." diff --git a/application/views/scripts/idx/index.phtml b/application/views/scripts/idx/index.phtml index a6d2760..c4222f4 100644 --- a/application/views/scripts/idx/index.phtml +++ b/application/views/scripts/idx/index.phtml @@ -14,7 +14,7 @@ path and !$this->loggedUser) {?> translate('Welcome on Syj.')?>
-translate('To create a journey, just click on the map to add points to your route. You can zoom and move the map with the controls in the top left corner')?> +translate('To create a journey, just press "start a route" button, then click on the map to add points to your route. You can zoom and move the map with the controls in the top left corner')?>
translate('When you have finished a path, press "save", button.')?> -- 2.39.2