vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[--------------------------------------------------------------------------------
2 ItemSync French Localization
3  
4 Author: Derkyle
5 Website: http://www.manaflux.com
6 -----------------------------------------------------------------------------------]]
7  
8 -- Traduction par vjeux
9 -- Modifié le 15/01/2006 par KKram
10 -- Original Translation by Minsonganger! Thanks again Minsonganger.
11 -- é: C3 A9 - \195\169
12 -- ê: C3 AA - \195\170
13 -- à: C3 A0 - \195\160
14 -- î: C3 AE - \195\174
15 -- è: C3 A8 - \195\168
16 -- ë: C3 AB - \195\171
17 -- ô: C3 B4 - \195\180
18 -- û: C3 BB - \195\187
19 -- â: C3 A2 - \195\162
20 -- ç: C3 A7 - \185\167
21 --
22 -- ': E2 80 99 - \226\128\153
23  
24 if ( GetLocale() == "frFR" ) then
25  
26 ISYNC_COST = "Vente pour ";
27 ISYNC_VENDORCOST = "Vendeur pour ";
28 ISYNC_NOSELLPRICE = "Pas de Prix de Vente";
29  
30 ISYNC_SHOWVALID = "Valide";
31 ISYNC_SHOWINVALID = "Invalide";
32 ISYNC_SHOWSUBITEM = "-Sub Item-";
33 ISYNC_SHOWSUBITEM2 = "-Name Unknown-";
34  
35 ISYNC_SHOWINVALID_BUTTON = "Voir Objets invalides";
36  
37 ISYNC_SLASHRESETWINDOWS = "Reset All Windows";
38  
39 ISYNC_ITEMISINVALID_TOOLTIP1 = "<Objet invalide>";
40 ISYNC_ITEMISINVALID_TOOLTIP2 = "Note: There may be a chance that\nthe item is now valid. Pass your\nmouse over the link again to check.\nIf you see the actual tooltip then\nthe item is now valid. [REFRESH]";
41 ISYNC_ITEMISINVALID_TOOLTIP3 = "\n\nWARNING: YOU MAY GET\nDISCONNECTED!\nUSE AT YOUR OWN RISK!";
42 ISYNC_ITEMISINVALID_TOOLTIP4 = "|c00FF9900Click Link:|r|c00BDFCC9 Send to ItemID Tool.|r";
43  
44 ISYNC_OPT_MONEY1 = "|c00FFFFFF1|r|c00E2CD54g|r |c00FFFFFF1|r|c00AEAEAEs|r |c00FFFFFF1|r|c00D7844Dc|r";
45 ISYNC_OPT_MONEY2 = "|c00FFFFFF1|r |c00E2CD54g|r |c00FFFFFF1|r |c00AEAEAEs|r |c00FFFFFF1|r |c00D7844Dc|r";
46 ISYNC_OPT_MONEY3 = "|c00FFFFFF1|r|c00E2CD54[g]|r |c00FFFFFF1|r|c00AEAEAE[s]|r |c00FFFFFF1|r|c00D7844D[c]|r";
47 ISYNC_OPT_MONEY4 = "|c00FFFFFF1|r|c00E2CD54[G]|r |c00FFFFFF1|r|c00AEAEAE[S]|r |c00FFFFFF1|r|c00D7844D[C]|r";
48 ISYNC_OPT_MONEY5 = "|c00FFFFFF1|r |c00E2CD54[g]|r |c00FFFFFF1|r |c00AEAEAE[s]|r |c00FFFFFF1|r |c00D7844D[c]|r";
49 ISYNC_OPT_MONEY6 = "|c00FFFFFF1|r |c00E2CD54[G]|r |c00FFFFFF1|r |c00AEAEAE[S]|r |c00FFFFFF1|r |c00D7844D[C]|r";
50 ISYNC_OPT_MONEY7 = "|c00E2CD541|r|c00FFFFFF.|r|c00AEAEAE2|r|c00FFFFFF.|r|c00D7844D3|r";
51  
52 ISYNC_NEWITEMS = "|c00FF9933New Items Available! (Click Refresh)|r";
53  
54 ISYNC_OPTGOLD1 = "g";
55 ISYNC_OPTGOLD2 = "G";
56 ISYNC_OPTSILVER1 = "s";
57 ISYNC_OPTSILVER2 = "S";
58 ISYNC_OPTCOPPER1 = "c";
59 ISYNC_OPTCOPPER2 = "C";
60  
61 ISYNC_SORT_NAME = "Nom";
62 ISYNC_SORT_RARITY = "Raret\195\169";
63  
64 ISYNC_BT_QUICKSEARCH = "Quick Search";
65 ISYNC_BT_SEARCH = "Cherche";
66 ISYNC_BT_REFRESH = "M\195\160j";
67 ISYNC_BT_OPTIONS = "Options";
68 ISYNC_BT_FILTERS = "Filtres";
69 ISYNC_BT_BAGVIEW = "Voir sacs";
70 ISYNC_BT_MODS = "Mods";
71 ISYNC_BT_MAIN = "Main";
72 ISYNC_BT_ITEMID = "ItemID";
73 ISYNC_BT_MINIMAP = "Minimap";
74 ISYNC_BT_FAVORITES = "Favorites";
75 ISYNC_BT_PURGE = "Purge";
76  
77 ISYNC_MAIN_HEADER_OPTIONS = "Options";
78 ISYNC_MAIN_HEADER_OPTIONSMOD = "Mod Options";
79 ISYNC_MAIN_HEADER_OPTIONSSERVERS = "Servers";
80 ISYNC_MAIN_HEADER_OPTIONSCLEAN = "Clean";
81 ISYNC_MAIN_HEADER_OPTIONSGENERAL = "General";
82  
83 ISYNC_MONEYDISPLAY_HEADER = "AFFICHAGE DE L'ARGENT";
84  
85 ISYNC_FILTER_HEADER1 = "FILTRE PAR RARETE";
86 ISYNC_FILTER_HEADER2 = "PURGE PAR RARETE";
87 ISYNC_FILTER_HEADER3 = "PURGE OBJETS INVALIDES";
88 ISYNC_FILTER_HEADER4 = "PURGE DOUBLONS";
89  
90 ISYNC_OPTIONS_HEADER1 = "PRIX DE VENTE";
91 ISYNC_OPTIONS_HEADER1_SUB1 = "Affiche le prix de vente dans les bulles.";
92  
93 ISYNC_OPTIONS_HEADER2 = "PRIX VENDEUR";
94 ISYNC_OPTIONS_HEADER2_SUB1 = "Affiche le prix du vendeur dans les bulles.";
95  
96 ISYNC_OPTIONS_HEADER3 = "DENOMBREMENT DES OBJETS";
97 ISYNC_OPTIONS_HEADER3_SUB1 = "Affiche le d\195\169nombrement des objets.";
98  
99 ISYNC_OPTIONS_HEADER4 = "OPTIMISATION BASE DE DONNEE";
100  
101 ISYNC_OPTIONS_HEADER5 = "AFFICHAGE DES PRIX";
102 ISYNC_OPTIONS_HEADER5_SUB1 = "Affiche les prix avec des ic\195\180nes.";
103  
104 ISYNC_OPTIONS_OPTIMIZE = "Optimiser";
105  
106 ISYNC_OPTIONS_MODS_HEADER1 = "AuctionMatrix/AuctionSync";
107 ISYNC_OPTIONS_MODS_HEADER2 = "Auctioneer/Enchantrix";
108 ISYNC_OPTIONS_MODS_HEADER3 = "Reagent Info";
109 ISYNC_OPTIONS_MODS_HEADER4 = "Alerte de Qualit\195\169";
110 ISYNC_OPTIONS_MODS_HEADER5 = "Alerte d'invalidit\195\169";
111 ISYNC_OPTIONS_MODS_HEADER6 = "AllInOneInventory";
112 ISYNC_OPTIONS_MODS_HEADER7 = "MyInventory";
113  
114 ISYNC_OPTIONS_MODS_HEADER1_SUB1 = "Envoi de la liste \195\160 AM/AS.";
115 ISYNC_OPTIONS_MODS_HEADER2_SUB1 = "Envoi de la liste \195\160 Auctioneer/Enchantrix.";
116 ISYNC_OPTIONS_MODS_HEADER3_SUB1 = "Envoi de la liste \195\160 Reagent Info.";
117 ISYNC_OPTIONS_MODS_HEADER4_SUB1 = "Changement de qualit\195\169.";
118 ISYNC_OPTIONS_MODS_HEADER5_SUB1 = "Conversion r\195\169ussie d'objets invalides.";
119 ISYNC_OPTIONS_MODS_HEADER6_SUB1 = "Send item data to AllInOneInventory.";
120 ISYNC_OPTIONS_MODS_HEADER7_SUB1 = "Send item data to MyInventory.";
121  
122  
123 ISYNC_OPTIONS_SERVER_BUTTON = "Serveurs";
124 ISYNC_OPTIONS_SERVER_HEADER1 = "FUSION DES BASES DE DONNEES SERVEUR";
125 ISYNC_OPTIONS_SERVER_HEADER1_SUB1 = "Utilise la m\195\170me base de donn\195\169es entre serveurs.";
126 ISYNC_OPTIONS_SERVER_MERGECOMPLETE = "La fusion a \195\169t\195\169 accomplie avec succ\195\168s.";
127  
128 ISYNC_BV_HELP = "Affiche total cumul\195\169";
129 ISYNC_BV_HELP2 = "Cache prix inconnu";
130 ISYNC_BV_HELP3 = "Tri par Prix";
131 ISYNC_BV_HELP4 = "Tri par Raret\195\169";
132  
133 ISYNC_OPTIMIZE_TEXT = "Optimisation";
134 ISYNC_OPTIMIZE_COMPLETE = "Optimisation compl\195\168te";
135  
136 ISYNC_CLEANDB = "Nettoyage";
137 ISYNC_CLEANDB_HEADER = "NETTOYAGE DES OBJETS DE LA BASE";
138 ISYNC_CLEANDB_TOOLTIP = "Effectue un nettoyage rudimentaire de la base.\nLes objets invalides sont extraits\ndes objets valides.";
139 ISYNC_CLEAN_SUCCESS = "Le processus de nettoyage est termin\195\169.";
140  
141 ISYNC_OPTIONS_CLEAN_HEADER1 = "Tooltip Item Texture Icons";
142 ISYNC_OPTIONS_CLEAN_HEADER1_SUB1 = "Show item texture icons on tooltips.";
143  
144 ISYNC_OPTIONS_CLEAN_HEADER2 = "ItemSync MouseOver Inspect";
145 ISYNC_OPTIONS_CLEAN_HEADER2_SUB1 = "Enable |c00A2D96F(MAY cause lag)|r";
146  
147 ISYNC_OPTIONS_GENERAL_HEADER1 = "ItemSync Chat Type Links";
148 ISYNC_OPTIONS_GENERAL_HEADER1_SUB1 = "Enable the use of Type Links while typing.";
149  
150 ISYNC_MINIMAPBUTTON_HEADER = "ITEMSYNC MINIMAP BUTTON";
151 ISYNC_MINIMAPBUTTON_TOOLTIP = "This option allows you to\nShow/Hide the minimap button.\nIt also allows you to\nset the minimap button\nlocation.";
152 ISYNC_MINIMAPBUTTON_SLIDERTEXT = "Set MiniMap Button Position";
153 ISYNC_MINIMAPBUTTON_CHECKBUTTON = "Show ItemSync Minimap Button.";
154  
155 ISYNC_ITEMIDFRAME_WARNING = "|c00FF0000WARNING: The creator of ItemSync is not\n responsible for any disconnections that\n may occur!|r\n|c00A2D96FUSE AT YOUR OWN RISK!|r";
156 ISYNC_ITEMID_GREENBUTTON_WARNING = "|c00A2D96FThis item was inputed\nusing the ItemID tool.|r\n\n|c00FF0000The Creator of ItemSync\ntakes no responsibility in\ndisconnections caused by\nitems inputted by the\nuser themselves.|r";
157  
158 ISYNC_DELETEITEM_MSG_PART1 = "Are you sure you want to delete";
159 ISYNC_DELETEITEM_MSG_PART2 = "NOTE: This process cannot be undone";
160  
161 ISYNC_QUALITY_CHANGE1 = "|c00A2D96FItemSync: Quality for [|c00FF9900";
162 ISYNC_QUALITY_CHANGE2 = "|r|c00A2D96F] has been updated. Please refresh to view new quality.|r";
163  
164 ISYNC_DBUPDATE = "Database Update";
165 ISYNC_DBUPDATE_INFO = "|c00FFFFFFItemSync must upgrade the database.|r\n|c00FF0000If you don't, ItemSync will be disabled.|r";
166  
167 ISYNC_PURGEDB = "Purge Database";
168 ISYNC_PURGEDB_HEADER = "RESET/PURGE ITEM DATABASE";
169 ISYNC_PURGEDB_TOOLTIP = "This will purge the entire item database.\n\n|c00FF0000NOTE: This is irreverable!\n[You cannot -UNDO- basically]!|r";
170  
171 ISYNC_CLEANER_HEADER = "Invalid Cleaner";
172 ISYNC_CLEANER_BUTTON = "Start Cleaning";
173 ISYNC_CLEANER_TOOLTIP = "Will run through all the invalids\nand attempt to validate them.n\n\n|c00FF0000WARNING: The creator of\nItemSync is not responsible\nfor any disconnections\nthat may occur!";
174 ISYNC_CLEANER_COMPLETE = "Invalid cleaning process is complete.";
175  
176  
177 ISYNC_HELPBUTTON = "[Aide]";
178 ISYNC_HELPPANEL_TOOLTIP = "Ouvre la fen\195\170tre d'aide.";
179 ISYNC_HELPPANEL_DESC = "Welcome to ItemSync. ItemSync is a mod that gathers items as you come across them. If ItemSync cannot determine the item it will add it to an invalid list for later processing.";
180 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\n|c00FF0000Rarity Dropdown:|r\nAllows you to sort the item list by the selected method.\n\n|c00FF0000Refresh Button:|r\nRefreshes the main item list by the last sorted method. ";
181 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\n|c00FF0000Search Button:|r\nAllows you to search the item database using different options.\n\n|c00FF0000Show Invalid Items:|r\nDisplays the list of invalid items stored by ItemSync. ";
182 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\n|c00FF0000Filters Button:|r\nAllows you to access the filters panel.\n\n|c00FF0000Bag View:|r\nBrings up a window with all your items and their sell values. ";
183 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\n|c00FF0000Options Button:|r\nAllows you to access the options panel.\n\n";
184 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFF==============================|r\n\n";
185 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFSEARCH OPTIONS:|r\n\nYou can finite your search by using many of the options available to you. If you wish to link an item that was search simply close the search window and link the item from the item list as you normally would.";
186 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."Once you close the window you lose your search data. It will be refreshed to show all the items once again.\n\n";
187 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFF==============================|r\n\n";
188 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFFILTER OPTIONS:|r\n\nIn this window you can set what quality items ItemSync can grab. NOTE: This does not filter the main item view in any way. What it does do, is tell ItemSync which quality items you prefer for it to store.";
189 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\nIn this panel you also have some purging options. Please take care with these options because it's irreversable! When you purge duplicate items it will purge all items from both the valid and invalid database. The same thing applies when you purge the invalid items.";
190 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\nPlease take caution when you purge by rarity. It will not give you a warning and it will siply just purge the items by the selected quality. If you make a mistake it cannot be undone.\n\n";
191 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFF==============================|r\n\n";
192 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFBAG VIEW:|r\n\nThis window allows you to view all your items in your inventory that have a value to them. You have several options available to you including sorting by rarity and price.";
193 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\nNOTE: You will not be able to see any items in bag view until you visit a merchant.";
194 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\nBag View is programmed to work just like any other bag. You can repair items ,sell items, and even right click on items to use them. Think of it as your second simple bag.\n\n";
195 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFF==============================|r\n\n";
196 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFOPTIONS MENU:|r\n\nThis window allows you to modify several visual aspects of ItemSync. You have the ability to turn on/off the vendor and price values. You even have the option to select wether you want money in text or icon format.";
197 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\nYou cannot have both text and icon money displaying at the same time. Please be advised that many mods out there use tooltips and ItemSync cannot possibly work perfectly with all of them.";
198 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\nNOTE: No money values will show unless you have the vendor or price options checked.\n\n";
199 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFF==============================|r\n\n";
200 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFOPTIONS MOD MENU:|r\n\nThis window allows you to modify what mods ItemSync sends data to. This is a great place to turn on/off options to increase functionality with other mods.";
201 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\nPlease be advised that these options are programmed to -STOP- sending information period if you turn if off. If by -SOME- chance another mod still picks up information and attaches it to the tooltips. It is -THAT- mod that is hooking/linking to ItemSync.";
202 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\nWhat does this mean? Basically the other mod has already hooked into the ItemSync functions to attach itself to the tooltips. Thus you don't need ItemSync to send information. The simpliest way to fix this is by turning off the options to send data.";
203 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\nIf you don't want any alerts to be shown when quality is changed or invalid items are processed, then you have the option to turn if off.";
204 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\n|c00A2D96FOPTIMIZE BUTTON:|r\n\nAllows ItemSync to go through all your items and check to see if they are invalid or not. This option -ALSO- updates the search features of each item making it more available to you while using the search ability.";
205 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\nOptimizing also cleans out your database by sorting the invalid from valid items. It is a great feature to use once and awhile and I recommend doing it, especially after a WOW PATCH.\n\n";
206 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFF==============================|r\n\n";
207 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFF==============================|r\n\n";
208 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFWhy can't I link invalid items?|r\n\nSimple, because you can't. If the ability was given to users they would be disconnected each time they linked an invalid item. Blizzard has already said they don't like item gatherers. They have take great precation to prevent item info farming.\n\n";
209 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFWhy did all my items become invalid all of a sudden?|r\n\nBecause the server restarted either after maintenance or from a patch. Each time the server is restarted the itemID's that are stored on server get refreshed. This means that all your items or I should say most become invalid because they no longer match those on the server.\n";
210 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\nIn order for those items to become valid again. The person with the original item has to logon to the server and upload their itemcache. Once this is done then your item should and I repeat -SHOULD- become valid. If not, then that itemID has already been rewritten and is no longer valid. Once again Blizzard does NOT like item farming and thus";
211 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.." they have gone to great pain to prevent it. If you feel you shouldn't lose your items you have gathered then blame Blizzard not the creator of ItemSync.\n\n";
212 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFHow do I use the Dressing Room?|r\n\nControl+LeftClick on an item in the main list view or bag view.\n\n";
213 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFHow do I delete an item?|r\n\nAlt+RightClick on an item in the main list view. Note this action cannot be undone! A warning will be provided for you.\n\n";
214 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFWhat are the available slash commands for ItemSync and Bag View?|r\n\n/itemsync, /isync, /ims, /is\n\n/bagview, /bv, /bagv \n\n";
215 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFCan I search for items using a slash command?|r\n\nYes you can! Just use any of the slash commands your familiar with for ItemSync and use the search command to it. \n\nExample: /is search itemname\n\n";
216 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFDoes ItemSync have any hotkeys?|r\n\nYes you can setup hotkeys to open both the main window and the bag view.\n\n";
217 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFHow does invalid parsing work?|r\n\nIt's simple each time an item is found it is matched between the valid list and the invalid list. If it's in the valid list already then it's ignored. However if it's in the invalid list then it gets removed from the invalid list and put into the valid list. Everytime you open the main window";
218 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.." all the invalid items get checked. There is a function that tries to play around with invalid itemid's to see if it can make it valid. If the function can make it valid then it removes it from the invalid database and puts it into the valid database. NOTE: It -MAY- not be the exact item it was before but at least that's one more valid item you have then invalid.";
219 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n\nItemSync has tons of routines that are constantly monitoring and searching for ways to keep your items valid at all costs.\n\n";
220 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFWhy do I have duplicate items and how do I get rid of it?|r\n\nSomehow when certain items get processed their names change because of different itemid's then that one that is stored. When this happens you get duplicated items. This doesn't ALWAYS happen but once in awhile it does. If you want to cleanup your database just use the purge duplicate item ability in the filters panel.\n\n";
221 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFCan I force invalid items to work?|r\n\nYou won't be able to unless you haxxored ItemSync. If you did then don't come to me if you keep getting disconnected or worse crash.\n\n";
222 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFWhy doesn't a certain mod work with ItemSync?|r\n\nBecause that author never included ItemSync support in their mod. Please alert -THEM- not -ME- that you want them to support ItemSync. I will only add support for a mod if it's extremely important.\n\n";
223 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFGosh your a great guy and I want to give you my thanks?|r\n\nYou can thank me by sharing how you feel about ItemSync with your friends. It's the gift that keeps on giving.\n\n";
224 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFWhy do I disconnect when I use the ItemID lookup?|r\n\nThis tool has no support and you USE IT AT YOUR OWN RISK. If you are disconnected the creator of ItemSync is not responsible. The reason you may disconnect is because that item may not be in your LOCAL item cache or the SERVE hasn't ever seen it yet. When this happens you get disconnected. Once again ItemSync is not responsible for any disconnections. You have been warned!\n\n";
225 ISYNC_HELPPANEL_DESC = ISYNC_HELPPANEL_DESC.."\n|c00FFFFFFHow can I add items while I type?|r\n\nIt's simple just type it out within brackets as you go. So if you type [copper bar] it will replace it with the actual link. It's not case sensative so don't worry.\n\nNOTE: Make sure you have ItemSync Type Links enabled under the general tab of the options panel.\n\n";
226  
227  
228 ISYNC_HELP_SUB1 = "This option allows ItemSync to\nonly -GRAB- the items you choose by quality.\n\n|c00FF0000NOTE: This does -NOT- sort or\nfilter the main list view!|r";
229 ISYNC_HELP_SUB2 = "This will delete duplicated\n items from both the invalid\n items and valid from all rarity.\n\n|c00FF0000NOTE: This is irreverable!\n[You cannot -UNDO- basically]!|r";
230 ISYNC_HELP_SUB3 = "This will purge all invalid items.\n\n|c00FF0000NOTE: This is irreverable!\n[You cannot -UNDO- basically]!|r";
231 ISYNC_HELP_SUB4 = "Permet d'effacer tous les objets par raret\195\169.\n\n|c00FF0000NOTE: This is irreverable!\n[You cannot -UNDO- basically]!|r";
232 ISYNC_HELP_SUB5 = "Choisissez le format utilis\195\169\npour afficher l'argent.";
233 ISYNC_HELP_SUB6 = "Choisissez si vous souhaitez\nvoir le nombre d'objet.";
234 ISYNC_HELP_SUB7 = "Choisissez si vous souhaitez\nvoir le prix du vendeur.";
235 ISYNC_HELP_SUB8 = "Choisissez si vous souhaitez\nvoir le prix de vente.";
236 ISYNC_HELP_SUB9 = "Optimiser: Permet au mod de trier la qualit\195\169\ et de mettre \195\160 jour les objets invalides ou valides en cons\195\169\quence.";
237 ISYNC_HELP_SUB10 = "Choisir cette option permet \195\160 ItemSync d'envoyer les donn\195\169\es \195\160 AuctionMatrix pour traitement.";
238 ISYNC_HELP_SUB11 = "Choisir cette option permet \195\160 ItemSync d'envoyer les donn\195\169\es \195\160 Auctioneer/Enchantrix pour traitement.";
239 ISYNC_HELP_SUB12 = "Choisir cette option permet \195\160 ItemSync d'envoyer les donn\195\169\es \195\160 Reagent Info pour traitement.";
240 ISYNC_HELP_SUB13 = "Choisissez si vous souhaitez\navoir une alerte si la qualit\195\169\n d'un objet change.";
241 ISYNC_HELP_SUB14 = "Choisissez si vous souhaitez\navoir une alerte quand des\nobjets invalides sont valid\195\169s.";
242 ISYNC_HELP_SUB15 = "Choisissez si vous souhaitez\nafficher l'argent en utilisant\ndes ic\195\180nes au lieu du texte.";
243 ISYNC_HELP_SUB16 = "This will merge itemsync databases.\nThis will allow you to use\n the same database across servers.\n\n|c00FF0000NOTE: This is irreverable!\n[You cannot -UNDO- basically]!|r";
244 ISYNC_HELP_SUB17 = "Select whether you wish to\nsend tooltip data to\nAllInOneInventory.";
245 ISYNC_HELP_SUB18 = "Select whether you wish to\nsend tooltip data to\nMyInventory.";
246 ISYNC_HELP_SUB19 = "Select whether you wish to\nview item texture icons on\nleft hand side of tooltips.";
247 ISYNC_HELP_SUB20 = "If this option is enabled\nthen any items you type via\nchat within brackets will be\nreplaced with a clickable item link.\n\n|c00A2D96FExample: [copper bar]\nwould be replaced with\nthe actual clickable item link.|r";
248 ISYNC_HELP_SUB21 = "If this option is enabled,\nthen itemsync will gather\nitems by inspecting players\nwhen you pass your mouse\nover them.\n\n|c00A2D96FNote: This may case lag!|r";
249  
250  
251 ISYNC_OLDDBDELETED = "Ancienne base de donn\195\169e effac\195\169e. Une nouvelle base a \195\169t\195\169 cr\195\169\195\169 avec le formatage correct";
252  
253 ISYNC_DUPEITEMDELETED = "Les doublons ont \195\169t\195\169 effac\195\169s";
254 ISYNC_INVALIDPURGESUCCESS = "Les objets invalides ont \195\169t\195\169 effac\195\168s avec succ\195\168s";
255 ISYNC_FILTERPURGESUCCESS = "Les objets ont \195\169t\195\169 effac\195\168s avec succ\195\168s";
256 ISYNC_FILTERINVALIDSELECTION = "Choix de qualit\195\169\ invalide";
257  
258 ISYNC_FILTER_INVALIDCHANGED = "Some invalid links are now valid. Please refresh to view the items";
259  
260 ISYNC_FILTER_SELECT1 = "|cff9d9d9dPauvre|r";
261 ISYNC_FILTER_SELECT2 = "|cffffffffCourant|r";
262 ISYNC_FILTER_SELECT3 = "|cff1eff00Inabituel|r";
263 ISYNC_FILTER_SELECT4 = "|cff0070ddRare|r";
264 ISYNC_FILTER_SELECT5 = "|cffa335eeEpique|r";
265 ISYNC_FILTER_SELECT6 = "|cffff8000L\195\169gendaire|r";
266 ISYNC_FILTER_SELECT7 = "|cff57BDFBInconnue/Autre|r";
267  
268 ISYNC_DELETE_MSGRETAKE = "|c00A2D96F"..ISYNC_DELETEITEM_MSG_PART1.." \n[|r%s|c00A2D96F]?|r|c00FF0000\n"..ISYNC_DELETEITEM_MSG_PART2..".|r";
269 ISYNC_DELETE_ITEMMSG = "Item Deleted (Click Refresh)";
270  
271 ISYNC_ADDEDTOFAV = "|c00FFFFFFAdded|r|c00FA747B to Favorites";
272 ISYNC_FAV_HELP = "|c00FFFFFFHow to add to Favorites:|r\nControl+Shift+Right-Click any item on the main ItemSync window.\n\n|c00FFFFFFHow to remove an item:|r\nClick on the small minus button next to the item to remove it.\n\n|c00FFFFFFHow to link an item:|r\nYou can link any item exactly the same way, as on the main ItemSync window.";
273 ISYNC_FAV_CLICKREMOVE_TOOLTIP = "|c00FC5252Click to -REMOVE-:|r\n";
274 ISYNC_REMFAV = "|c00FFFFFFRemoved|r|c00FA747B from Favorites";
275 ISYNC_FAV_PURGECHK = "|c00FFFF00Are you sure you want to purge this users favorites?|r\n\n|c00FF0000NOTE: This is irreverable!\n[You cannot -UNDO- basically]!|r";
276  
277 StaticPopupDialogs["ISYNC_PURGEFAVITEM_CONFIRM"] = {
278 text = TEXT(""),
279 button1 = TEXT(OKAY),
280 button2 = TEXT(CANCEL),
281 OnAccept = function()
282  
283 ISync:Fav_Purge();
284  
285 end,
286 showAlert = 1,
287 timeout = 0,
288 exclusive = 1,
289 whileDead = 1,
290 interruptCinematic = 1
291 };
292  
293  
294 StaticPopupDialogs["ISYNC_DELETEITEM_CONFIRM"] = {
295 text = TEXT(""),
296 button1 = TEXT(OKAY),
297 button2 = TEXT(CANCEL),
298 OnAccept = function()
299  
300 ISync:DeleteItem();
301  
302 end,
303 showAlert = 1,
304 timeout = 0,
305 exclusive = 1,
306 whileDead = 1,
307 interruptCinematic = 1
308 };
309  
310  
311 StaticPopupDialogs["ISYNC_CLEANER_CONFIRM"] = {
312 text = TEXT("|c00A2D96F\nAre you sure you want to run the Invalid Cleaner?\n|c00FF0000WARNING: YOU MAY DISCONNECT!!!."),
313 button1 = TEXT(OKAY),
314 button2 = TEXT(CANCEL),
315 OnAccept = function()
316  
317 DEFAULT_CHAT_FRAME:AddMessage("|c0000FF00ItemSync: Invalid cleaning process has begun! The progress bar should be at the center of your screen. It may be behind some windows.");
318 if(ISync and ISync.InvCleaner) then ISync:InvCleaner(0); end
319  
320 end,
321 showAlert = 1,
322 timeout = 0,
323 exclusive = 1,
324 whileDead = 1,
325 interruptCinematic = 1
326 };
327  
328 StaticPopupDialogs["ISYNC_OPTIMIZE_CONFIRM"] = {
329 text = TEXT("|c00A2D96F\nEtes vous s\195\187r de vouloir lancer l'Optimisation?\nNOTE: Cette proc\195\169dure ne peut être stopp\195\169e."),
330 button1 = TEXT(OKAY),
331 button2 = TEXT(CANCEL),
332 OnAccept = function()
333  
334 DEFAULT_CHAT_FRAME:AddMessage("|c0000FF00ItemSync: Optimisation en cours! Une barre de progression doit s'afficher au centre de l'\195\169cran. Elle peut \195\170tre cach\195\169e par une fen\195\170tre.");
335 if(ISync and ISync.Optimize) then ISync:Optimize(0); end
336  
337 end,
338 showAlert = 1,
339 timeout = 0,
340 exclusive = 1,
341 whileDead = 1,
342 interruptCinematic = 1
343 };
344  
345 StaticPopupDialogs["ISYNC_PURGEDATA_CONFIRM"] = {
346 text = TEXT("|c00FF0000\nCeci est irr\195\169versible!\n\nEtes vous s\195\187r de vouloir\n effacer les donn\195\169es?\n\nNOTE: Cette action ne peut \195\170tre annul\195\169e!"),
347 button1 = TEXT(OKAY),
348 button2 = TEXT(CANCEL),
349 OnAccept = function()
350  
351 if(ISync) then ISync:FilterPurge(); end
352 end,
353 showAlert = 1,
354 timeout = 0,
355 exclusive = 1,
356 whileDead = 1,
357 interruptCinematic = 1
358 };
359  
360 StaticPopupDialogs["ISYNC_PURGEINVALID_CONFIRM"] = {
361 text = TEXT("|c00FF0000\nCeci est irr\195\169versible!\n\nEtes vous s\195\187r de vouloir\n effacer les donn\195\169es |c00A2D96FINVALIDES|r|c00FF0000?\n\nNOTE: Cette action ne peut \195\170tre annul\195\169e!"),
362 button1 = TEXT(OKAY),
363 button2 = TEXT(CANCEL),
364 OnAccept = function()
365  
366 if(ISync) then ISync:FilterPurgeInvalid(); end
367 end,
368 showAlert = 1,
369 timeout = 0,
370 exclusive = 1,
371 whileDead = 1,
372 interruptCinematic = 1
373 };
374  
375  
376 StaticPopupDialogs["ISYNC_MERGEDB_CONFIRM"] = {
377 text = TEXT("|c00FF0000\nThis is Irreverable!\n\nAre you sure you want\n to |c00A2D96FMERGE THE DATABASE|r|c00FF0000?\n\nNOTE: This action cannot be undone!"),
378 button1 = TEXT(OKAY),
379 button2 = TEXT(CANCEL),
380 OnAccept = function()
381  
382 ISync:SetVar({"OPT","SERVER_MERGE"}, 1, "TRUE");
383  
384 ISYNC_REALM_NUM = ISync:GrabDataProfile();
385  
386 ISync:Filter_MergeDB();
387  
388 getglobal("ISYNC_Options_General_MergeDBCheckButton1"):SetChecked(1);
389  
390 end,
391 OnCancel = function()
392  
393 ISync:SetVar({"OPT","SERVER_MERGE"}, 0, "TRUE");
394  
395 ISYNC_REALM_NUM = ISync:GrabDataProfile();
396  
397 getglobal("ISYNC_Options_General_MergeDBCheckButton1"):SetChecked(0);
398  
399 end,
400 showAlert = 1,
401 timeout = 0,
402 exclusive = 1,
403 whileDead = 1,
404 interruptCinematic = 1
405 };
406  
407  
408  
409 StaticPopupDialogs["ISYNC_MERGEDB_UNCHECKCONFIRM"] = {
410 text = TEXT("|c00FF0000\nAre you sure you want ItemSync to seperate your databases?|r"),
411 button1 = TEXT(OKAY),
412 button2 = TEXT(CANCEL),
413 OnAccept = function()
414  
415 ISync:SetVar({"OPT","SERVER_MERGE"}, 0, "TRUE");
416  
417 ISYNC_REALM_NUM = ISync:GrabDataProfile();
418  
419 getglobal("ISYNC_Options_General_MergeDBCheckButton1"):SetChecked(0);
420  
421 end,
422 OnCancel = function()
423  
424 getglobal("ISYNC_Options_General_MergeDBCheckButton1"):SetChecked(1);
425  
426 end,
427 showAlert = 1,
428 timeout = 0,
429 exclusive = 1,
430 whileDead = 1,
431 interruptCinematic = 1
432 };
433  
434 -----------------------
435 --THIS IS FOR PURGING!!
436 -----------------------
437  
438 StaticPopupDialogs["ISYNC_PURGE1_CONFIRM"] = {
439 text = TEXT("|c00FF0000\nThis is Irreverable!\n\nAre you sure you want\n to |c00A2D96FPURGE THE DATABASE|r|c00FF0000?\n\nNOTE: This action cannot be undone!"),
440 button1 = TEXT(OKAY),
441 button2 = TEXT(CANCEL),
442 OnAccept = function()
443  
444 StaticPopup_Show("ISYNC_PURGE2_CONFIRM");
445 end,
446 showAlert = 1,
447 timeout = 0,
448 exclusive = 1,
449 whileDead = 1,
450 interruptCinematic = 1
451 };
452  
453  
454  
455 StaticPopupDialogs["ISYNC_PURGE2_CONFIRM"] = {
456 text = TEXT("|c00FF0000\nThis is your last chance!\n\nAre you absolutely sure you want\n to |c00A2D96FPURGE THE DATABASE|r|c00FF0000?\n\nNOTE: There is no turning back!"),
457 button1 = TEXT(OKAY),
458 button2 = TEXT(CANCEL),
459 OnAccept = function()
460  
461 ISyncDB = nil;
462 ISyncDB = nil; --just in case
463 ISyncDB = nil; --just in case
464  
465 if(ISync_SortIndex) then ISync_SortIndex = nil; end
466 if( not ISyncDB ) then ISyncDB = { }; end
467 if( not ISyncDB[ISYNC_REALM_NUM] ) then ISyncDB[ISYNC_REALM_NUM] = { }; end
468  
469 HideUIPanel(ISync_OptionsFrame);
470 HideUIPanel(ISync_BV_Frame);
471 HideUIPanel(ISync_FiltersFrame);
472 HideUIPanel(ISync_FavFrame);
473 HideUIPanel(ISync_SearchFrame);
474 HideUIPanel(ISync_MainFrame);
475  
476 ISYNC_SHOWSEARCH_CHK = 0;
477 ISync:Main_Refresh();
478 ISync:BV_Refresh();
479  
480  
481 DEFAULT_CHAT_FRAME:AddMessage("|c0000FF00ItemSync: Item database has been purged.");
482  
483  
484 end,
485 showAlert = 1,
486 timeout = 0,
487 exclusive = 1,
488 whileDead = 1,
489 interruptCinematic = 1
490 };
491  
492  
493 -----------------------
494 --THIS IS FOR PURGING!!
495 -----------------------
496  
497 ISYNC_DD_SORT = {
498 { name = ISYNC_SORT_NAME, sortType = "name" },
499 { name = ISYNC_SORT_RARITY, sortType = "rarity" },
500 };
501  
502  
503 ISYNC_SEARCH_TITLE = "Rechercher un objet";
504 ISYNC_SEARCH_HELP = "S\195\169lectionner les options de recherche.";
505 ISYNC_SEARCH_HELP1 = "Emplacement :";
506 ISYNC_SEARCH_HELP2 = "Arme :";
507 ISYNC_SEARCH_HELP3 = "M\195\169tier :";
508 ISYNC_SEARCH_HELP4 = "Armure :";
509 ISYNC_SEARCH_HELP5 = "Bouclier :";
510 ISYNC_SEARCH_HELP6 = "Recheche par nom :";
511 ISYNC_SEARCH_HELP7 = "Raret\195\169 :";
512 ISYNC_SEARCH_HELP8 = "Niveau :";
513  
514 ISYNC_SEARCH_BT1 = "Rechercher";
515 ISYNC_SEARCH_BT2 = "R\195\169initialiser";
516 ISYNC_SEARCH_BT3 = "Fermer la fen\195\170tre";
517  
518 ISYNC_CROSSBOW_TEXT = "Arbal\195\168te";
519 ISYNC_GUN_TEXT = "Arme \195\160 feu";
520 ISYNC_THROWN_TEXT = "Armes de jet";
521 ISYNC_WAND_TEXT = "Baguette";
522  
523 ISYNC_REQUIRE_FIND = "(.+) requis";
524 ISYNC_REQUIRE_FIND2 = "Niveau (%d+)";
525 ISYNC_REQUIRE_FIND3 = "(.+) %((%d+)%)";
526  
527 ISYNC_S_USE = "Utiliser:";
528 ISYNC_S_EQUIP = "Equip\195\169:";
529 ISYNC_S_PASSIVE = "passive:";
530 ISYNC_S_COH = "chance de toucher:";
531 ISYNC_S_REQUIRES = "Requiert";
532 ISYNC_S_RACES = "Races:";
533 ISYNC_S_CLASSES = "Classes:";
534 ISYNC_S_ALLSTAT = "all stat";
535  
536  
537 ISYNC_DD_LOCATION = {
538 { name = "AUCUN", sortType = "NONE" },
539 { name = "A distance", sortType = "A distance" },
540 { name = "A une main", sortType = "A une main" },
541 { name = "Bijou", sortType = "Bijou" },
542 { name = "Chemise", sortType = "Chemise" },
543 { name = "Cou", sortType = "Cou" },
544 { name = "Deux mains", sortType = "Deux mains" },
545 { name = "Doigt", sortType = "Doigt" },
546 { name = "Dos", sortType = "Dos" },
547 { name = "Epaule", sortType = "Epaule" },
548 { name = "Jambes", sortType = "Jambes" },
549 { name = "Main droite", sortType = "Main droite" },
550 { name = "Mains", sortType = "Mains" },
551 { name = "Main gauche", sortType = "Main gauche" },
552 { name = "Pieds", sortType = "Pieds" },
553 { name = "Poignets", sortType = "Poignets" },
554 { name = "Tabard", sortType = "Tabard" },
555 { name = "Taille", sortType = "Taille" },
556 { name = "Tenu(e) en main gauche", sortType = "Tenu(e) en main gauche" },
557 { name = "T\195\170te", sortType = "T\195\170te" },
558 { name = "Torse", sortType = "Torse" },
559 };
560  
561  
562 ISYNC_WeaponLocation = { };
563 ISYNC_WeaponLocation["Tenu(e) en main gauche"] = 1;
564 ISYNC_WeaponLocation["Dos"] = 2;
565 ISYNC_WeaponLocation["A une main"] = 3;
566 ISYNC_WeaponLocation["Deux mains"] = 4;
567 ISYNC_WeaponLocation["Main gauche"] = 5;
568 ISYNC_WeaponLocation["Poignets"] = 6;
569 ISYNC_WeaponLocation["Torse"] = 7;
570 ISYNC_WeaponLocation["Jambes"] = 8;
571 ISYNC_WeaponLocation["Pieds"] = 9;
572 ISYNC_WeaponLocation["Chemise"] = 10;
573 ISYNC_WeaponLocation["A distance"] = 11;
574 ISYNC_WeaponLocation["Main droite"] = 12;
575 ISYNC_WeaponLocation["Taille"] = 13;
576 ISYNC_WeaponLocation["T\195\170te"] = 14;
577 ISYNC_WeaponLocation[ISYNC_GUN_TEXT] = 15;
578 ISYNC_WeaponLocation["Doigt"] = 16;
579 ISYNC_WeaponLocation["Mains"] = 17;
580 ISYNC_WeaponLocation["Epaule"] = 18;
581 ISYNC_WeaponLocation[ISYNC_WAND_TEXT] = 19;
582 ISYNC_WeaponLocation["Bijou"] = 20;
583 ISYNC_WeaponLocation["Tabard"] = 21;
584 ISYNC_WeaponLocation["Cou"] = 22;
585 ISYNC_WeaponLocation[ISYNC_THROWN_TEXT] = 23;
586 ISYNC_WeaponLocation[ISYNC_CROSSBOW_TEXT] = 24;
587  
588  
589  
590 ISYNC_DD_WEAPONS = {
591 { name = "AUCUN", sortType = "NONE" },
592 { name = ISYNC_CROSSBOW_TEXT, sortType = ISYNC_CROSSBOW_TEXT },
593 { name = "Arc", sortType = "Arc" },
594 { name = ISYNC_GUN_TEXT, sortType = ISYNC_GUN_TEXT },
595 { name = "Arme d'hast", sortType = "Arme d'hast" },
596 { name = ISYNC_THROWN_TEXT, sortType = ISYNC_THROWN_TEXT },
597 { name = "Arme de pugilat", sortType = "Arme de pugilat" },
598 { name = ISYNC_WAND_TEXT, sortType = ISYNC_WAND_TEXT },
599 { name = "B\195\162ton", sortType = "B\195\162ton" },
600 { name = "Dague", sortType = "Dague" },
601 { name = "Ep\195\169e", sortType = "Ep\195\169e" },
602 { name = "Hache", sortType = "Hache" },
603 { name = "Masse", sortType = "Masse" },
604 };
605  
606  
607 ISYNC_WeaponTypes = { };
608 ISYNC_WeaponTypes["Hache"] = 1;
609 ISYNC_WeaponTypes["Arc"] = 2;
610 ISYNC_WeaponTypes["Dague"] = 3;
611 ISYNC_WeaponTypes["Masse"] = 4;
612 ISYNC_WeaponTypes["B\195\162ton"] = 5;
613 ISYNC_WeaponTypes["Ep\195\169e"] = 6;
614 ISYNC_WeaponTypes[ISYNC_GUN_TEXT] = 7;
615 ISYNC_WeaponTypes[ISYNC_WAND_TEXT] = 8;
616 ISYNC_WeaponTypes[ISYNC_THROWN_TEXT] = 9;
617 ISYNC_WeaponTypes["Arme d'hast"] = 10;
618 ISYNC_WeaponTypes["Arme de pugilat"] = 11;
619 ISYNC_WeaponTypes[ISYNC_CROSSBOW_TEXT] = 12;
620  
621  
622  
623 ISYNC_DD_TRADESKILLS = {
624 { name = "AUCUN", sortType = "NONE" },
625 { name = "Alchimie", sortType = "Alchimie" },
626 { name = "Couture", sortType = "Couture" },
627 { name = "Cuisine", sortType = "Cuisine" },
628 { name = "Enchantement", sortType = "Enchantement" },
629 { name = "Forge", sortType = "Forge" },
630 { name = "Ing\195\169nierie", sortType = "Ing\195\169nierie" },
631 { name = "P\195\170che", sortType = "P\195\170che" },
632 { name = "Secourisme", sortType = "Secourisme" },
633 { name = "Travail du cuir", sortType = "Travail du cuir" },
634 };
635  
636 ISYNC_TradeSkills = { };
637 ISYNC_TradeSkills["Alchimie"] = 1;
638 ISYNC_TradeSkills["Forge"] = 2;
639 ISYNC_TradeSkills["Cuisine"] = 3;
640 ISYNC_TradeSkills["Enchantement"] = 4;
641 ISYNC_TradeSkills["Ing\195\169nierie"] = 5;
642 ISYNC_TradeSkills["Travail du cuir"] = 6;
643 ISYNC_TradeSkills["Couture"] = 7;
644 ISYNC_TradeSkills["Secourisme"] = 8;
645 ISYNC_TradeSkills["P\195\170che"] = 9;
646  
647 ISYNC_DD_ARMOR = {
648 { name = "AUCUN", sortType = "NONE" },
649 { name = "Cuir", sortType = "Cuir" },
650 { name = "Mailles", sortType = "Mailles" },
651 { name = "Plaques", sortType = "Plaques" },
652 { name = "Tissu", sortType = "Tissu" },
653 };
654  
655 ISYNC_ArmorTypes = { };
656 ISYNC_ArmorTypes["Tissu"] = 1;
657 ISYNC_ArmorTypes["Cuir"] = 2;
658 ISYNC_ArmorTypes["Mailles"] = 3;
659 ISYNC_ArmorTypes["Plaques"] = 4;
660  
661  
662  
663  
664 ISYNC_DD_SHIELD = {
665 { name = "AUCUN", sortType = "NONE" },
666 { name = "Bouclier", sortType = "Bouclier" },
667 { name = "Targe", sortType = "Targe" },
668 };
669  
670  
671 ISYNC_ShieldTypes = { };
672 ISYNC_ShieldTypes["Targe"] = 1;
673 ISYNC_ShieldTypes["Bouclier"] = 2;
674  
675  
676  
677 ISYNC_DD_RARITY = {
678 { name = "Tout", sortType = "NONE" },
679 { name = "|cff9d9d9dPauvre|r", sortType = 0 },
680 { name = "|cffffffffCourant|r", sortType = 1 },
681 { name = "|cff1eff00Inabituel|r", sortType = 2 },
682 { name = "|cff0070ddRare|r", sortType = 3 },
683 { name = "|cffa335eeEpique|r", sortType = 4 },
684 { name = "|cffff8000L\195\169gendaire|r", sortType = 5},
685  
686 };
687  
688  
689 ISYNC_DD_LEVEL = {
690 { name = "Tout", sortType = "NONE" },
691 { name = "1-5", sortType = 0 },
692 { name = "5-10", sortType = 1 },
693 { name = "10-15", sortType = 2 },
694 { name = "15-20", sortType = 3 },
695 { name = "20-25", sortType = 4 },
696 { name = "25-30", sortType = 5 },
697 { name = "30-35", sortType = 6 },
698 { name = "35-40", sortType = 7 },
699 { name = "40-45", sortType = 8 },
700 { name = "45-50", sortType = 9 },
701 { name = "50-55", sortType = 10 },
702 { name = "55-60", sortType = 11 },
703  
704  
705 };
706  
707  
708  
709 end
710