Changeset 137
- Timestamp:
- Mar 1, 2009, 8:39:42 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/CzWoW/Localization.lua
r117 r137 1 1 local i=CzWoW_interface; 2 2 local n=CzWoW_interface_entoname; 3 4 --Set global var with CZ texts 5 for index, value in pairs(i) do 6 setglobal(index,i[index]); 7 end 8 3 9 --GameMenuFrame begin 4 10 CzWoW_MAIN_MENU:SetText(i["MAIN_MENU"]); … … 16 22 CzWoW_VIDEOOPTIONS_MENU:SetText(i["VIDEOOPTIONS_MENU"]); 17 23 OptionsFrameResolutionDropDownLabel:SetText(i["RESOLUTION"]); 24 OptionsFrameRefreshDropDownLabel:SetText(i["REFRESH_RATE"]); 25 OptionsFrameMultiSampleDropDownLabel:SetText(i["MULTISAMPLE"]); 26 OptionsFrameCancel:SetText(i["CANCEL"]); 27 OptionsFrameOkay:SetText(i["OKAY"]); 28 OptionsFrameDefaults:SetText(i["DEFAULTS"]); 29 18 30 --OptionsFrame end 19 31 -
trunk/export/index.php
r133 r137 338 338 339 339 340 echo(' <div onclick="CheckAll()">'.CheckBox('CheckAll', False, 'CheckAll').' Zatrhnout vše</div>');340 echo(' <input type="submit" value="Pokračovat" /> <span onclick="CheckAll()">'.CheckBox('CheckAll', False, 'CheckAll').' Zatrhnout vše</span> '); 341 341 342 342 echo('<table><tr><td>'. -
trunk/img_level.php
r131 r137 86 86 } 87 87 } else { 88 if (($Line[$TextItem['Column']] == $LineComparison[$TextItem['Column']]) and ($Line['Take'] == $LineComparison['ID']) and ($LineComparison[$TextItem['Column']] <> '') )88 if (($Line[$TextItem['Column']] == $LineComparison[$TextItem['Column']]) and ($Line['Take'] == $LineComparison['ID']) and ($LineComparison[$TextItem['Column']] <> '') and ($TextItem['Column'] <> 'ShortCut')) 89 89 $translated = false; 90 90 }
Note:
See TracChangeset
for help on using the changeset viewer.