-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
72 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
if( GetLocale() ~= "frFR" ) then return end | ||
|
||
local TranqRotate = select(2, ...) | ||
|
||
local L = { | ||
|
||
["LOADED_MESSAGE"] = "TranqRotate chargé, utilisez /tranq pour les options", | ||
|
||
-- Settings | ||
["SETTING_GENERAL"] = "Général", | ||
["SETTING_GENERAL_REPORT"] = "Merci de signaler tout bug rencontré sur", | ||
["SETTING_GENERAL_DESC"] = "Cette première version permet uniquement des annonces automatique pour le tir tranquillisant\n".. | ||
"D'autres fonctionnalités sont prévues, permettant entre autre un affichage temps réel de la rotation et des cooldowns", | ||
|
||
--- Announces | ||
["SETTING_ANNOUNCES"] = "Annonces", | ||
["ENABLE_ANNOUNCES"] = "Activer les annonces", | ||
["ENABLE_ANNOUNCES_DESC"] = "Activer / désactiver les annonces", | ||
|
||
---- Channels | ||
["ANNOUNCES_CHANNEL_HEADER"] = "Canal", | ||
["MESSAGE_CHANNEL_TYPE"] = "Envoyer les annonces sur", | ||
["MESSAGE_CHANNEL_TYPE_DESC"] = "Canal à utiliser pour les annonces", | ||
["MESSAGE_CHANNEL_NAME"] = "Nom du canal ou du joueur", | ||
["MESSAGE_CHANNEL_NAME_DESC"] = "Nom du canal ou du à utiliser", | ||
|
||
----- Channels types | ||
["CHANNEL_WHISPER"] = "Chuchoter ", | ||
["CHANNEL_CHANNEL"] = "Canal", | ||
["CHANNEL_RAID_WARNING"] = "Avertissement raid", | ||
["CHANNEL_SAY"] = "Dire", | ||
["CHANNEL_YELL"] = "Crier", | ||
["CHANNEL_PARTY"] = "Groupe", | ||
["CHANNEL_RAID"] = "Raid", | ||
|
||
---- Messages | ||
["ANNOUNCES_MESSAGE_HEADER"] = "Messages", | ||
["SUCCESS_MESSAGE_LABEL"] = "Message de réussite", | ||
["FAIL_MESSAGE_LABEL"] = "Message d'échec", | ||
|
||
['DEFAULT_SUCCESS_ANNOUNCE_MESSAGE'] = "Tir tranquillisant fait sur %s", | ||
['DEFAULT_FAIL_ANNOUNCE_MESSAGE'] = "!!! TIR TRANQUILLISANT RATE SUR %s !!!", | ||
|
||
--- Profiles | ||
["SETTING_PROFILES"] = "Profils" | ||
} | ||
|
||
TranqRotate.L = L |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters