vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 if (GetLocale() == "deDE") then
2 -- German localisation
3  
4 METAKB_MAIN_HEADER = "MetaMap Knowledge Base"
5 METAKB_OPTIONS_HEADER = "MetaKB Optionen"
6 METAKB_RETAIN = "Always load on startup";
7 METAKB_MOB_LEVEL = "Stufe"
8 METAKB_SHOW_ALLZONES = "Show All Zones";
9 METAKB_SHOW_LOCALZONE = "Show Local Zone";
10 METAKB_MAPNOTES_NW_BOUND = "NW Grenze"
11 METAKB_MAPNOTES_NE_BOUND = "NE Grenze"
12 METAKB_MAPNOTES_SE_BOUND = "SE Grenze"
13 METAKB_MAPNOTES_SW_BOUND = "SW Grenze"
14 METAKB_MAPNOTES_CENTER = "Zentrum"
15 METAKB_SHOW_UPDATES = "Updates anzeigen"
16 METAKB_BOUNDING_BOX = "Erzeuge MapNotes Zeichenbox"
17 METAKB_SEARCH_BOX = "Suchen"
18 METAKB_CLOSE_BUTTON = "Schlie\195\159en"
19 METAKB_OPTIONS_BUTTON = "Optionen"
20 METAKB_REFRESH_BUTTON = "Refresh"
21 METAKB_AUTO_TRACK = "Auto Tracking";
22 METAKB_SET_DSEARCH = "Use Dynamic Search";
23 METAKB_USE_KB = "Add to Database";
24 METAKB_TARGET_NOTE = "Add new target note";
25 METAKB_OPTIONS_RANGETEXT = "Targeting Range:";
26 METAKB_SET_MAPSHOW = "Set map note on map query";
27 METAKB_EMBED_KB = "Embed KB in WorldMap";
28  
29 METAKB_HEADER_NAME = "Name";
30 METAKB_HEADER_DESC = "Description";
31 METAKB_HEADER_LEVEL = "Level";
32 METAKB_HEADER_LOCATION = "Location";
33  
34 METAKB_QUICK_MENU_1 = "Set as map note"
35 METAKB_QUICK_MENU_2 = "Set as Mininote"
36 METAKB_QUICK_MENU_3 = "Remove from map"
37 METAKB_QUICK_MENU_4 = "Remove ALL from map"
38 METAKB_QUICK_MENU_5 = "Remove from database"
39 METAKB_QUICK_MENU_6 = "Trim database"
40 METAKB_QUICK_MENU_7 = "Insert in message box"
41 METAKB_QUICK_MENU_8 = "Show on WorldMap";
42  
43 METAKB_SHOW_UPDATES_HELP = "\195\132nderungen in der Datenbank werden im Chatfenster angezeigt."
44 METAKB_CLEAR_NOTES_HELP = "Clears ALL notes created by KB only from the maps. All information is still retained in the database."
45 METAKB_BOUNDING_BOX_HELP = "Links-Klicken um eine MapNote hinzuzuf\195\188gen, f\195\188gt einen "..
46 "Mittelpunkt und Punkte f\195\188r die 4 Eckpunkte die mit Linien verbunden werden hinzu. "..
47 "Andernfalls wird nur der Mittelpunkt hinzugef\195\188gt."
48 METAKB_AUTO_TRACK_HELP = "Turns on/off the automatic adding of NPCs/Mobs on mouseover";
49 METAKB_SET_DSEARCH_HELP = "Searches database as you type the text. Otherwise, search is initiated when pressing <Enter>";
50 METAKB_USE_KB_HELP = "Turns on/off the adding of new targets to database";
51 METAKB_TARGET_NOTE_HELP = "Turns on/off the adding of notes to the map for new targets. This can be over-ridden "..
52 "by using the <CTRL>+<Keybinding> combination.";
53 METAKB_SET_MAPSHOW_HELP = "Sets a map note for the selected KB display item when selecting 'Show on WorldMap from the popup menu";
54 METAKB_EMBED_KB_HELP = "Embeds the KB to display in the WorldMap, giving additional flexibility.";
55 METAKB_RETAIN_HELP = "Always loads the MetaMapWKB module when starting a session";
56  
57 METAKB_NO_NPC_MOB_FOUND = "Kein NPC oder Mob mit diesem Namen gefunden: \"%s\" "
58 METAKB_REMOVED_FROM_DATABASE = "\"%s\" in \"%s\" wurde von der Datenbank entfernt"
59 METAKB_DISCOVERED_UNIT = "%s! gefunden"
60 METAKB_ADDED_UNIT_IN_ZONE = "%s in %s hinzugef\195\188gt"
61 METAKB_UPDATED_MINMAX_XY = "Aktualisiert Min/Max X/Y f\195\188r %s in %s"
62 METAKB_UPDATED_INFO = "Updated information for %s in %s"
63 METAKB_IMPORT_SUCCESSFUL = "MetaKB Data imported successfully, added %u entries from a total of %u with %u unknown and %u duplicates not imported."
64 METAKB_STATS_LINE = "%u NPCs in %u Zones/Instances"
65 METAKB_NOTARGET = "You must have something targeted to create a record."
66 METAKB_TRIM_DBASE = "This will delete all entries from the database listed by search results.\nIf search box is empty, ALL listed entries will be removed from the database.";
67  
68 elseif (GetLocale() == "frFR") then
69 -- French localisation
70  
71 METAKB_MAIN_HEADER = "Base de donn\195\169es de MetaMap"
72 METAKB_OPTIONS_HEADER = "MetaKB Options"
73 METAKB_RETAIN = "Always load on startup";
74 METAKB_MOB_LEVEL = "Niveau"
75 METAKB_SHOW_ALLZONES = "Afficher toutes les zones";
76 METAKB_SHOW_LOCALZONE = "Show Local Zone";
77 METAKB_MAPNOTES_NW_BOUND = "Limite NO"
78 METAKB_MAPNOTES_NE_BOUND = "Limite NE"
79 METAKB_MAPNOTES_SE_BOUND = "Limite SE"
80 METAKB_MAPNOTES_SW_BOUND = "Limite SO"
81 METAKB_MAPNOTES_CENTER = "Centre"
82 METAKB_SHOW_UPDATES = "Afficher la mise \195\160 jour"
83 METAKB_BOUNDING_BOX = "Notes de carte centr\195\169es"
84 METAKB_SEARCH_BOX = "Recherche"
85 METAKB_OPTIONS_BUTTON = "Options"
86 METAKB_REFRESH_BUTTON = "Actualiser"
87 METAKB_AUTO_TRACK = "Auto Tracking";
88 METAKB_SET_DSEARCH = "Utiliser recherche dynamique";
89 METAKB_USE_KB = "Ajouter dans la Base";
90 METAKB_TARGET_NOTE = "Ajouter sur la carte";
91 METAKB_OPTIONS_RANGETEXT = "Distance de ciblage:";
92 METAKB_SET_MAPSHOW = "Set map note on map query";
93 METAKB_EMBED_KB = "Embed KB in WorldMap";
94  
95 METAKB_HEADER_NAME = "Nom";
96 METAKB_HEADER_DESC = "Description";
97 METAKB_HEADER_LEVEL = "Niveau";
98 METAKB_HEADER_LOCATION = "Localisation";
99  
100 METAKB_QUICK_MENU_1 = "Set as map note"
101 METAKB_QUICK_MENU_2 = "Set as Mininote"
102 METAKB_QUICK_MENU_3 = "Remove from map"
103 METAKB_QUICK_MENU_4 = "Remove ALL from map"
104 METAKB_QUICK_MENU_5 = "Remove from database"
105 METAKB_QUICK_MENU_6 = "Trim database"
106 METAKB_QUICK_MENU_7 = "Insert in message box"
107 METAKB_QUICK_MENU_8 = "Show on WorldMap";
108  
109 METAKB_SHOW_UPDATES_HELP = "Les modifications de la base seront annonc\195\169es dans le chat."
110 METAKB_CLEAR_NOTES_HELP = "Clears ALL notes created by KB only from the maps. All information is still retained in the database."
111 METAKB_BOUNDING_BOX_HELP = "Un Click Gauche ajoute une notes sous forme d'un point centr\195\169 "..
112 "au milieu de 4 autes points reli\195\169s. Sinon seul le point du centre s\'affiche "..
113 "."
114 METAKB_AUTO_TRACK_HELP = "Ajout automatique des PNJ/Mob au passage de la souris";
115 METAKB_SET_DSEARCH_HELP = "Searches database as you type the text. Otherwise, search is initiated when pressing <Enter>";
116 METAKB_USE_KB_HELP = "Ajout de nouvelles cibles dans la base";
117 METAKB_TARGET_NOTE_HELP = "Ajout de nouvelles cibles sur la carte. Peut \195\170tre edit\195\169 "..
118 "en utilisant la combinaison: <CTRL>+<Keybinding>.";
119 METAKB_SET_MAPSHOW_HELP = "Sets a map note for the selected KB display item when selecting 'Show on WorldMap from the popup menu";
120 METAKB_EMBED_KB_HELP = "Embeds the KB to display in the WorldMap, giving additional flexibility.";
121  
122  
123 elseif (GetLocale() == "esES") then
124 -- Spanish localisation
125  
126 METAKB_MAIN_HEADER = "MetaMap BaseDatos Conocimiento"
127 METAKB_OPTIONS_HEADER = "MetaKB Opciones"
128 METAKB_RETAIN = "Always load on startup";
129 METAKB_MOB_LEVEL = "Nevel"
130 METAKB_SHOW_ALLZONES = "Muestra Todas las Zonas";
131 METAKB_SHOW_LOCALZONE = "Show Local Zone";
132 METAKB_MAPNOTES_NW_BOUND = "NW Bound"
133 METAKB_MAPNOTES_NE_BOUND = "NE Bound"
134 METAKB_MAPNOTES_SE_BOUND = "SE Bound"
135 METAKB_MAPNOTES_SW_BOUND = "SW Bound"
136 METAKB_MAPNOTES_CENTER = "Centro"
137 METAKB_SHOW_UPDATES = "Actualizaciones"
138 METAKB_BOUNDING_BOX = "Crea MapNotes Bounding Box"
139 METAKB_SEARCH_BOX = "Busca"
140 METAKB_OPTIONS_BUTTON = "Opciones"
141 METAKB_REFRESH_BUTTON = "Refresca"
142 METAKB_AUTO_TRACK = "Auto Seguimiento";
143 METAKB_SET_DSEARCH = "Usa Busqueda Dinamica";
144 METAKB_USE_KB = "Añade a BaseDatos";
145 METAKB_TARGET_NOTE = "Añade neva nota Objetivo";
146 METAKB_OPTIONS_RANGETEXT = "Rango Objetivo:";
147 METAKB_SET_MAPSHOW = "Set map note on map query";
148 METAKB_EMBED_KB = "Embed KB in WorldMap";
149  
150 METAKB_HEADER_NAME = "Nombre";
151 METAKB_HEADER_DESC = "Descripcion";
152 METAKB_HEADER_LEVEL = "Nivel";
153 METAKB_HEADER_LOCATION = "Localizacion";
154  
155 METAKB_QUICK_MENU_1 = "Como nota mapa"
156 METAKB_QUICK_MENU_2 = "Como Mininota"
157 METAKB_QUICK_MENU_3 = "Borra del mapa"
158 METAKB_QUICK_MENU_4 = "Borra TODAS del mapa"
159 METAKB_QUICK_MENU_5 = "Borra de la BaseDatos"
160 METAKB_QUICK_MENU_6 = "Trim BaseDatos"
161 METAKB_QUICK_MENU_7 = "Inserta en cuadro mensaje"
162 METAKB_QUICK_MENU_8 = "Show on WorldMap";
163  
164 METAKB_SHOW_UPDATES_HELP = "Cualquier cambio de la BaseDatos se mostrara en la ventana chat."
165 METAKB_CLEAR_NOTES_HELP = "Borra TODAS notas creadas por KB solo de los mapas. Toda la información se mantendra en la BaseDatos."
166 METAKB_BOUNDING_BOX_HELP = "LClick-Izq. añadira un MapNotes como punto central de los "..
167 "puntos para los cuatro esquinas cardinals y lineas que la conecten. De todas formas solo el punto "..
168 "central es añadido."
169 METAKB_AUTO_TRACK_HELP = "Enciende/Apaga el añadir automatico de NPCs/Mobs al pasar el raton";
170 METAKB_SET_DSEARCH_HELP = "Rebusca en la BaseDAtos tu tipo de texto. De otra forma, busqueda es iniciada pulsando <Entrar>";
171 METAKB_USE_KB_HELP = "Enciende/Apaga el añadir objetivos a la BaseDatos";
172 METAKB_TARGET_NOTE_HELP = "Enciende/Apaga el añadir las notas al mapa para nuevos objetivos. Esto puede ser sobreescrito "..
173 "usando el <CTRL>+<TeclaAtajo> combinacion.";
174 METAKB_SET_MAPSHOW_HELP = "Sets a map note for the selected KB display item when selecting 'Show on WorldMap from the popup menu";
175 METAKB_EMBED_KB_HELP = "Embeds the KB to display in the WorldMap, giving additional flexibility.";
176 METAKB_RETAIN_HELP = "Always loads the MetaMapWKB module when starting a session";
177  
178 METAKB_NO_NPC_MOB_FOUND = "No NPCs/mobs pedidos \"%s\" encontrados"
179 METAKB_REMOVED_FROM_DATABASE = "Borrado \"%s\" en \"%s\" de la BaseDatos"
180 METAKB_DISCOVERED_UNIT = "Discobierto %s!"
181 METAKB_ADDED_UNIT_IN_ZONE = "Añadido %s en %s"
182 METAKB_UPDATED_MINMAX_XY = "Actualizado Min/Max X/Y para %s en %s"
183 METAKB_UPDATED_INFO = "Actualizada informacion para %s en %s"
184 METAKB_IMPORT_SUCCESSFUL = "MetaKB Datos importados satisfactoriamente, a\195\177adido %u entradas de un total de %u con %u desconocidas y %u duplicadas no importadas."
185 METAKB_STATS_LINE = "%u NPCs en %u Zonas/Instances"
186 METAKB_NOTARGET = "Debes de tener algo en objetivos para crear registro."
187 METAKB_TRIM_DBASE = "Este borrara todas las entradas de la BaseDatos listadas por resultados de busqueda.\nSi cuadro busqueda esta vacio, TODAS listadas las entradas se borraran de la BaseDatos.";
188  
189 else
190 -- English localisation
191  
192 METAKB_MAIN_HEADER = "MetaMap Knowledge Base"
193 METAKB_OPTIONS_HEADER = "MetaKB Options"
194 METAKB_RETAIN = "Always load on startup";
195 METAKB_MOB_LEVEL = "Level"
196 METAKB_SHOW_ALLZONES = "Show All Zones";
197 METAKB_SHOW_LOCALZONE = "Show Local Zone";
198 METAKB_MAPNOTES_NW_BOUND = "NW Bound"
199 METAKB_MAPNOTES_NE_BOUND = "NE Bound"
200 METAKB_MAPNOTES_SE_BOUND = "SE Bound"
201 METAKB_MAPNOTES_SW_BOUND = "SW Bound"
202 METAKB_MAPNOTES_CENTER = "Center"
203 METAKB_SHOW_UPDATES = "Show Updates"
204 METAKB_BOUNDING_BOX = "Create MapNotes Bounding Box"
205 METAKB_SEARCH_BOX = "Search"
206 METAKB_OPTIONS_BUTTON = "Options"
207 METAKB_REFRESH_BUTTON = "Refresh"
208 METAKB_AUTO_TRACK = "Auto Tracking";
209 METAKB_SET_DSEARCH = "Use Dynamic Search";
210 METAKB_USE_KB = "Add to Database";
211 METAKB_TARGET_NOTE = "Add new target note";
212 METAKB_OPTIONS_RANGETEXT = "Targeting Range:";
213 METAKB_SET_MAPSHOW = "Set map note on map query";
214 METAKB_EMBED_KB = "Embed KB in WorldMap";
215  
216 METAKB_HEADER_NAME = "Name";
217 METAKB_HEADER_DESC = "Description";
218 METAKB_HEADER_LEVEL = "Level";
219 METAKB_HEADER_LOCATION = "Location";
220  
221 METAKB_QUICK_MENU_1 = "Set as map note"
222 METAKB_QUICK_MENU_2 = "Set as Mininote"
223 METAKB_QUICK_MENU_3 = "Remove from map"
224 METAKB_QUICK_MENU_4 = "Remove ALL from map"
225 METAKB_QUICK_MENU_5 = "Remove from database"
226 METAKB_QUICK_MENU_6 = "Trim database"
227 METAKB_QUICK_MENU_7 = "Insert in message box"
228 METAKB_QUICK_MENU_8 = "Show on WorldMap";
229  
230 METAKB_SHOW_UPDATES_HELP = "Any change to the database will be displayed in the chat frame."
231 METAKB_CLEAR_NOTES_HELP = "Clears ALL notes created by KB only from the maps. All information is still retained in the database."
232 METAKB_BOUNDING_BOX_HELP = "Left-Clicking to add MapNotes will add a center point as well as "..
233 "points for the four bounding corners and lines connecting them. Otherwise only the center "..
234 "point is added."
235 METAKB_AUTO_TRACK_HELP = "Turns on/off the automatic adding of NPCs/Mobs on mouseover";
236 METAKB_SET_DSEARCH_HELP = "Searches database as you type the text. Otherwise, search is initiated when pressing <Enter>";
237 METAKB_USE_KB_HELP = "Turns on/off the adding of new targets to database";
238 METAKB_TARGET_NOTE_HELP = "Turns on/off the adding of notes to the map for new targets. This can be over-ridden "..
239 "by using the <CTRL>+<Keybinding> combination.";
240 METAKB_SET_MAPSHOW_HELP = "Sets a map note for the selected KB display item when selecting 'Show on WorldMap from the popup menu";
241 METAKB_EMBED_KB_HELP = "Embeds the KB to display in the WorldMap, giving additional flexibility.";
242 METAKB_RETAIN_HELP = "Always loads the MetaMapWKB module when starting a session";
243  
244 METAKB_NO_NPC_MOB_FOUND = "No NPCs/mobs matching \"%s\" found"
245 METAKB_REMOVED_FROM_DATABASE = "Removed \"%s\" in \"%s\" from the database"
246 METAKB_DISCOVERED_UNIT = "Discovered %s!"
247 METAKB_ADDED_UNIT_IN_ZONE = "Added %s in %s"
248 METAKB_UPDATED_MINMAX_XY = "Updated Min/Max X/Y for %s in %s"
249 METAKB_UPDATED_INFO = "Updated information for %s in %s"
250 METAKB_IMPORT_SUCCESSFUL = "MetaKB Data imported successfully, added %u entries from a total of %u with %u unknown and %u duplicates not imported."
251 METAKB_STATS_LINE = "%u NPCs in %u Zones/Instances"
252 METAKB_NOTARGET = "You must have something targeted to create a record."
253 METAKB_TRIM_DBASE = "This will delete all entries from the database listed by search results.\nIf search box is empty, ALL listed entries will be removed from the database.";
254  
255 end