File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626<div title="<?php echo $ t ['Lock ' ];?> " onClick="top.ICEcoder.lockUnlockNav()" id="fmLock" class="lock"></div>
2727<div title="<?php echo $ t ['Refresh ' ];?> " onClick="top.ICEcoder.refreshFileManager()" class="refresh"></div>
28- <div title="Plugins" onClick="top.ICEcoder.showHidePlugins(top.get('plugins').style.width != '55px' ? 'show' : 'hide')" class="plugins"></div>
28+ <div title="<?php echo $ t [ ' Plugins ' ]; ?> " onClick="top.ICEcoder.showHidePlugins(top.get('plugins').style.width != '55px' ? 'show' : 'hide')" class="plugins"></div>
2929<?php
3030$ _SESSION ['githubDiff ' ] = false ;
3131if ($ isGitHubRepoDir ) {
Original file line number Diff line number Diff line change 5757 return "<?php echo $ t ['You have some... ' ];?> .";
5858 }
5959 }
60- return "<?php echo $ t ['Are you sure you want to close? ' ];?> ";
60+ return "<?php echo $ t ['Are you sure... ' ];?> ";
6161}
6262
6363t = {
135135 <a nohref onClick="top.ICEcoder.showColorPicker(top.document.getElementById('color') ? top.document.getElementById('color').value : '#123456')" title="Farbtastic
136136<?php echo $ t ['Color picker ' ];?> "><img src="images/color-picker.png" style="cursor: pointer" alt="Color Picker"></a><br><br>
137137 <div id="pluginsOptional"><?php echo $ pluginsDisplay ; ?> </div>
138- <a nohref onclick="top.ICEcoder.pluginsManager()" title="Plugins Manager" style="color: #fff; cursor: pointer">+ / -</a>
138+ <a nohref onclick="top.ICEcoder.pluginsManager()" title="<?php echo $ t [ ' Plugins Manager ' ]; ?> " style="color: #fff; cursor: pointer">+ / -</a>
139139 </div>
140140</div>
141141
314314
315315<div class="footer" id="footer" onContextMenu="return false">
316316 <div class="nesting" id="nestValid"></div>
317- <div class="splitPaneControls" id="splitPaneControls"><div class="off" id="splitPaneControlsOff" onclick="top.ICEcoder.setSplitPane('off')"></div><div class="on" id="splitPaneControlsOn" onclick="top.ICEcoder.setSplitPane('on')" style="opacity: 0.5"></div></div>
317+ <div class="splitPaneControls" id="splitPaneControls"><div class="off" id="splitPaneControlsOff" title=" <?php echo $ t [ ' Single pane ' ]; ?> " onclick="top.ICEcoder.setSplitPane('off')"></div><div class="on" id="splitPaneControlsOn" title=" <?php echo $ t [ ' Diff pane also ' ]; ?> " onclick="top.ICEcoder.setSplitPane('on')" style="opacity: 0.5"></div></div>
318318 <div class="byteDisplay" id="byteDisplay" style="display: none" onClick="top.ICEcoder.showDisplay('char')"></div>
319319 <div class="charDisplay" id="charDisplay" style="display: inline-block" onClick="top.ICEcoder.showDisplay('byte')"></div>
320320</div>
You can’t perform that action at this time.
0 commit comments