Changeset 850 for trunk/Modules/Dictionary/Dictionary.php
- Timestamp:
- Jan 17, 2016, 8:15:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Dictionary/Dictionary.php
r846 r850 274 274 $TableColumns = array( 275 275 array('Name' => 'Original', 'Title' => T('English')), 276 array('Name' => 'Translated', 'Title' => $LanguageName),276 array('Name' => 'Translated', 'Title' => T($LanguageName)), 277 277 ); 278 278 if(!is_numeric($_SESSION['language'])) $TableColumns[] = array('Name' => 'LangName', 'Title' => T('Language'));
Note:
See TracChangeset
for help on using the changeset viewer.