Changeset 847 for trunk/Modules/Translation/Comparison.php
- Timestamp:
- Jan 15, 2016, 10:41:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Comparison.php
r816 r847 86 86 $Output .= '<td><a href="form.php?group='.$GroupId.'&ID='.$LineItem['Take'].'">'.$LineItem['Take'].'</a></td>'; 87 87 $Output .= '</tr>'. 88 '<tr><th> Jazyk</th>';88 '<tr><th>'.T('Language').'</th>'; 89 89 foreach($Line as $Index => $LineItem) 90 $Output .= '<td>'. $LineItem['LanguageName'].'</td>';90 $Output .= '<td>'.T($LineItem['LanguageName']).'</td>'; 91 91 $Output .= '</tr>'. 92 '<tr><th> Verze</th>';92 '<tr><th>'.T('Version').'</th>'; 93 93 foreach($Line as $Index => $LineItem) 94 94 $Output .= '<td>'.GetVersionWOW($LineItem['VersionStart']).' - '.GetVersionWOW($LineItem['VersionEnd']).'</td>';
Note:
See TracChangeset
for help on using the changeset viewer.