WoWInterface SVN InFlight

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches
    from Rev 137 to Rev 138
    Reverse comparison

Rev 137 → Rev 138

Classic/InFlight_Load/InFlight_Load.lua
9,7 → 9,7
LoadAddOn("InFlight")
end
 
return (InFlight.ShowOptions and true) or nil
return GetAddOnEnableState(UnitName("player"), "InFlight") == 2 and InFlight.ShowOptions and true or nil
end
 
-----------------------------------------
Classic/InFlight/InFlight.lua
169,7 → 169,9
InFlightDB.global = nil
InFlightDB.version = "classic"
if client ~= "classic" then
return DisableAddOn("InFlight")
Print(L["AddonDisabled"])
DisableAddOn("InFlight")
return
end
end
 
Classic/InFlight/locales/enUS.lua
1,6 → 1,7
local L = LibStub("AceLocale-3.0"):NewLocale("InFlight", "enUS", true)
if not L then return end
 
L["AddonDisabled"] = "Wrong client version detected: disabling addon"
L["BackgroundColor"] = "Background Color"
L["BarColor"] = "Bar Color"
L["BarOptions"] = "Bar Options"
Classic/InFlight/locales/esMX.lua
1,6 → 1,7
local L = LibStub("AceLocale-3.0"):NewLocale("InFlight", "esMX")
if not L then return end
 
L["AddonDisabled"] = "Se detectó una versión incorrecta del cliente: deshabilitar el complemento"
L["BackgroundColor"] = "Color de Fondo"
L["BarColor"] = "Color de la Barra"
L["BarOptions"] = "Opciones de barra"
Classic/InFlight/locales/zhTW.lua
1,6 → 1,7
local L = LibStub("AceLocale-3.0"):NewLocale("InFlight", "zhTW")
if not L then return end
 
L["AddonDisabled"] = "檢測到錯誤的客戶端版本:禁用插件"
L["BackgroundColor"] = "背景顏色"
L["BarColor"] = "時間條顏色"
L["BarOptions"] = "外觀"
Classic/InFlight/locales/ruRU.lua
1,6 → 1,7
local L = LibStub("AceLocale-3.0"):NewLocale("InFlight", "ruRU")
if not L then return end
 
L["AddonDisabled"] = "Обнаружена неверная версия клиента: отключение аддона"
L["BackgroundColor"] = "Цвет фона"
L["BarColor"] = "Цвет заполнения"
L["BarOptions"] = "Опции полосы"
Classic/InFlight/locales/esES.lua
1,6 → 1,7
local L = LibStub("AceLocale-3.0"):NewLocale("InFlight", "esES")
if not L then return end
 
L["AddonDisabled"] = "Se detectó una versión incorrecta del cliente: deshabilitar el complemento"
L["BackgroundColor"] = "Color de Fondo"
L["BarColor"] = "Color de la Barra"
L["BarOptions"] = "Opciones de la Barra"
Classic/InFlight/locales/frFR.lua
1,6 → 1,7
local L = LibStub("AceLocale-3.0"):NewLocale("InFlight", "frFR")
if not L then return end
 
L["AddonDisabled"] = "Mauvaise version du client détectée: désactivation de l'addon"
L["BackgroundColor"] = "Couleur de Fond"
L["BarColor"] = "Couleur de Remplissage"
L["BarOptions"] = "Status Options"
Classic/InFlight/locales/deDE.lua
1,6 → 1,7
local L = LibStub("AceLocale-3.0"):NewLocale("InFlight", "deDE")
if not L then return end
 
L["AddonDisabled"] = "Falsche Client-Version erkannt: Addon deaktivieren"
L["BackgroundColor"] = "Hintergrundfarbe"
L["BarColor"] = "Farbe der Leiste"
L["BarOptions"] = "Leisteneinstellungen"
Classic/InFlight/locales/zhCN.lua
1,6 → 1,7
local L = LibStub("AceLocale-3.0"):NewLocale("InFlight", "zhCN")
if not L then return end
 
L["AddonDisabled"] = "检测到错误的客户端版本:禁用插件"
L["BackgroundColor"] = "背景颜色"
L["BarColor"] = "酒吧颜色"
L["BarOptions"] = "状态栏选项"
Classic/InFlight/locales/koKR.lua
1,6 → 1,7
local L = LibStub("AceLocale-3.0"):NewLocale("InFlight", "koKR")
if not L then return end
 
L["AddonDisabled"] = "클라이언트 버전이 잘못 감지되었습니다 : 애드온 비활성화"
L["BackgroundColor"] = "배경 색상"
L["BarColor"] = "바 색상"
L["BarOptions"] = "바 설정"
Classic/InFlight/locales/ptBR.lua
1,6 → 1,7
local L = LibStub("AceLocale-3.0"):NewLocale("InFlight", "ptBR")
if not L then return end
 
L["AddonDisabled"] = "Versão incorreta do cliente detectada: desativando o complemento"
L["BackgroundColor"] = "Cor de Fundo"
L["BarColor"] = "Cor da Barra"
L["BarOptions"] = "Opções de Bar"
Classic/InFlight/locales/itIT.lua
1,6 → 1,7
local L = LibStub("AceLocale-3.0"):NewLocale("InFlight", "itIT")
if not L then return end
 
L["AddonDisabled"] = "Rilevata versione client errata: disabilitazione del componente aggiuntivo"
L["BackgroundColor"] = "Colore di Sfondo"
L["BarColor"] = "Colore della Barra"
L["BarOptions"] = "Opzioni della Barra"