vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2  
3 if(GetLocale() == "deDE") then
4 -- German Localisation
5  
6 BWP_NILLOCATION = "Keine Ziele verf\195\188gbar"
7 BWP_SELECTMSG = "Ziel ausw\195\164hlen"
8 BINDING_NAME_BWP_CLEAR = "Clear Waypoint";
9 BWP_CLEAR_DEST = "Ziel zur\195\188cksetzen"
10 BWP_CLEAR_ARRIVE = "Clear Waypoint on arrival"
11 BWP_NPC_TEXT = "QNPC: "
12 BWP_ARRIVED = "Ziel erreicht!"
13 BWP_BUTTON_TOOLTIP = "MetaMapBWP\nLeftClick to show Menu\nRightButton down to drag"
14 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."
15 BWPGROUPERROR1 = "Gew\195\188nschtes Ziel ist nicht in deinem Schlachtzug."
16 BWPGROUPERROR2 = "Gew\195\188nschtes Ziel ist nicht in deiner Gruppe."
17 BWP_QUEST_NPCSTRING ="Quest NPC's"
18  
19 BWP_ALWAYS_LOAD = "Always load on startup"
20 BWP_SHOW_MAPPOINTS = "Kartennotizen anzeigen"
21 BWP_SHOW_CORPSE = "Show Corpse Waypoint"
22 BWP_SHOW_GUARD = "Show Guard Waypoint"
23 BWP_SHOW_YARDS = "Show Distance in Yards"
24 BWP_SHOW_METRES = "Show Distance in Metres"
25 BWP_SHOW_QNPC ="Quest NPCs anzeigen"
26  
27 BWP_CORPSE_TEXT = "Leiche"
28 BWP_OPTION_TEXT = "Options"
29 BWP_INFO_TEXT1 = "You Must Be in The Same Zone\nto Set "
30 BWP_INFO_TEXT3 = " as Waypoint"
31 BWP_INFO_TEXT2 = "Set "
32  
33 elseif(GetLocale() == "frFR") then
34 -- French Localisation
35  
36 BWP_NILLOCATION = "Aucune Destinations Possibles"
37 BWP_SELECTMSG = "S\195\169lectionner une Destination"
38 BINDING_NAME_BWP_CLEAR = "Clear Waypoint";
39 BWP_CLEAR_DEST = "Suppr. Destination"
40 BWP_CLEAR_ARRIVE = "Clear Waypoint on arrival"
41 BWP_NPC_TEXT = "QPNJ: "
42 BWP_ARRIVED = "Arriv\195\169e!"
43 BWP_BUTTON_TOOLTIP = "MetaMapBWP\nLeftClick to show Menu\nRightButton down to drag"
44 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"
45 BWPGROUPERROR1 = "Pas de Demande de Cible dans votre Raid."
46 BWPGROUPERROR2 = "Pas de Demande de Cible dans votre Groupe."
47 BWP_QUEST_NPCSTRING ="PNJ de Quete"
48  
49 BWP_ALWAYS_LOAD = "Always load on startup"
50 BWP_SHOW_MAPPOINTS = "Voir les points sur la Map"
51 BWP_SHOW_CORPSE = "Show Corpse Waypoint"
52 BWP_SHOW_GUARD = "Show Guard Waypoint"
53 BWP_SHOW_YARDS = "Voir la Distance en Yards"
54 BWP_SHOW_METRES = "Voir la Distance en Metres"
55 BWP_SHOW_QNPC = "Afficher les PNJ de Qu\195\170te"
56  
57 BWP_CORPSE_TEXT = "Cadavre"
58 BWP_OPTION_TEXT = "Options"
59 BWP_INFO_TEXT1 = "You Must Be in The Same Zone\nto Set "
60 BWP_INFO_TEXT3 = " as Waypoint"
61 BWP_INFO_TEXT2 = "Set "
62  
63 else
64 -- Default English Localisation
65  
66 BWP_NILLOCATION = "No Destinations Possible"
67 BWP_SELECTMSG = "Select Destination"
68 BINDING_NAME_BWP_CLEAR = "Clear Waypoint";
69 BWP_CLEAR_DEST = "Clear Destination"
70 BWP_CLEAR_ARRIVE = "Clear Waypoint on arrival"
71 BWP_NPC_TEXT = "QNPC: "
72 BWP_ARRIVED = "Arrived!"
73 BWP_BUTTON_TOOLTIP = "MetaMapBWP\nLeftClick to show Menu\nRightButton down to drag"
74 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"
75 BWPGROUPERROR1 = "Requested Target Not in Your Current Raid."
76 BWPGROUPERROR2 = "Requested Target Not in Your Current Group."
77 BWP_QUEST_NPCSTRING ="Quest NPCs"
78  
79 BWP_ALWAYS_LOAD = "Always load on startup"
80 BWP_SHOW_MAPPOINTS = "Show Points on Menu"
81 BWP_SHOW_CORPSE = "Show Corpse Waypoint"
82 BWP_SHOW_GUARD = "Show Guard Waypoint"
83 BWP_SHOW_YARDS = "Show Distance in Yards"
84 BWP_SHOW_METRES = "Show Distance in Metres"
85 BWP_CLEARDIST_TEXT = "Distance From Destination for Arrived Message"
86 BWP_SHOW_QNPC = "Show Quest NPCs"
87  
88 BWP_CORPSE_TEXT = "Corpse"
89 BWP_OPTION_TEXT = "Options"
90 BWP_INFO_TEXT1 = "You Must Be in The Same Zone\nto Set "
91 BWP_INFO_TEXT3 = " as Waypoint"
92 BWP_INFO_TEXT2 = "Set "
93  
94 end