]> dev.renevier.net Git - syj.git/commitdiff
fixes welcome popup wording
authorarno <arno@renevier.net>
Sun, 19 Sep 2010 18:54:58 +0000 (20:54 +0200)
committerarno <arno@renevier.net>
Sun, 19 Sep 2010 18:54:58 +0000 (20:54 +0200)
application/languages/lang_en.po
application/languages/lang_fr.po
application/views/scripts/idx/index.phtml

index f7a55590223daa505a6a8036aeb192645fe1b429..e12aa17eb153e01a59e43c646c967fc3c5fea6fd 100644 (file)
@@ -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 <arno@renevier.net>\n"
 "Language-Team: arno <arno@renevier.net>\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 <strong>\"start a route\"</strong> 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."
index 30c4552b112babf9ea1177606afa4b5fdbc283f4..12bbc608c05b5b61d455f7c3a37073098dd86449 100644 (file)
@@ -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 <arno@renevier.net>\n"
 "Language-Team: arno <arno@renevier.net>\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 <strong>\"start a route\"</strong> 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 <strong>\"commencer un itinéraire\"</strong> 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."
index a6d276044be7b75c12975ce92558d1a77d33b3d4..c4222f4a76d4ecfdfd0bdcb55236807889b8698c 100644 (file)
@@ -14,7 +14,7 @@
 <?php if (!$this->path and !$this->loggedUser) {?>
 <?php echo $this->translate('Welcome on Syj.')?>
 <br/>
-<?php echo $this->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')?>
+<?php echo $this->translate('To create a journey, just press <strong>"start a route"</strong> 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')?>
 <br/>
 <?php echo $this->translate('When you have finished a path, press "save", button.')?>
 <?php }?>