ESOUI SVN TaosGroupUltimate

[/] [trunk/] [TaosGroupUltimate/] [i18n/] [en.lua] - Blame information for rev 5

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 Taonnor-14572
-- Taos Group Ultimate english localization file
2 2 Taonnor-14572
 
3 Taonnor-14572
-- Options
4 Taonnor-14572
local strings = {
5 5 Taonnor-14572
    TGU_OPTIONS_HEADER =                 "Options",
6 Taonnor-14572
    TGU_OPTIONS_DRAG_LABEL =             "Drag elements",
7 Taonnor-14572
    TGU_OPTIONS_DRAG_TOOLTIP =           "If activated, you can drag all elements."
8 2 Taonnor-14572
}
9 Taonnor-14572
 
10 5 Taonnor-14572
for stringId, stringValue in pairs(strings) do
11 Taonnor-14572
        ZO_CreateStringId(stringId, stringValue)
12 Taonnor-14572
        SafeAddVersion(stringId, 1)
13 2 Taonnor-14572
end