Skip to content

Commit

Permalink
forms update
Browse files Browse the repository at this point in the history
  • Loading branch information
SebCanet committed Apr 13, 2017
1 parent 3819558 commit 241079e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions index.html
Expand Up @@ -333,7 +333,9 @@ <h4 class="modal-title" id="aboutModalLabel"></h4>
<br /> - JQuerry (<a href='https://jquery.com' target='blank'>https://jquery.com)</a>
<br /> - HeadJS (<a href='http://headjs.com/' target='blank'>http://headjs.com/)</a>
<br /> - SmoothieCharts (<a href='http://smoothiecharts.org/' target='blank'>http://smoothiecharts.org/)</a>
<br /> - ROBOM.RU (<a href='https://robom.ru/' target='blank'>https://robom.ru/)</a>
<br /> - ROBOM.RU (<a href='https://robom.ru/' target='blank'>https://robom.ru/)</a>
<br />
<b><a href="http://framaforms.org/blocklyrduino-utilisateurs-1490560876" target='blank'><font size="12"><span id="span_forms_about" style="font-style: bold;"> </span></font></a></b>
<br />
<br /><i>version 13-04-2017 - v2.4 "Wiring"</i>
<br />
Expand Down Expand Up @@ -378,7 +380,7 @@ <h4 class="modal-title" id="firstModalLabel"></h4>
<input type="image" src="https://www.paypalobjects.com/fr_FR/FR/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal, le réflexe sécurité pour payer en ligne"/>
<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1"/>
</form>
<b><a href="http://framaforms.org/blocklyrduino-utilisateurs-1490560876" target='blank'><font size="18"><span id="span_forms" style="font-style: bold;"> </span></font></a></b>
<b><a href="http://framaforms.org/blocklyrduino-utilisateurs-1490560876" target='blank'><font size="18"><span id="span_forms_videomodal" style="font-style: bold;"> </span></font></a></b>
</div>
</div>
<div class="modal-footer">
Expand Down
3 changes: 2 additions & 1 deletion lang/code.js
Expand Up @@ -238,7 +238,8 @@ Code.initLanguage = function() {
$('#span_Download_Arduino').text(MSG['span_Download_Arduino']);
$('#span_Download_local').text(MSG['span_Download_local']);
$('#span_Download_codebender').text(MSG['span_Download_codebender']);
$('#span_forms').text(MSG['span_forms']);
$('#span_forms_videomodal').text(MSG['span_forms']);
$('#span_forms_about').text(MSG['span_forms']);

$('#btn_configGlobal').attr('title', MSG['span_configGlobal']);
$('#btn_font').attr('title', MSG['span_font']);
Expand Down
2 changes: 1 addition & 1 deletion lang/msg/en.js
Expand Up @@ -118,5 +118,5 @@ var MSG = {
+ "For Chrome, please check here :\n"
+ "http://www.chrome-allow-file-access-from-file.com\n",
span_ajax_msg:"Do not show this message again",
span_forms:"WHO ARE YOU ???"
span_forms:"DEAR FRIEND, WHO ARE YOU ???"
};
2 changes: 1 addition & 1 deletion lang/msg/fr.js
Expand Up @@ -118,5 +118,5 @@ var MSG = {
+ "Pour Chrome, veuillez vérifier sur la page suivante :\n"
+ "http://www.chrome-allow-file-access-from-file.com\n",
span_ajax_msg:"Ne plus afficher ce message.",
span_forms:"QUI ETES VOUS ???"
span_forms:"UTILISATEUR, QUI ETES VOUS ???"
};

0 comments on commit 241079e

Please sign in to comment.