Skip to content

Commit 241079e

Browse files
committed
forms update
1 parent 3819558 commit 241079e

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,9 @@ <h4 class="modal-title" id="aboutModalLabel"></h4>
333333
<br /> - JQuerry (<a href='https://jquery.com' target='blank'>https://jquery.com)</a>
334334
<br /> - HeadJS (<a href='http://headjs.com/' target='blank'>http://headjs.com/)</a>
335335
<br /> - SmoothieCharts (<a href='http://smoothiecharts.org/' target='blank'>http://smoothiecharts.org/)</a>
336-
<br /> - ROBOM.RU (<a href='https://robom.ru/' target='blank'>https://robom.ru/)</a>
336+
<br /> - ROBOM.RU (<a href='https://robom.ru/' target='blank'>https://robom.ru/)</a>
337+
<br />
338+
<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>
337339
<br />
338340
<br /><i>version 13-04-2017 - v2.4 "Wiring"</i>
339341
<br />
@@ -378,7 +380,7 @@ <h4 class="modal-title" id="firstModalLabel"></h4>
378380
<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"/>
379381
<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1"/>
380382
</form>
381-
<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>
383+
<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>
382384
</div>
383385
</div>
384386
<div class="modal-footer">

lang/code.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ Code.initLanguage = function() {
238238
$('#span_Download_Arduino').text(MSG['span_Download_Arduino']);
239239
$('#span_Download_local').text(MSG['span_Download_local']);
240240
$('#span_Download_codebender').text(MSG['span_Download_codebender']);
241-
$('#span_forms').text(MSG['span_forms']);
241+
$('#span_forms_videomodal').text(MSG['span_forms']);
242+
$('#span_forms_about').text(MSG['span_forms']);
242243

243244
$('#btn_configGlobal').attr('title', MSG['span_configGlobal']);
244245
$('#btn_font').attr('title', MSG['span_font']);

lang/msg/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ var MSG = {
118118
+ "For Chrome, please check here :\n"
119119
+ "http://www.chrome-allow-file-access-from-file.com\n",
120120
span_ajax_msg:"Do not show this message again",
121-
span_forms:"WHO ARE YOU ???"
121+
span_forms:"DEAR FRIEND, WHO ARE YOU ???"
122122
};

lang/msg/fr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ var MSG = {
118118
+ "Pour Chrome, veuillez vérifier sur la page suivante :\n"
119119
+ "http://www.chrome-allow-file-access-from-file.com\n",
120120
span_ajax_msg:"Ne plus afficher ce message.",
121-
span_forms:"QUI ETES VOUS ???"
121+
span_forms:"UTILISATEUR, QUI ETES VOUS ???"
122122
};

0 commit comments

Comments
 (0)