vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 BWP_NILLOCATION = "No Destinations Possible"
3 BWP_SELECTMSG = "Select Destination"
4 BINDING_NAME_BWP_CLEAR = "Clear Waypoint";
5 BWP_CLEAR_DEST = "Clear Destination"
6 BWP_CLEAR_ARRIVE = "Clear Waypoint on arrival"
7 BWP_NPC_TEXT = "QNPC: "
8 BWP_ARRIVED = "Arrived!"
9 BWP_BUTTON_TOOLTIP = "MetaMapBWP\nLeftClick to show Menu\nRightButton down to drag"
10 BWPGROUPERROR = "You Must Be a Member of a Party Or Raid and in the Same Zone as the Target For Better Waypoints to Utilize this functionality"
11 BWPGROUPERROR1 = "Requested Target Not in Your Current Raid."
12 BWPGROUPERROR2 = "Requested Target Not in Your Current Group."
13 BWP_QUEST_NPCSTRING ="Quest NPCs"
14  
15 BWP_ALWAYS_LOAD = "Always load on startup"
16 BWP_SHOW_MAPPOINTS = "Show Points on Menu"
17 BWP_SHOW_CORPSE = "Show corpse Waypoint"
18 BWP_SHOW_YARDS = "Show Distance in Yards"
19 BWP_SHOW_METRES = "Show Distance in Metres"
20 BWP_CLEARDIST_TEXT = "Distance From Destination for Arrived Message"
21 BWP_SHOW_QNPC = "Show Quest NPCs"
22  
23 BWP_CORPSE_TEXT = "Corpse"
24 BWP_OPTION_TEXT = "Options"
25 BWP_INFO_TEXT1 = "You Must Be in The Same Zone\nto Set "
26 BWP_INFO_TEXT3 = " as Waypoint"
27 BWP_INFO_TEXT2 = "Set "
28  
29 if(GetLocale() == "deDE") then
30  
31 BWP_NILLOCATION = "Keine Ziele verf\195\188gbar"
32 BWP_SELECTMSG = "Ziel ausw\195\164hlen"
33 BINDING_NAME_BWP_CLEAR = "Clear Waypoint";
34 BWP_CLEAR_DEST = "Ziel zur\195\188cksetzen"
35 BWP_CLEAR_ARRIVE = "Clear Waypoint on arrival"
36 BWP_NPC_TEXT = "QNPC: "
37 BWP_ARRIVED = "Ziel erreicht!"
38 BWP_BUTTON_TOOLTIP = "MetaMapBWP\nLeftClick to show Menu\nRightButton down to drag"
39 BWPGROUPERROR = "Du musst Mitglied einer Gruppe oder eines Schlachtzugs sein und dich in der selben Zone wie das Ziel befinden um diese Funktion mit BetterWaypoints benutzen zu k\195\182nnen."
40 BWPGROUPERROR1 = "Gew\195\188nschtes Ziel ist nicht in deinem Schlachtzug."
41 BWPGROUPERROR2 = "Gew\195\188nschtes Ziel ist nicht in deiner Gruppe."
42 BWP_QUEST_NPCSTRING ="Quest NPC's"
43  
44 BWP_ALWAYS_LOAD = "Always load on startup"
45 BWP_SHOW_MAPPOINTS = "Kartennotizen anzeigen"
46 BWP_SHOW_CORPSE = "Show corpse Waypoint"
47 BWP_SHOW_YARDS = "Show Distance in Yards"
48 BWP_SHOW_METRES = "Show Distance in Metres"
49 BWP_SHOW_QNPC ="Quest NPCs anzeigen"
50  
51 BWP_CORPSE_TEXT = "Leiche"
52 BWP_OPTION_TEXT = "Options"
53 BWP_INFO_TEXT1 = "You Must Be in The Same Zone\nto Set "
54 BWP_INFO_TEXT3 = " as Waypoint"
55 BWP_INFO_TEXT2 = "Set "
56  
57 end
58  
59 if(GetLocale() == "frFR") then
60  
61 BWP_NILLOCATION = "Aucune Destinations Possibles"
62 BWP_SELECTMSG = "S\195\169lectionner une Destination"
63 BINDING_NAME_BWP_CLEAR = "Clear Waypoint";
64 BWP_CLEAR_DEST = "Suppr. Destination"
65 BWP_CLEAR_ARRIVE = "Clear Waypoint on arrival"
66 BWP_NPC_TEXT = "QPNJ: "
67 BWP_ARRIVED = "Arriv\195\169e!"
68 BWP_BUTTON_TOOLTIP = "MetaMapBWP\nLeftClick to show Menu\nRightButton down to drag"
69 BWPGROUPERROR = "Vous pouvez \195\170tre un membre du Groupe ou du Raid et dans la m\195\170me Zone une Cible pour Better Waypoints to Utilize this functionality"
70 BWPGROUPERROR1 = "Pas de Demande de Cible dans votre Raid."
71 BWPGROUPERROR2 = "Pas de Demande de Cible dans votre Groupe."
72 BWP_QUEST_NPCSTRING ="PNJ de Quete"
73  
74 BWP_ALWAYS_LOAD = "Always load on startup"
75 BWP_SHOW_MAPPOINTS = "Voir les points sur la Map"
76 BWP_SHOW_CORPSE = "Show corpse Waypoint"
77 BWP_SHOW_YARDS = "Voir la Distance en Yards"
78 BWP_SHOW_METRES = "Voir la Distance en Metres"
79 BWP_SHOW_QNPC = "Afficher les PNJ de Qu\195\170te"
80  
81 BWP_CORPSE_TEXT = "Cadavre"
82 BWP_OPTION_TEXT = "Options"
83 BWP_INFO_TEXT1 = "You Must Be in The Same Zone\nto Set "
84 BWP_INFO_TEXT3 = " as Waypoint"
85 BWP_INFO_TEXT2 = "Set "
86  
87 end