Ignore:
Timestamp:
Jan 9, 2014, 2:44:51 PM (11 years ago)
Author:
maron
Message:
  • Modify: Progress.php like all list task
  • Modify: Search in form for same text
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/LoadNames.php

    r739 r743  
    5858
    5959
    60   //todo:haveto load
    6160  $Text = '';
    6261        function LoadNames() {
     
    7877                                        } else {
    7978                                        if(($GroupId == 13)) {
    80                                                 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 'TextCharacterClass' => 'Name','TextCharacterRace' => 'Name1',),false);
     79                                                $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 'TextItemSublass' => 'Name', 'TextCharacterRace' => 'Name1',),false);
    8180            } else {
    82                                                 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text'));
     81                                                $names = GetTranslatNames($Text, 0, GetTranslatNamesArray());
    8382                                        }
    8483                                        }
Note: See TracChangeset for help on using the changeset viewer.