1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Language file cleanup continued.

This commit is contained in:
Cameron
2015-01-31 01:09:25 -08:00
parent cee4ffd235
commit a78f6ae14e
20 changed files with 46 additions and 51 deletions

View File

@@ -1622,7 +1622,7 @@ class pluginLanguage
return $this->step1();
// return $this->step1();
}
@@ -1679,7 +1679,7 @@ class pluginLanguage
similar_text($v['value'], $data['value'], $percentSimilar);
if((($v['value'] == $data['value'] || $percentSimilar > 80) && $data['file'] != $v['file']))
if((($v['value'] == $data['value'] || $percentSimilar > 89) && $data['file'] != $v['file']))
{
if(strpos($v['lan'],'LAN')===false) // Defined constants that don't contain 'LAN'.
{
@@ -1857,7 +1857,7 @@ class pluginLanguage
<th>File</th>
<th>Detected LAN</th>
<th>LAN Value</th>
<th>Found on Line</th>
<th class='right'>Found on Line</th>
<th style='width:10%'>Status</th>
<th>Duplicates / Possible Substitions</th>
</tr>
@@ -1875,7 +1875,7 @@ class pluginLanguage
<td>".$this->shortPath($v['file'],'script')."</td>
<td >".$v['lan']."</td>
<td ><small>".$this->lanDefsRaw[$v['lan']]."</small></td>
<td>".$v['line']."</td>
<td class='right'>".$v['line']."</td>
<td>".$this->renderStatus($status,'script')."</td>
<td>".$this->renderSimilar($v,'script')."</td>
</tr>";