forked from BlackHobbiT/necrosis-twow
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLocalization.lua
More file actions
33 lines (30 loc) · 1.27 KB
/
Copy pathLocalization.lua
File metadata and controls
33 lines (30 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
------------------------------------------------------------------------------------------------------
-- Necrosis LdC
--
-- Créateur initial (US) : Infernal (http://www.revolvus.com/games/interface/necrosis/)
-- Implémentation de base (FR) : Tilienna Thorondor
-- Reprise du projet : Lomig & Nyx des Larmes de Cenarius, Kael'Thas
--
-- Skins et voix Françaises : Eliah, Ner'zhul
-- Version Allemande par Arne Meier et Halisstra, Lothar
-- Remerciements spéciaux pour Sadyre (JoL)
-- Version 05.09.2006-1
------------------------------------------------------------------------------------------------------
NecrosisData = {}
NecrosisData.Version = GetAddOnMetadata("Necrosis", "version")
NecrosisData.AppName = "Necrosis"
NecrosisData.Label = NecrosisData.AppName .. " " .. NecrosisData.Version
-- Raccourcis claviers
BINDING_HEADER_NECRO_BIND = "Necrosis"
BINDING_NAME_SOULSTONE = "Soulstone"
BINDING_NAME_HEALTHSTONE = "Healthstone"
BINDING_NAME_SPELLSTONE = "Spellstone"
BINDING_NAME_FIRESTONE = "Firestone"
BINDING_NAME_FELSTONE = "Felstone"
BINDING_NAME_WRATHSTONE = "Wrathstone"
BINDING_NAME_VOIDSTONE = "Voidstone"
BINDING_NAME_STEED = "Steed"
BINDING_NAME_WARD = "Shadow Ward"
BINDING_NAME_BANISH = "Ban"
BINDING_NAME_LIFETAP = "Life tap"
BINDING_NAME_REDOCURSE = "Recast the last curse"