Changeset 137 for trunk/export/CzWoW/Localization.lua
- Timestamp:
- Mar 1, 2009, 8:39:42 PM (16 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.