﻿--[[
	Dominos CastBar Localization file
--]]

local locale = GetLocale()

if locale == 'frFR' then
	Dominos_SHOW_TIME = 'Montrer le temps'
elseif locale == 'zhCN' then
	Dominos_SHOW_TIME = '显示时间'
elseif locale == 'esES' then
	Dominos_SHOW_TIME = 'Mostrar tiempo'
elseif locale == 'ruRU' then
	Dominos_SHOW_TIME = 'Показать время'
else
	Dominos_SHOW_TIME = 'Show Time'
end