Ignore:
Timestamp:
Mar 1, 2009, 8:39:42 PM (16 years ago)
Author:
maron
Message:

Oprava generování lvl u textů rozhraní, tlačítko pokračovat i nahoře u exportu, částečné doprogramování překládání textů rozhraní u addonu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/CzWoW/Localization.lua

    r117 r137  
    11local i=CzWoW_interface;
    22local n=CzWoW_interface_entoname;
     3
     4--Set global var with CZ texts
     5for index, value in pairs(i) do
     6  setglobal(index,i[index]);
     7end
     8
    39--GameMenuFrame begin
    410CzWoW_MAIN_MENU:SetText(i["MAIN_MENU"]);
     
    1622CzWoW_VIDEOOPTIONS_MENU:SetText(i["VIDEOOPTIONS_MENU"]);
    1723OptionsFrameResolutionDropDownLabel:SetText(i["RESOLUTION"]);
     24OptionsFrameRefreshDropDownLabel:SetText(i["REFRESH_RATE"]);
     25OptionsFrameMultiSampleDropDownLabel:SetText(i["MULTISAMPLE"]);
     26OptionsFrameCancel:SetText(i["CANCEL"]);
     27OptionsFrameOkay:SetText(i["OKAY"]);
     28OptionsFrameDefaults:SetText(i["DEFAULTS"]);
     29
    1830--OptionsFrame end
    1931
Note: See TracChangeset for help on using the changeset viewer.