vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --BuffAhoy localization file
2  
3 BA_GREATER_BLESSING_TEXT = "Greater Blessing"
4  
5 --Faction Names
6 BUFFAHOY_HORDE = "Horde";
7 BUFFAHOY_ALLIANCE = "Alliance";
8  
9 --Class Names
10 BUFFAHOY_DRUID = "Druid";
11 BUFFAHOY_HUNTER = "Hunter";
12 BUFFAHOY_MAGE = "Mage";
13 BUFFAHOY_PRIEST = "Priest";
14 BUFFAHOY_ROGUE = "Rogue";
15 BUFFAHOY_WARLOCK = "Warlock";
16 BUFFAHOY_WARRIOR = "Warrior";
17 BUFFAHOY_SHAMAN = "Shaman";
18 BUFFAHOY_PALADIN = "Paladin";
19  
20 --GUI text
21 BUFFAHOY_HELP = "Drag Buff spells from your spellbook \ninto the boxes. Then press the appropriate \nkeybind. Bind keys to each \nfunction in the Key Bindings Pane.";
22 BUFFAHOY_VERBOSE_TIP = "Check for Verbose casting"
23 BUFFAHOY_OPTIONS_TIP = "Check to toggle the appropriate option"
24 BUFFAHOYBC34_HELP = "Buff Sequences 2 and 3 will cast the same spell on all 5 party members."
25 BUFFAHOYRC23_HELP = "Class Sequences 2 and 3 will cast the same spell on all raid/party members."
26  
27 --Slash command text
28 BUFFAHOY_VERBOSESLASH1 = "BuffAhoy Components set to Verbose Mode ('/ba toggle' will toggle all)"
29 BUFFAHOY_VERBOSESLASH2 = "Type '/ba help' for instructions."
30 BUFFAHOY_VERBOSESLASH3 = "BuffAhoy Components set to Silent Mode ('/ba toggle' will toggle)"
31 BUFFAHOY_SLASHHELP1 = "BuffAhoy Help:"
32 BUFFAHOY_SLASHHELP2 = "To bring up the Config Panel, type '/ba config'"
33 BUFFAHOY_SLASHHELP3 = "Drag spells into the appropriate slots, and bind keys to the functions you want to use in the Key Bindings interface (accessible by pressing Escape to bring up the game menu)"
34 BUFFAHOY_ANNOUNCE_ON = "BuffAhoy buff announcements on, type /ba announce to toggle"
35 BUFFAHOY_ANNOUNCE_OFF = "BuffAhoy buff announcements off, type /ba announce to toggle"
36  
37 --OnLoad text
38 BUFFAHOY_ONLOAD_TEXT ="Theck's BuffAhoy loaded"
39  
40 --Error message texts
41 BUFFAHOY_SPELL_INTERRUPTED ="Spell Interrupted!!"
42 BUFFAHOY_SPELL_FAILED ="Spell Failed!!"
43 BUFFAHOY_SPELL_DELAYED ="Getting hit, spell delayed!!"
44  
45  
46 BUFFAHOY_PB_TEXT = "Buffing Interface"
47 BUFFAHOY_PB_TOOLTIP = "Configure party buffing sequences"
48  
49 BUFFAHOY_UF_TEXT = "Utility Functions"
50 BUFFAHOY_UF_TOOLTIP = "Configure the utility functions (Healing, Cleansing, etc)"
51  
52 BUFFAHOY_MC_TEXT = "Multi/Shoutcast"
53 BUFFAHOY_MC_TOOLTIP = "Configure Multicast sequences and Shoutcast slots"
54  
55 BUFFAHOY_GO_TEXT = "BuffAhoy Options"
56 BUFFAHOY_GO_TOOLTIP = "Configure global options"
57  
58 BUFFAHOY_CLASSBASE_TEXT = "Class-based"
59 BUFFAHOY_CLASSBASE_TOOLTIP = "Party/Raid members will be buffed based on their class"
60  
61 BUFFAHOY_INDIV_TEXT = "Individualized"
62 BUFFAHOY_INDIV_TOOLTIP = "Party members can be buffed on an individual basis. Does not work in Raids."
63  
64 BUFFAHOY_GROUP_TEXT = "Group-based"
65 BUFFAHOY_GROUP_TOOLTIP = "Choose which groups to include or exclude from Class-based buffing routine."
66 BUFFAHOY_GROUP_HELP = "Check the boxes for the groups you wish to be included in the Class-Based buffing routines. These class selections will apply for all 3 Class-Based buff sequences."
67  
68 BUFFAHOY_VERBOSE_RAID_TEXT = "Raid"
69 BUFFAHOY_VERBOSE_RAID_TT = "Verbose functions will send messages to the raid group"
70  
71 BUFFAHOY_VERBOSE_PARTY_TEXT = "Party"
72 BUFFAHOY_VERBOSE_PARTY_TT = "Verbose functions will send messages to the party"
73  
74 BUFFAHOY_VERBOSE_SAY_TEXT = "Say"
75 BUFFAHOY_VERBOSE_SAY_TT = "Verbose functions will send messages aloud"
76  
77  
78 BUFFAHOY_ALTSELF_TOOLTIP = "Holding Alt will cause the PPT system to target you instead of the Passive Party Target"
79 BUFFAHOY_SHIFTSELF_TOOLTIP = "Holding shift will cause the PPT system to target you instead of the Passive Party Target"
80  
81 BUFFAHOY_ERR_NOPET1 = "You have no targettable pet."
82 BUFFAHOY_ERR_NOPET2 = " has no targettable pet."
83 BUFFAHOY_ERR_NOPARTYMBR = "No party member"
84 BUFFAHOY_ERR_NORAIDMBR = "No Raid Member "
85  
86 BUFFAHOY_ERR_WAIT = "Patience, young padawan"
87 BUFFAHOY_ERR_MANA = "Not enough Mana"
88 BUFFAHOY_ERR_RANGE = "Out of Range"
89  
90 BUFFAHOY_MSG_FINISH = "Buff Sequence Finished"
91  
92 BUFFAHOY_ERR_MANA_HEAL = "Not enough mana to heal"
93 BUFFAHOY_ERR_MANA_PROT = "Not enough mana to Protect"
94 BUFFAHOY_ERR_PROT = "Cannot Protect a non-party or non-raid member"
95  
96 --Text in casting functions
97 BUFFAHOY_PPT_NOT_VALID ="The current Passive Party Target is invalid"
98 BUFFAHOY_GATHER_START ="BuffAhoy sequence started, gather round "
99 BUFFAHOY_GATHER_END =" for buffs."
100 BUFFAHOY_BUFFING_ONE ="Buffing "
101 BUFFAHOY_BUFFING_TWO =" with "
102  
103 BUFFAHOY_NO_MANA_TO_HEAL ="Not enough mana to heal"
104 BUFFAHOY_NO_MANA_TO_CLEANSE ="Not enough mana to cleanse"
105 BUFFAHOY_NO_MANA_TO_PROT ="Not enough mana to protect"
106 BUFFAHOY_PROT_ERROR ="Cannot Protect a non-party or non-raid member"
107  
108 BUFFAHOY_HEALZOR_TEXT ="Healing"
109 BUFFAHOY_CLEANZOR_TEXT ="Cleansing"
110 BUFFAHOY_SHOUTCAST_TEXT ="Casting "
111 BUFFAHOY_SHOUTCAST_TEXT2 =" on"
112  
113 BUFFAHOY_PANIC_TEXT ="Casting Divine Intervention on "
114 BUFFAHOY_PANIC_FAILED ="Panic button failed to find a valid target!!"
115  
116 if ( GetLocale() == "frFR" ) then
117 -- Traductions par Duanra and vjeux
118  
119  
120 BUFFAHOY_HORDE = "Horde";
121 BUFFAHOY_ALLIANCE = "Alliance";
122  
123 BUFFAHOY_DRUID = "Druide";
124 BUFFAHOY_HUNTER = "Chasseur";
125 BUFFAHOY_MAGE = "Mage";
126 BUFFAHOY_PRIEST = "Pr\195\170tre";
127 BUFFAHOY_ROGUE = "Voleur";
128 BUFFAHOY_WARLOCK = "D\195\169moniste";
129 BUFFAHOY_WARRIOR = "Guerrier";
130 BUFFAHOY_SHAMAN = "Chaman";
131 BUFFAHOY_PALADIN = "Paladin";
132  
133 --GUI text
134 BUFFAHOY_HELP = "S\195\169lectionnez une b\195\169n\195\169diction et placez-la \ndans les cases. Puis appuy\195\169 sur le\nraccourci. Assignez une touche a chaque \nfonction dans le panneau des raccourcis.";
135 BUFFAHOY_VERBOSE_TIP = "S\195\169lectionnez pour annoncer les b\195\169n\195\169dictions"
136 BUFFAHOY_OPTIONS_TIP = "S\195\169lectionnez pour changer l'option"
137 BUFFAHOYBC34_HELP = "Les s\195\169quences 2 et 3 lancerons les m\195\170mes sur tout les 5 membres du groupe."
138 BUFFAHOYRC23_HELP = "Les s\195\169quences 2 et 3 lancerons les m\195\170mes sur tout les membres du raid/groupe."
139  
140 --Slash command text
141 BUFFAHOY_VERBOSESLASH1 = "BuffAhoy est en mode Annonce ('/ba toggle' permet de changer cet option)"
142 BUFFAHOY_VERBOSESLASH2 = "Tapez '/ba help' pour lire les instructions."
143 BUFFAHOY_VERBOSESLASH3 = "BuffAhoy est en mode Silence ('/ba toggle' permet de changer cet option)"
144 BUFFAHOY_SLASHHELP1 = "BuffAhoy Aide:"
145 BUFFAHOY_SLASHHELP2 = "Pour afficher le panneau de configuration, tapez '/ba config'"
146 BUFFAHOY_SLASHHELP3 = "S\195\169lectionnez les sorts et placez-les, puis assignez les touches aux fonctions que vous voulez utilisez grāce aux raccourcis dans le menu de configuration puis Raccourcis de World of Warcraft"
147 BUFFAHOY_ANNOUNCE_ON = "BuffAhoy Annonce des b\195\169n\195\169dictions activ\195\169, taper /ba announce pour changer"
148 BUFFAHOY_ANNOUNCE_OFF = "BuffAhoy Annonce des b\195\169n\195\169dictions d\195\169sactiv\195\169, taper /ba announce pour changer"
149  
150 --Error message texts
151 BUFFAHOY_PB_TEXT = "Interface de b\195\169n\195\169dictions"
152 BUFFAHOY_PB_TOOLTIP = "Configurez les s\195\169quences de b\195\169n\195\169dictions de groupe"
153  
154 BUFFAHOY_UF_TEXT = "Fonctions utiles"
155 BUFFAHOY_UF_TOOLTIP = "Configurez les fonctions utiles (Soins,Maladie,Magie, etc)"
156  
157 BUFFAHOY_MC_TEXT = "Multiple/Annonces"
158 BUFFAHOY_MC_TOOLTIP = "Configurez les s\195\169quences de lancement et les annonces"
159  
160 BUFFAHOY_GO_TEXT = "BuffAhoy Options"
161 BUFFAHOY_GO_TOOLTIP = "Configurez les options globales"
162  
163 BUFFAHOY_CLASSBASE_TEXT = "Bas\195\169 sur les classes"
164 BUFFAHOY_CLASSBASE_TOOLTIP = "Les membre du Groupe/Raid seront b\195\169nits selon leur classe"
165  
166 BUFFAHOY_INDIV_TEXT = "Individuel"
167 BUFFAHOY_INDIV_TOOLTIP = "Les membres du groupe seront b\195\169nit individuellement. Ne fonctionne pas en raid."
168  
169 BUFFAHOY_GROUP_TEXT = "Selon les groupes"
170 BUFFAHOY_GROUP_TOOLTIP = "Choisissez quels groupes a inclure ou exclure selon les groupes de la s\195\169quence de b\195\169n\195\169dictions."
171 BUFFAHOY_GROUP_HELP = "S\195\169lectionnez pour inclure les groupes dans la s\195\169quence de b\195\169n\195\169dictions. La s\195\169lection des classe sera appliqu\195\169e pour les 3 s\195\169quences de b\195\169n\195\169dictions selon les groupes"
172  
173 BUFFAHOY_VERBOSE_RAID_TEXT = "Raid"
174 BUFFAHOY_VERBOSE_RAID_TT = "La fonction annonce enverra un message au groupe de RAID"
175  
176 BUFFAHOY_VERBOSE_PARTY_TEXT = "Groupe"
177 BUFFAHOY_VERBOSE_PARTY_TT = "La fonction annonce enverra un message au groupe"
178  
179 BUFFAHOY_VERBOSE_SAY_TEXT = "Dire"
180 BUFFAHOY_VERBOSE_SAY_TT = "La fonction annonce enverra un message public"
181  
182  
183 BUFFAHOY_ALTSELF_TOOLTIP = "Tenir appuy\195\169 la touche Alt aura pour effet d'activer le systeme PPT a la cible si vous avez choisi une cible du groupe inactive"
184 BUFFAHOY_SHIFTSELF_TOOLTIP = "Tenir appuy\195\169 Maj aura pour effet d'activer le systeme PPT a la cible si vous avez choisi une cible du groupe inactive"
185  
186 BUFFAHOY_ERR_NOPET1 = "Vous n'avez pas d'animal de compagnie s\195\169lectionnable."
187 BUFFAHOY_ERR_NOPET2 = " n'a pas d'animal de compagnie s\195\169lectionnable."
188 BUFFAHOY_ERR_NOPARTYMBR = "Aucun membre de groupe"
189 BUFFAHOY_ERR_NORAIDMBR = "Aucun membre de RAID"
190  
191 BUFFAHOY_ERR_WAIT = "Patience, une autre action est en cours"
192 BUFFAHOY_ERR_MANA = "Vous n'avez plus de mana"
193 BUFFAHOY_ERR_RANGE = "En dehors de la zone"
194  
195 BUFFAHOY_MSG_FINISH = "S\195\169quence de b\195\169n\195\169dictions termin\195\169e !"
196  
197 BUFFAHOY_ERR_MANA_HEAL = "Vous n'avez plus de mana pour soigner"
198 BUFFAHOY_ERR_MANA_PROT = "Vous n'avez plus de mana pour prot\195\169ger"
199 BUFFAHOY_ERR_PROT = "Vous ne pouvez pas prot\195\169ger un membre qui ne fait pas partie du groupe/RAID"
200 BUFFAHOY_MSG_BANDAGE = "Bandage"
201  
202  
203 elseif ( GetLocale() == "deDE" ) then
204  
205 BA_GREATER_BLESSING_TEXT ="Gro\195\159er Segen"
206 -- Translation by DoctorVanGogh
207 BUFFAHOY_HORDE = "Horde";
208 BUFFAHOY_ALLIANCE = "Allianz";
209  
210 BUFFAHOY_DRUID = "Druide";
211 BUFFAHOY_HUNTER = "J\195\164ger";
212 BUFFAHOY_MAGE = "Magier";
213 BUFFAHOY_PRIEST = "Priester";
214 BUFFAHOY_ROGUE = "Schurke";
215 BUFFAHOY_WARLOCK = "Hexenmeister";
216 BUFFAHOY_WARRIOR = "Krieger";
217 BUFFAHOY_SHAMAN = "Schamane";
218 BUFFAHOY_PALADIN = "Paladin";
219  
220 -- Translation by ne0
221 BUFFAHOY_HELP = "Ziehe Buffspells aus deinem Zauberbuch \nin die Boxen. Dann dr\195\188cke die dazugeh\195\182rige \nTaste. Binde Tasten zu jeder \nFunktion in der Tastenkombinationseinstellung.";
222 BUFFAHOY_VERBOSE_TIP = "Anhaken f\195\188r Ausgesprochene Buffs"
223 BUFFAHOY_OPTIONS_TIP = "Anhaken um die jeweilige Option umzuschalten"
224 BUFFAHOYBC34_HELP= "Buff Sequenz 2 und 3 werden den selben Spell auf alle 5 Gruppenmitglieder zaubern"
225 BUFFAHOYRC23_HELP= "Klassen Sequenz 2 und 3 werden den selben Spell auf alle Raid/Gruppenmitglieder zaubern"
226  
227 --Slash command text
228 BUFFAHOY_VERBOSESLASH1="BuffAhoy Komponenten sind im Ausgabemodus ('/ba toggle' wird alle \195\164ndern)"
229 BUFFAHOY_VERBOSESLASH2="Schreibe '/ba help' f\195\188r Instruktionen."
230 -- BUFFAHOY_VERBOSESLASH3="BuffAhoy Komponenten sind im Ausgabemodus ('/ba toggle' \195\164ndert dies)"
231 BUFFAHOY_SLASHHELP1="BuffAhoy Hilfe:"
232 BUFFAHOY_SLASHHELP2="F\195\188r das Konfigurationsfenster schreibe '/ba config'"
233 BUFFAHOY_SLASHHELP3="Ziehe Zauberspr\195\188che in die dazugeh\195\182rigen Felder, und Belege Tasten f\195\188r die jeweilige Funktion im Tastenbelegungsmenu (Zugriff \195\188ber ESC um das Spielmenu zu zeigen)"
234  
235 --Error message texts
236 BUFFAHOY_PETTARGETMINE="Du hast kein Ausw\195\164hlbares Tier."
237  
238  
239 BUFFAHOY_PB_TEXT = "Buff-Interface"
240 BUFFAHOY_PB_TOOLTIP = "Konfiguration Gruppenbuff-Sequenzen"
241  
242 BUFFAHOY_UF_TEXT = "Utility Funktionen"
243 BUFFAHOY_UF_TOOLTIP = "Konfiguration der Utility Funktionen (Heilen, Reinigung, etc)"
244  
245 BUFFAHOY_MC_TEXT = "Multi/Shoutcast"
246 BUFFAHOY_MC_TOOLTIP = "Konfiguration Multicast-Sequenzen und Shoutcast-Slots"
247  
248 BUFFAHOY_GO_TEXT = "BuffAhoy Optionen"
249 BUFFAHOY_GO_TOOLTIP = "Konfiguration globale Optionen"
250  
251 BUFFAHOY_CLASSBASE_TEXT = "Klassenbasiert"
252 BUFFAHOY_CLASSBASE_TOOLTIP = "Gruppen/Raid-Mitglieder werden klassenbasiert gebufft."
253  
254 BUFFAHOY_INDIV_TEXT = "Individuell"
255 BUFFAHOY_INDIV_TOOLTIP = "Gruppenmitglieder werden individuell gebufft. Funktioniert nicht in Raidgruppen."
256  
257 BUFFAHOY_VERBOSE_RAID_TEXT = "Raid"
258 BUFFAHOY_VERBOSE_RAID_TT = "Ansage-Funktion sendet die Nachrichten an die Raidgruppe"
259  
260 BUFFAHOY_VERBOSE_PARTY_TEXT = "Gruppe"
261 BUFFAHOY_VERBOSE_PARTY_TT = "Ansage-Funktion sendet die Nachrichten an die Gruppe"
262  
263 BUFFAHOY_VERBOSE_SAY_TEXT = "Say"
264 BUFFAHOY_VERBOSE_SAY_TT = "Ansage-Funktion sendet die Nachrichten +laut+' (say)"
265  
266 BUFFAHOY_ALTSELF_TOOLTIP = "Durch halten der Alt-Taste selektiert das PPT System Dich, anstatt das 'Passive Party Target'"
267 BUFFAHOY_SHIFTSELF_TOOLTIP = "Durch halten der Shift-Taste selektiert das PPT System Dich, anstatt das 'Passive Party Target'"
268  
269 BUFFAHOY_ERR_NOPET1 = "Kein anw\195\164hlbares Pet vorhanden."
270 BUFFAHOY_ERR_NOPET2 = " hat kein anw\195\164hlbares Pet."
271 BUFFAHOY_ERR_NOPARTYMBR = "Kein Gruppenmitglied"
272 BUFFAHOY_ERR_NORAIDMBR = "Kein Raid-Mitglied "
273  
274 BUFFAHOY_ERR_WAIT = "Bitte etwas mehr Geduld"
275 BUFFAHOY_ERR_MANA = "Nicht genug Mana"
276 BUFFAHOY_ERR_RANGE = "Au\195\159er Reichweite"
277  
278 BUFFAHOY_MSG_FINISH = "Buffsequenz beendet"
279  
280 BUFFAHOY_ERR_MANA_HEAL = "Nicht genug Mana zum heilen"
281 BUFFAHOY_ERR_MANA_PROT = "Nicht genug Mana zum protecten"
282 BUFFAHOY_ERR_PROT = "Protect geht nur f\195\188r Gruppen- und Raid-Mitglieder"
283  
284 BUFFAHOY_MSG_BANDAGE = "Bandagiere"
285  
286  
287 end