mirror of
https://github.com/araxiaonline/GMGenie.git
synced 2026-06-13 02:32:22 -04:00
14 lines
659 B
Lua
14 lines
659 B
Lua
--------------------------------------------------
|
|
-- localization.fr.lua (French)
|
|
-- $LastChangedBy: Gryphon $
|
|
-- $Date: 2007-02-02 16:41:28 -0600 (Fri, 02 Feb 2007) $
|
|
-- Translation: Vjeux, Sasmira
|
|
|
|
if (GetLocale() == "frFR") then
|
|
|
|
-- Chat Configuration
|
|
SCHEDULE_COMM = { "/in", "/pause", "/delay" };
|
|
SCHEDULE_DESC = "/in <secondes> <commande> [<args> ...] |cFFCC9966[Note: /in NE PEUT PAS lancer de sorts pour emp\195\170cher la cr\195\169ation de bots]|r";
|
|
SCHEDULE_USAGE1 = "Utilisation : /in <secondes> <commande> [<args> ...]";
|
|
SCHEDULE_USAGE2 = "Lance la <commande> avec les arguments <args> apr\195\168s <secondes> secondes.";
|
|
end |