Skip to content

Commit

Permalink
fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Apr 2, 2023
1 parent 9d3de21 commit 5ea9658
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions src/addon/www/rega/pages/msg/setHBOUCFMMode.htm
Original file line number Diff line number Diff line change
Expand Up @@ -106,42 +106,42 @@
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td id="lblYellowShort" class="OUCFMprop">${colorYELLOW}</td>');
Write('<td id="lblYellowShort" class="OUCFMprop">${optionColorYELLOW}</td>');
Write('<td><input type="radio" name="r0" value="31" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${statusDisplayOptionOrange}</td>');
Write('<td class="OUCFMprop">${optionStatusDisplayOrange}</td>');
Write('<td><input type="radio" name="r0" value="81" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${colorRED}</td>');
Write('<td class="OUCFMprop">${optionColorRED}</td>');
Write('<td><input type="radio" name="r0" value="11" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${colorGREEN}</td>');
Write('<td class="OUCFMprop">${optionColorGREEN}</td>');
Write('<td><input type="radio" name="r0" value="21" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${colorBLUE}</td>');
Write('<td class="OUCFMprop">${optionColorBLUE}</td>');
Write('<td><input type="radio" name="r0" value="41" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${colorPURPLE}</td>');
Write('<td class="OUCFMprop">${optionColorPURPLE}</td>');
Write('<td><input type="radio" name="r0" value="51" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${colorTURQUOISE}</td>');
Write('<td class="OUCFMprop">${optionColorTURQUOISE}</td>');
Write('<td><input type="radio" name="r0" value="61" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${colorWHITE}</td>');
Write('<td class="OUCFMprop">${optionColorWHITE}</td>');
Write('<td><input type="radio" name="r0" value="71" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Expand Down
8 changes: 4 additions & 4 deletions src/addon/www/rega/pages/msg/setHBOURGBWLEDFXMode.htm
Original file line number Diff line number Diff line change
Expand Up @@ -169,25 +169,25 @@

Write('<tr>');
! Rot
Write('<td colspan="6" class="OUCFMprop"><span>${colorRED} <span class="hintMinMaxCount"></span></span></td>');
Write('<td colspan="6" class="OUCFMprop"><span>${optionColorRED} <span class="hintMinMaxCount"></span></span></td>');
Write('<td colspan="5"><input id="ouRedLED" type="text" style="text-align:center;" size="3"></td>');
Write('</tr>');

Write('<tr>');
! Gruen
Write('<td colspan="6" class="OUCFMprop"><span>${colorGREEN} <span class="hintMinMaxCount"></span></span></td>');
Write('<td colspan="6" class="OUCFMprop"><span>${optionColorGREEN} <span class="hintMinMaxCount"></span></span></td>');
Write('<td colspan="5"><input id="ouGreenLED" type="text" style="text-align:center;" size="3"></td>');
Write('</tr>');

Write('<tr>');
! Blau
Write('<td colspan="6" class="OUCFMprop"><span>${colorBLUE} <span class="hintMinMaxCount"></span></span></td>');
Write('<td colspan="6" class="OUCFMprop"><span>${optionColorBLUE} <span class="hintMinMaxCount"></span></span></td>');
Write('<td colspan="5"><input id="ouBlueLED" type="text" style="text-align:center;" size="3"></td>');
Write('</tr>');

Write('<tr>');
! Weiss
Write('<td colspan="6" class="OUCFMprop"><span>${colorWHITE} <span class="hintMinMaxCount"></span></span></td>');
Write('<td colspan="6" class="OUCFMprop"><span>${optionColorWHITE} <span class="hintMinMaxCount"></span></span></td>');
Write('<td colspan="5"><input id="ouWhiteLED" type="text" style="text-align:center;" size="3"></td>');
Write('</tr>');

Expand Down
16 changes: 8 additions & 8 deletions src/addon/www/rega/pages/msg/setHBRC6LEDMode.htm
Original file line number Diff line number Diff line change
Expand Up @@ -106,42 +106,42 @@
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td id="lblYellowShort" class="OUCFMprop">${colorYELLOW}</td>');
Write('<td id="lblYellowShort" class="OUCFMprop">${optionColorYELLOW}</td>');
Write('<td><input type="radio" name="r0" value="31" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${statusDisplayOptionOrange}</td>');
Write('<td class="OUCFMprop">${optionStatusDisplayOrange}</td>');
Write('<td><input type="radio" name="r0" value="81" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${colorRED}</td>');
Write('<td class="OUCFMprop">${optionColorRED}</td>');
Write('<td><input type="radio" name="r0" value="11" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${colorGREEN}</td>');
Write('<td class="OUCFMprop">${optionColorGREEN}</td>');
Write('<td><input type="radio" name="r0" value="21" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${colorBLUE}</td>');
Write('<td class="OUCFMprop">${optionColorBLUE}</td>');
Write('<td><input type="radio" name="r0" value="41" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${colorPURPLE}</td>');
Write('<td class="OUCFMprop">${optionColorPURPLE}</td>');
Write('<td><input type="radio" name="r0" value="51" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${colorTURQUOISE}</td>');
Write('<td class="OUCFMprop">${optionColorTURQUOISE}</td>');
Write('<td><input type="radio" name="r0" value="61" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Write('<tr class="OUCFMcenter">');
Write('<td class="OUCFMprop">${colorWHITE}</td>');
Write('<td class="OUCFMprop">${optionColorWHITE}</td>');
Write('<td><input type="radio" name="r0" value="71" onclick="isValueValid(this)"></td>');
Write('</td>');
Write('</tr>');
Expand Down

0 comments on commit 5ea9658

Please sign in to comment.