Paul M
1.
In template:
Display_Reputation_Given
In line:
Code:
<td class="thead" nowrap="nowrap">Given To</td>
Given To doesn't have translation string
2.
Also language translation string:
$vbphrase[points]
has word:
Points
So we have in CP:
Your Reputation Power is 10 Points
But below default VB's language uses:
32 point(s) total
So maybe it is better to make
$vbphrase[points]
this way:
point(s)
3.
And there is a misprint here:
Code:
- <phrase name="setting_maxrepgv_desc" date="1152000000" username="Paul M" version="2.42">
- <![CDATA[ THe maximum number of Reputation Given Comments to display in the user cp.
]]>
</phrase>
Must be:
The