--[[
	Localization.lua
		Translations for Dominos XP 
--]]

-- French version (by Kubik) 2008-10-19
-- à = \195\160
-- â = \195\162
-- ç = \195\167
-- è = \195\168
-- é = \195\169
-- ê = \195\170
-- î = \195\174
-- ï = \195\175
-- ô = \195\180
-- û = \195\187

local L = LibStub('AceLocale-3.0'):NewLocale('Dominos-XP', 'frFR')
if not L then return end

L.Texture = 'Texture'
L.Width = 'Largeur'
L.Height = 'Hauteur'
L.AlwaysShowText = 'Toujours afficher le texte'
L.AlwaysShowXP = 'Toujours afficher l\'XP'