vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | |
2 | if GetLocale() ~= "deDE" then return end |
||
3 | |||
4 | --Warnings |
||
5 | SCTD.LOCALS.Version_Warning = "Falsche Version von SCT geladen. SCTD funktioniert nur mit SCT 4.12"; |
||
6 | SCTD.LOCALS.Load_Error = "|cff00ff00Error Loading SCTD Options. It may be disabled.|r"; |
||
7 | |||
8 | --"Melee" ranged skills |
||
9 | SCTD.LOCALS.AUTO_SHOT = "Autom. Schuss"; |
||
10 | SCTD.LOCALS.SHOOT = "Schie\195\159en"; |
||
11 | SCTD.LOCALS.SHOOT_BOW = "Bogenschuss"; |
||
12 | SCTD.LOCALS.SHOOT_CROSSBOW = "Armbrust abschie\195\159en"; |
||
13 | SCTD.LOCALS.SHOOT_GUN = "Schusswaffe abfeuern"; |
||
14 | |||
15 | -- Cosmos button |
||
16 | SCTD.LOCALS.CB_NAME = "SCT - Damage".." "..SCTD.Version; |
||
17 | SCTD.LOCALS.CB_SHORT_DESC = "von Grayhoof"; |
||
18 | SCTD.LOCALS.CB_LONG_DESC = "F\195\188gt den eigenen Schaden zu SCT hinzu!"; |
||
19 | SCTD.LOCALS.CB_ICON = "Interface\\Icons\\Ability_Warrior_BattleShout" |
||
20 |