vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2  
3 -- Nightfall localization
4 --------------------------------------------------------------------------------
5  
6 -- To localize this addon:
7 -- 1: copy all the data to the language you're localizing to,
8 -- 2: make sure the strings keep their order,
9 -- 3: write a short comment somewhere in this file; let me know
10 -- under what name you want to be credited, and anything else
11 -- you'd like to add,
12 -- 4: save and send this whole file to: silentaddons@gmail.com
13 -- 5: Thank you :)
14  
15  
16 TNE_NightfallSettings_Labels = {
17 [1] = "Nightfall",
18 [2] = "Version",
19 }
20  
21 TNE_NightfallSettings_ButtonStrings = {
22 [1] = "Defaults",
23 [2] = "Cancel",
24 [3] = "Okey",
25 }
26  
27 TNE_NightfallSettings_CheckButtonStrings = {
28 [1] = "Enable Shadow Trance effect",
29 [2] = "Use large effect",
30 [3] = "Enable sound effect",
31 [4] = "Enable Soul Shard creation effect",
32 }
33  
34 TNE_NightfallSettings_CheckButtonTooltipStrings = {
35 [1] = "Check to enable Shadow Trance effect.",
36 [2] = "Check to use a larger effect for Shadow Trance.",
37 [3] = "Check to play a sound effect when you gain Shadow Trance.",
38 [4] = "Check to show an effect each time you create a shard.",
39 }
40  
41 TNE_Nightfall_String_SoulShard = "Soul Shard"
42 TNE_Nightfall_String_ShadowTrance = "Shadow Trance"
43 TNE_Nightfall_String_YouCreate = "You create"
44  
45  
46 if (GetLocale() == "deDE") then
47  
48 -- German localization (originally by Citanul of Krag'jin)
49 -- Thanks to Gafarion (Alleria, EU) for adjustments
50  
51 TNE_NightfallSettings_Labels = {
52 [1] = "Nightfall",
53 [2] = "Version",
54 }
55  
56 TNE_NightfallSettings_ButtonStrings = {
57 [1] = "Standard",
58 [2] = "Abbrechen",
59 [3] = "OK",
60 }
61  
62 TNE_NightfallSettings_CheckButtonStrings = {
63 [1] = "Effekt fuer Schattentrance aktivieren",
64 [2] = "Grossen Effekt verwenden",
65 [3] = "Soundeffekt aktivieren",
66 [4] = "Herstellungseffekt fuer Seelensplitter aktivieren",
67 }
68  
69 TNE_NightfallSettings_CheckButtonTooltipStrings = {
70 [1] = "Klicken um den Effekt fuer Schattentrance einzuschalten.",
71 [2] = "Klicken um einen grossen Effekt fuer Schattentrance zu verwenden.",
72 [3] = "Klicken um einen Soundeffekt abspielen zu lassen, wenn man in Schattentrance versetzt wird.",
73 [4] = "Klicken um jedes Mal, wenn ein Seelensplitter hergestellt wird, einen Effekt anzeigen zu lassen.",
74 }
75  
76 TNE_Nightfall_String_SoulShard = "Seelensplitter"
77 TNE_Nightfall_String_ShadowTrance = "Schattentrance"
78 TNE_Nightfall_String_YouCreate = "Ihr stellt her"
79  
80 end
81  
82 if (GetLocale() == "frFR") then
83  
84 TNE_Nightfall_String_SoulShard = "Fragment d'âme"
85 TNE_Nightfall_String_ShadowTrance = "Transe de l'ombre"
86 TNE_Nightfall_String_YouCreate = "Vous créez"
87  
88 end
89  
90 if (GetLocale() == "koKR") then
91  
92 end