1 | <?php
|
---|
2 | /*
|
---|
3 | * Project Name: MiniManager for Mangos Server
|
---|
4 | * Date: 17.10.2006 inital version (0.0.1a)
|
---|
5 | * Author: Il turisto (French Translation)
|
---|
6 | * Copyright: Il turisto (French Translation)
|
---|
7 | * Email: *****
|
---|
8 | * License: GNU General Public License v2(GPL)
|
---|
9 | */
|
---|
10 |
|
---|
11 | $site_encoding = "UTF-8";
|
---|
12 |
|
---|
13 | $lang_global = array(
|
---|
14 | // ----- GENERAL ERROR CODES -----
|
---|
15 | 'err_sql_conn_db' => 'Erreur - Non connecté au serveur sql!',
|
---|
16 | 'err_sql_open_db' => 'Erreur - ne peut pas ouvrir la base de donnée !',
|
---|
17 | 'err_no_result' => 'Aucun résultats.',
|
---|
18 | 'err_no_user' => 'Aucun utilisateurs trouvés!',
|
---|
19 | 'err_no_records_found' => 'Aucun enregistrements!',
|
---|
20 | 'err_no_search_passed' => 'Aucun paramètres de recherche.',
|
---|
21 | // ------ GENERAL -----
|
---|
22 | 'empty_fields' => 'Certains champs ne sont pas remplis',
|
---|
23 | 'search' => 'Recherche',
|
---|
24 | 'limit' => 'limite',
|
---|
25 | 'back' => 'Retour',
|
---|
26 | 'go_back' => 'Retour',
|
---|
27 | 'home' => 'Page principale',
|
---|
28 | 'none' => 'aucun',
|
---|
29 | 'delete' => 'Suppr.',
|
---|
30 | 'edit' => 'Editer',
|
---|
31 | 'yes' => 'OUI',
|
---|
32 | 'yes_low' => 'Oui',
|
---|
33 | 'no' => 'NON',
|
---|
34 | 'no_low' => 'Non',
|
---|
35 | 'are_you_sure' => 'ETES-VOUS SUR?',
|
---|
36 | 'will_be_erased' => 'Ce sera supprimé de la base de données sans possibilité de retour en arrière!',
|
---|
37 | 'unlinked' => 'Unlinked'
|
---|
38 | );
|
---|
39 |
|
---|
40 | $lang_login = array(
|
---|
41 | // ----- LOGIN.PHP -----
|
---|
42 | 'login' =>'Pseudo',
|
---|
43 | 'username' => 'Nom d\'utilisateur',
|
---|
44 | 'password' => 'Mot de passe',
|
---|
45 | 'not_registrated' => 'Pas enregistré?',
|
---|
46 | 'bad_pass_user' => 'Nom d\'utilisateur et/ou mot de passe invalide!',
|
---|
47 | 'missing_pass_user' => 'Nom d\'utilisateur et/ou mot de passe manquant!',
|
---|
48 | 'banned_acc' => 'Compte banni, svp contactez l\'administrateur du serveur',
|
---|
49 | 'locked_acc' => 'Compte suspendu, svp contactez l\'administrateur du serveur',
|
---|
50 | 'no_permision' => 'Vous n\'avez PAS la permissions d\'accéder aux données demandées',
|
---|
51 | 'enter_valid_logon' => 'Svp entrez un nom d\'utilisateur et mot de passe valide:',
|
---|
52 | 'select_realm' => 'Royaume',
|
---|
53 | 'remember_me' => 'Remember Me', //TODO
|
---|
54 | 'pass_recovery' => 'Lost Password?' //TODO
|
---|
55 | );
|
---|
56 |
|
---|
57 | $lang_register = array(
|
---|
58 | // ----- REGISTER.PHP -----
|
---|
59 | 'create_acc' =>'Créer un compte',
|
---|
60 | 'username' => 'Nom<br />d\'utilisateur',
|
---|
61 | 'use_eng_chars_limited_len' => 'Utilisez uniquement des caractères anglais.<br />Pas d\'accents ni de caractères spéciaux.<br />La longueur doit être comprise entre 4 et 14 caractères.',
|
---|
62 | 'password' => 'Mot de passe',
|
---|
63 | 'confirm_password' => 'Confirmez le<br />mot de passe',
|
---|
64 | 'min_pass_len' => 'La longueur doit être comprise entre 4 et 14 caractères.',
|
---|
65 | 'email' => 'Adresse email',
|
---|
66 | 'use_valid_mail' => 'Svp soyez sûr d\'utiliser une adresse email valide.',
|
---|
67 | 'create_acc_button' => 'Créer un compte',
|
---|
68 | 'diff_pass_entered' => 'Les mot de passes doivent être identiques.',
|
---|
69 | 'already_exist' => 'Déjà existant',
|
---|
70 | 'acc_reg_closed' => 'Désolé l\'inscription est actuellement fermée.',
|
---|
71 | 'wrong_pass_username_size' => 'Le mot de passe et le nom d\'utilisateur doivent avoir une longueur comprise entre 4 et 14 caractères!',
|
---|
72 | 'bad_chars_used' => 'Le nom d\'utilisateur ne doit contenir que des caractères du type : [A-Z][a-z][0-9]!',
|
---|
73 | 'invalid_email' => 'Votre email n\'est pas valide!',
|
---|
74 | 'banned_ip' => 'L\'ip que vous utilisez est bannie',
|
---|
75 | 'contact_serv_admin' => 'Contactez l\'administrateur du serveur.',
|
---|
76 | 'users_ip_range' => 'Utilisateur du range d\'ip',
|
---|
77 | 'cannot_create_acc' => 'Impossible de créer le compte.',
|
---|
78 | 'fill_all_fields' => 'Svp complétez tout les champs.',
|
---|
79 | 'acc_type' => 'Account Type', //TODO
|
---|
80 | 'acc_type_desc' => 'The type of Client will be used.', //TODO
|
---|
81 | 'classic' => 'Classic',
|
---|
82 | 'expansion' => 'Expansion',
|
---|
83 | 'recover_acc_password' => 'Recover Account\'s Password', //TODO
|
---|
84 | 'user_pass_rec_desc' => 'Please enter username you registered with.', //TODO
|
---|
85 | 'mail_pass_rec_desc' => 'Please make sure to use same email address as in initial registration.', //TODO
|
---|
86 | 'recover_pass' => 'Recover Password', //TODO
|
---|
87 | 'user_mail_not_found' => 'Provided Username/email combination not found.', //TODO
|
---|
88 | 'recovery_mail_sent' => 'Recovery mail sent',
|
---|
89 | 'read_terms' => 'Please make sure to read, understand and accept the terms of usage under which this account will be created',
|
---|
90 | 'terms' => 'Terms of Service',
|
---|
91 | 'error_terms' => 'Terms of Service were Not Accepted',
|
---|
92 | 'i_agree' => 'I Agree',
|
---|
93 | 'i_dont_agree' => 'I Do Not Agree'
|
---|
94 | );
|
---|
95 |
|
---|
96 | $lang_index = array(
|
---|
97 | // ----- INDEX.PHP -----
|
---|
98 | 'realm' =>'Realm',
|
---|
99 | 'online' => 'En ligne',
|
---|
100 | 'offline_or_let_height' => 'Hors ligne ou latence trop élevée',
|
---|
101 | 'add_motd' => 'Ajouter un message du jour (motd)',
|
---|
102 | 'delete' => 'Supprimer',
|
---|
103 | 'tot_users_online' => 'Utilisateurs en ligne',
|
---|
104 | 'name' => 'Nom',
|
---|
105 | 'race' => 'Race',
|
---|
106 | 'class' => 'Classe',
|
---|
107 | 'level' => 'Niveau',
|
---|
108 | 'map' => 'Carte',
|
---|
109 | 'zone' => 'Zone',
|
---|
110 | 'honor_kills' => 'R.H.'
|
---|
111 | );
|
---|
112 |
|
---|
113 | $lang_header = array(
|
---|
114 | // ----- HEADER.PHP -----
|
---|
115 | 'main' =>'Portail',
|
---|
116 | 'users' => 'Utilisateurs',
|
---|
117 | 'accounts' => 'Comptes',
|
---|
118 | 'characters' => 'Personnages',
|
---|
119 | 'guilds' => 'Guildes',
|
---|
120 | 'banned_list' => 'Liste des bannis',
|
---|
121 | 'cleanup' => 'Nettoyer',
|
---|
122 | 'tools' => 'Outils',
|
---|
123 | 'ssh_line' => 'Ligne SSH',
|
---|
124 | 'run_sql_patch' => 'Lancer un patch sql',
|
---|
125 | 'backup' => 'Sauvegardes',
|
---|
126 | 'tickets' => 'Tickets',
|
---|
127 | 'realm' => 'Realm',
|
---|
128 | 'add_motd' => 'Ajouter un MOTD',
|
---|
129 | 'mail' => 'Email',
|
---|
130 | 'my_acc' => 'Mon compte',
|
---|
131 | 'edit_my_acc' => 'Editer mon compte',
|
---|
132 | 'logout' => 'Se déconnecter',
|
---|
133 | 'menu' => 'Menu',
|
---|
134 | 'db' => 'DB',
|
---|
135 | 'items' => 'Objets',
|
---|
136 | 'statistics' => 'Statistics', //TODO: Translate
|
---|
137 | 'teleports' => 'Teleports', //TODO: Translate
|
---|
138 | 'command' => 'Commands', //TODO: Translate
|
---|
139 | 'creatures' => 'Creatures', //TODO: Translate
|
---|
140 | 'player_map' => 'Player Map', //TODO
|
---|
141 | 'irc' => 'IRC Applet', //TODO
|
---|
142 | 'repair' => 'Repair/Optimize', //TODO
|
---|
143 | 'game_object' => 'Game Object',
|
---|
144 | 'forums' => 'Forums',
|
---|
145 | 'auctionhouse' => 'Auction House', //TODO
|
---|
146 | );
|
---|
147 |
|
---|
148 | $lang_footer = array(
|
---|
149 | // -----FOOTER.PHP -----
|
---|
150 | 'bugs_to_admin' => 'Problème et bugs :',
|
---|
151 | 'site_admin' => 'Administrateur du site'
|
---|
152 | );
|
---|
153 |
|
---|
154 | $lang_repair = array(
|
---|
155 | // ----- REPAIR.PHP -----
|
---|
156 | 'repair_optimize' => 'Repair / Optimize Tables',
|
---|
157 | 'repair' => 'Repair',
|
---|
158 | 'optimize' => 'Optimize',
|
---|
159 | 'start' => 'Start',
|
---|
160 | 'repair_finished' => 'Repair / Optimization Finished',
|
---|
161 | 'no_table_selected' => 'No Table(s) Selected',
|
---|
162 | 'table_name' => 'Table Name',
|
---|
163 | 'status' => 'Status',
|
---|
164 | 'num_records' => 'Number of Records',
|
---|
165 | 'tables' => 'Tables',
|
---|
166 | 'select_tables' => 'Select Tables the operation to be performed on.',
|
---|
167 | 'repair_error' => 'Error'
|
---|
168 | );
|
---|
169 |
|
---|
170 | $lang_backup = array(
|
---|
171 | // ----- BACKUP.PHP -----
|
---|
172 | 'backup_options' =>'Options de sauvegardes',
|
---|
173 | 'select_option' => 'Choississez les options de sauvegardes',
|
---|
174 | 'save' => 'Sauver',
|
---|
175 | 'load' => 'Charger',
|
---|
176 | 'to_from' => 'A/de',
|
---|
177 | 'web_backup' => 'Sauvegarde web',
|
---|
178 | 'local_file' => 'Fichier local',
|
---|
179 | 'acc_on_file' => 'Compte sur un fichier',
|
---|
180 | 'enter_acc_name' => 'ID du compte que vous souhaitez charger',
|
---|
181 | 'backup_acc' => 'BackUp des comptes',
|
---|
182 | 'go' => 'Aller',
|
---|
183 | 'save_table_struc_backup' => 'Sauver la structure des tables en plus des données',
|
---|
184 | 'select_file' => 'Choississez un fichier',
|
---|
185 | 'max_file_size' => 'La taille maximale du fichier est de :',
|
---|
186 | 'use_ftp_for_large_files' => 'Pour les plus grands fichiers vous pouvez envoyer votre fichier par ftp directement dans votre dossier de sauvegarde',
|
---|
187 | 'upload' => 'Envoyer',
|
---|
188 | 'upload_sql_file_only' => 'Vous ne devriez envoyer que des fichiers .sql ou .qbquery.',
|
---|
189 | 'upload_sql_file_only' => 'You may only upload .sql or .qbquery files.',
|
---|
190 | 'upload_err_write_permission' => 'Impossible d\'envoyer le fichier<br />Vérifiez les permissions du répoertoire',
|
---|
191 | 'file_not_found' => 'Fichier non trouvé!',
|
---|
192 | 'file_write_err' => 'Impossible d\'écrire le fichier!',
|
---|
193 | 'backup_finished' => 'Sauvegarde finie avec succès',
|
---|
194 | 'select_backup' => 'Choississez un fichier de sauvegarde',
|
---|
195 | 'file_loaded' => 'Fichier chargé et',
|
---|
196 | 'que_executed' => 'Requêtes exécutées avec succès',
|
---|
197 | 'tables_to_save' => 'Les tables suivantes seront sauvées',
|
---|
198 | 'save_all_realms' => 'Sauver les données de tous les royaumes'
|
---|
199 | );
|
---|
200 |
|
---|
201 | $lang_banned = array( //TODO
|
---|
202 | // ----- BANNED.PHP -----
|
---|
203 | 'add_to_banned' =>'Add to Banned Lists',
|
---|
204 | 'tot_banned' => 'Total Banned',
|
---|
205 | 'ip_acc' => 'Ip / Account',
|
---|
206 | 'will_be_removed_from_banned' => 'Will be removed from Banned List',
|
---|
207 | 'ban_entry' => 'Ban IP / Account',
|
---|
208 | 'err_del_entry' => 'Error deleting banned entry',
|
---|
209 | 'updated' => 'Update action success!',
|
---|
210 | 'banned_list' => 'Banned List',
|
---|
211 | 'bandate' => 'Ban Date',
|
---|
212 | 'unbandate' => 'Unban Date',
|
---|
213 | 'bannedby' => 'Banned by',
|
---|
214 | 'banreason' => 'Reason',
|
---|
215 | 'banned_ips' => 'Banned IPs',
|
---|
216 | 'banned_accounts' => 'Banned Accounts',
|
---|
217 | 'ban_type' => 'Ban Type',
|
---|
218 | 'account' => 'Account',
|
---|
219 | 'ip' => 'IP',
|
---|
220 | 'ban_time' => 'Ban for amount of (hours)',
|
---|
221 | 'entry' => 'Entry (Acc. name / IP)',
|
---|
222 | 'acc_not_found' => 'Account Not Found'
|
---|
223 | );
|
---|
224 |
|
---|
225 | $lang_char = array(
|
---|
226 | // ----- CHAR.PHP -----
|
---|
227 | 'online' =>'En ligne',
|
---|
228 | 'offline' => 'Hors ligne',
|
---|
229 | 'guild_leader' => 'Maître de guilde',
|
---|
230 | 'guild' => 'Guildue',
|
---|
231 | 'rank' => 'Rang',
|
---|
232 | 'honor_points' => 'Rank d\'honneur',
|
---|
233 | 'honor_kills' => 'Nombre de tués',
|
---|
234 | 'exp' => 'Expérience',
|
---|
235 | 'melee_ap' => 'Puissance en melée',
|
---|
236 | 'ranged_ap' => 'Puissance à distance',
|
---|
237 | 'block' => 'Bloque',
|
---|
238 | 'dodge' => 'Esquive',
|
---|
239 | 'parry' => 'Parade',
|
---|
240 | 'crit' => 'Critique',
|
---|
241 | 'range_crit' => 'Critique à distance',
|
---|
242 | 'days' => 'Jours',
|
---|
243 | 'hours' => 'Heures',
|
---|
244 | 'min' => 'Min.',
|
---|
245 | 'backpack' => 'Sac à dos',
|
---|
246 | 'gold' => 'Or',
|
---|
247 | 'tot_paly_time' => 'Temps total joué',
|
---|
248 | 'chars_acc' => 'Compte',
|
---|
249 | 'send_mail' =>'Envoi mail (wow)',
|
---|
250 | 'del_char' => 'Supprimer',
|
---|
251 | 'no_char_found' => 'Pas de personnage trouvé!',
|
---|
252 | 'char_sheet' => 'Character Sheet', //TODO: Translate
|
---|
253 | 'inventory' => 'Inventory', //TODO: Translate
|
---|
254 | 'reputation' => 'Reputation', //TODO: Translate
|
---|
255 | 'bank_items' => 'Bank Items', //TODO: Translate
|
---|
256 | 'quests' => 'Quests', //TODO: Translate
|
---|
257 | 'no_act_quests' => 'No active Quests Found.', //TODO: Translate
|
---|
258 | 'quest_id' => 'ID', //TODO: Translate
|
---|
259 | 'quest_title' => 'Quest Title', //TODO: Translate
|
---|
260 | 'professions' => 'Professions', //TODO
|
---|
261 | 'skills' => 'Skills', //TODO
|
---|
262 | // ---- edit_char.php ----
|
---|
263 | 'update' => 'Sauvegarder',
|
---|
264 | 'edit_char' => 'Editer les données du personnage',
|
---|
265 | 'edit_button' => 'Editer les données',
|
---|
266 | 'edit_rules' => 'Les valeurs sont celles de base du personnage sans les ajout d\'objets/sorts.',
|
---|
267 | 'edit_offline_only_char' => ' - Seul les personnages déconnectés peuvent être édités.',
|
---|
268 | 'no_permission' => 'Vous n\'avez pas les permissions requises pour éditer ce personnage.',
|
---|
269 | 'err_edit_online_char' => 'impossible d\'éditer un personnage en ligne',
|
---|
270 | 'updated' => 'Sauvegarde effectuée avec succès',
|
---|
271 | 'update_err' => 'Erreur lors de la suavegarde',
|
---|
272 | 'use_numeric' => 'Vous ne pouvez utiliser que des valeurs numériques',
|
---|
273 | 'check_to_delete' => 'Cochez la case qui suit l\'objet pour le supprimer.',
|
---|
274 | 'to_char_view' => 'Voir le personnage',
|
---|
275 | 'inv_bank' => 'Objet de l\'inventaire et de la banque',
|
---|
276 | 'location' => 'Location', //TODO
|
---|
277 | 'move_to' => 'Teleport to (.tele location name)', //TODO
|
---|
278 | 'no_tp_location' => 'No teleport location found using provided name.' //TODO
|
---|
279 | );
|
---|
280 |
|
---|
281 | $lang_item = array(
|
---|
282 | // ----- ITEM TOOLTIP -----
|
---|
283 | 'head' => 'Tête',
|
---|
284 | 'gloves' => 'Gant',
|
---|
285 | 'neck' => 'Nuque',
|
---|
286 | 'belt' => 'Ceinture',
|
---|
287 | 'shoulder' => 'Epaules',
|
---|
288 | 'legs' => 'Jambes',
|
---|
289 | 'back' => 'Dos',
|
---|
290 | 'feet' => 'Pieds',
|
---|
291 | 'chest' => 'Torse',
|
---|
292 | 'finger' => 'Doigt',
|
---|
293 | 'shirt' => 'Chemise',
|
---|
294 | 'tabard' => 'Tabard',
|
---|
295 | 'trinket' => 'Collier',
|
---|
296 | 'wrist' => 'Poignet',
|
---|
297 | 'main_hand' => 'Main principale',
|
---|
298 | 'one_hand' => 'Une main',
|
---|
299 | 'off_hand' => 'Main secondaire',
|
---|
300 | 'ranged' => 'Distance',
|
---|
301 | 'ammo' => 'Munitions',
|
---|
302 | 'bop' => 'Lié quand ramassé',
|
---|
303 | 'boe' => 'Lié quand équipé',
|
---|
304 | 'bou' => 'Lié quand utilisé',
|
---|
305 | 'quest_item' => 'Objet de quête',
|
---|
306 | 'axe_1h' => 'Hache (à une main)',
|
---|
307 | 'axe_2h' => 'Hache (à deux mains)',
|
---|
308 | 'bow' => 'Arc',
|
---|
309 | 'rifle' => 'Arme à feu',
|
---|
310 | 'mace_1h' => 'Masse (à une main)',
|
---|
311 | 'mace_2h' => 'Masse (à deux main)',
|
---|
312 | 'polearm' => 'Arme d\'Hast',
|
---|
313 | 'sword_1h' => 'Epée (à une main)',
|
---|
314 | 'sword_2h' => 'Epée (à deux mains)',
|
---|
315 | 'staff' => 'Bâton',
|
---|
316 | 'exotic_1h' => 'Exotique (une main)',
|
---|
317 | 'exotic_2h' => 'Exotique (deux mains)',
|
---|
318 | 'fist_weapon' => 'Arme de poing',
|
---|
319 | 'misc_weapon' => 'Arme diverse',
|
---|
320 | 'dagger' => 'Dague',
|
---|
321 | 'thrown' => 'Lancer',
|
---|
322 | 'spear' => 'Lance',
|
---|
323 | 'crossbow' => 'Arbalète',
|
---|
324 | 'wand' => 'Baguette',
|
---|
325 | 'fishing_pole' => 'Canne à pêche',
|
---|
326 | 'rod' => 'Enchanter\'s Rod', // <---- TODO
|
---|
327 | 'robe' => 'Robe',
|
---|
328 | 'tome' => 'Tome',
|
---|
329 | 'two_hand' => 'Deux mains',
|
---|
330 | 'off_misc' => 'Renfort (Divers)',
|
---|
331 | 'consumable' => 'Consommable',
|
---|
332 | 'arrows' => 'Projectile - Flèches',
|
---|
333 | 'bullets' => 'Projectile - Balles',
|
---|
334 | 'projectile' => 'Projectile',
|
---|
335 | 'trade_goods' => 'Marchandises',
|
---|
336 | 'parts' => 'Parties',
|
---|
337 | 'explosives' => 'Explosifs',
|
---|
338 | 'devices' => 'Machines',
|
---|
339 | 'book' => 'Livre',
|
---|
340 | 'recipe' => 'Ingrédient',
|
---|
341 | 'LW_pattern' => 'Patron de travail du cuir',
|
---|
342 | 'tailoring_pattern' => 'Patron de couture',
|
---|
343 | 'ENG_Schematic' => 'Schéma d\'ingénierie',
|
---|
344 | 'BS_plans' => 'Plan de Forgeron',
|
---|
345 | 'cooking_recipe' => 'Recette de cuisine',
|
---|
346 | 'alchemy_recipe' => 'Ingrédient d\'Alchimie',
|
---|
347 | 'FA_manual' => 'Manuel de premier secours',
|
---|
348 | 'ench_formula' => 'Formule d\'Enchantement',
|
---|
349 | 'JC_formula' => 'Jewelcrafting Formula', // <---- TODO
|
---|
350 | 'quiver' => 'Carquois',
|
---|
351 | 'ammo_pouch' => 'Poche à munition',
|
---|
352 | 'soul_shards' => 'Soul Shards', // <---- TODO
|
---|
353 | 'herbs' => 'Herbs', // <---- TODO
|
---|
354 | 'enchanting' => 'Enchanting', // <---- TODO
|
---|
355 | 'engineering' => 'Engineering', // <---- TODO
|
---|
356 | 'gems' => 'Gems', // <---- TODO
|
---|
357 | 'keys' => 'Keys', // <---- TODO
|
---|
358 | 'mining' => 'Mining', // <---- TODO
|
---|
359 | 'key' => 'Clé',
|
---|
360 | 'lockpick' => 'Crochetage',
|
---|
361 | 'weapon' => 'Arme',
|
---|
362 | 'reagent' => 'Ingrédient',
|
---|
363 | 'quest' => 'Quête',
|
---|
364 | 'misc_short' => 'Divers',
|
---|
365 | 'permanent' => 'Permanent',
|
---|
366 | 'poor' => 'Abimé',
|
---|
367 | 'common' => 'Commun',
|
---|
368 | 'uncommon' => 'Inhabituel',
|
---|
369 | 'rare' => 'Rare',
|
---|
370 | 'epic' => 'Epique',
|
---|
371 | 'legendary' => 'Légendaire',
|
---|
372 | 'artifact' => 'Artefact',
|
---|
373 | 'unique' => 'Unique',
|
---|
374 | 'misc' => 'Divers',
|
---|
375 | 'armor' => 'Armure',
|
---|
376 | 'cloth' => 'Tissu',
|
---|
377 | 'leather' => 'Cuir',
|
---|
378 | 'mail' => 'Maille',
|
---|
379 | 'plate' => 'Plaque',
|
---|
380 | 'shield' => 'Bouclier',
|
---|
381 | 'buckler' => 'Buckler', // <---- TODO
|
---|
382 | 'block' => 'Block', // <---- TODO
|
---|
383 | 'none' => 'None', // <---- TODO
|
---|
384 | 'other' => 'Other', // <---- TODO
|
---|
385 | 'damage' => 'Dommage',
|
---|
386 | 'speed' => 'Vitesse',
|
---|
387 | 'holy_dmg' => 'Dommage sacré',
|
---|
388 | 'fire_dmg' => 'Dommage Feu',
|
---|
389 | 'nature_dmg' => 'Dommage Nature',
|
---|
390 | 'frost_dmg' => 'Dommage Gel',
|
---|
391 | 'shadow_dmg' => 'Dommage Ombre',
|
---|
392 | 'arcane_dmg' => 'Dommage Arcane',
|
---|
393 | 'physical_dmg' => 'Physical', // <---- TODO
|
---|
394 | 'lvl_req' => 'Nécessite le niveau',
|
---|
395 | 'item_set' => 'Objet de Set',
|
---|
396 | 'bag' => 'Sac',
|
---|
397 | 'health' => 'Vie',
|
---|
398 | 'mana' => 'Mana',
|
---|
399 | 'res_arcane' => 'Res. Arcane',
|
---|
400 | 'res_holy' => 'Res. Sacré',
|
---|
401 | 'res_fire' => 'Res. Feu',
|
---|
402 | 'res_nature' => 'Res. Nature',
|
---|
403 | 'res_frost' => 'Res. Froid',
|
---|
404 | 'res_shadow' => 'Res. Ombre',
|
---|
405 | 'strength' => 'Force',
|
---|
406 | 'agility' => 'Agilité',
|
---|
407 | 'stamina' => 'Endurance',
|
---|
408 | 'intellect' => 'Intelligence',
|
---|
409 | 'spirit' => 'Esprit',
|
---|
410 | 'spell_use' => 'Use', // <---- TODO
|
---|
411 | 'spell_equip' => 'Equip', // <---- TODO
|
---|
412 | 'spell_coh' => 'Chance On Hit', // <---- TODO
|
---|
413 | 'class' => 'Class', // <---- TODO
|
---|
414 | 'slots' => 'Slots', // <---- TODO
|
---|
415 | 'charges' => 'Charge(s)', // <---- TODO
|
---|
416 | //TODO: Translate All below
|
---|
417 | 'socket_bonus' => 'Socket Bonus',
|
---|
418 | 'potion' => 'Potion',
|
---|
419 | 'scroll' => 'Scroll',
|
---|
420 | 'bandage' => 'Bandage',
|
---|
421 | 'healthstone' => 'HealthStone',
|
---|
422 | 'combat_effect' => 'CombatEffect',
|
---|
423 | 'libram' => 'Libram',
|
---|
424 | 'idol' => 'Idol',
|
---|
425 | 'totem' => 'Totem',
|
---|
426 | 'fishing_manual' => 'Fishing Manual',
|
---|
427 | 'soul_stone' => 'Soul Stone',
|
---|
428 | 'no_bind' => 'Not Binding',
|
---|
429 | 'socket_meta' => 'Meta Socket',
|
---|
430 | 'socket_red' => 'Red Socket',
|
---|
431 | 'socket_yellow' => 'Yellow Socket',
|
---|
432 | 'socket_blue' => 'Blue Socket',
|
---|
433 | 'rating_by' => 'Rating by',
|
---|
434 | 'improves' => 'Improves',
|
---|
435 | 'DEFENCE_RATING' => 'Defence',
|
---|
436 | 'DODGE_RATING' => 'Dodge',
|
---|
437 | 'PARRY_RATING' => 'Parry',
|
---|
438 | 'SHIELD_BLOCK_RATING' => 'Shield Block',
|
---|
439 | 'MELEE_HIT_RATING' => 'Melee Hit',
|
---|
440 | 'RANGED_HIT_RATING' => 'Ranged Hit',
|
---|
441 | 'SPELL_HIT_RATING' => 'Spell Hit',
|
---|
442 | 'MELEE_CS_RATING' => 'Melee Crit',
|
---|
443 | 'RANGED_CS_RATING' => 'Ranged Crit',
|
---|
444 | 'SPELL_CS_RATING' => 'Spell Crit',
|
---|
445 | 'MELEE_HA_RATING' => 'Melee Hit Avoid',
|
---|
446 | 'RANGED_HA_RATING' => 'Ranged Hit Avoid',
|
---|
447 | 'SPELL_HA_RATING' => 'Spell Hit Avoid',
|
---|
448 | 'MELEE_CA_RATING' => 'Melee Crit Avoid',
|
---|
449 | 'RANGED_CA_RATING' => 'Ranged Crit Avoid',
|
---|
450 | 'SPELL_CA_RATING' => 'Spell Crit Avoid',
|
---|
451 | 'MELEE_HASTE_RATING' => 'Melee Haste',
|
---|
452 | 'RANGED_HASTE_RATING' => 'Ranged Haste',
|
---|
453 | 'SPELL_HASTE_RATING' => 'Spell Haste',
|
---|
454 | 'HIT_RATING' => 'Hit',
|
---|
455 | 'CS_RATING' => 'Critical Strike',
|
---|
456 | 'HA_RATING' => 'Hit Avoid',
|
---|
457 | 'CA_RATING' => 'Crit Avoid',
|
---|
458 | 'RESILIENCE_RATING' => 'Resistance',
|
---|
459 | 'HASTE_RATING' => 'Haste'
|
---|
460 | );
|
---|
461 |
|
---|
462 | $lang_char_list = array(
|
---|
463 | // ----- CHAR_LIST.PHP -----
|
---|
464 | 'cleanup' =>'Nettoyer',
|
---|
465 | 'by_id' => 'par ID',
|
---|
466 | 'by_name' => 'par nom',
|
---|
467 | 'by_account' => 'par compte',
|
---|
468 | 'by_level' => '= niveau',
|
---|
469 | 'greater_level' => '< niveau',
|
---|
470 | 'by_guild' => 'by guilde',
|
---|
471 | 'by_race_id' => 'id de race',
|
---|
472 | 'by_class_id' => 'id de classe',
|
---|
473 | 'by_map_id' => 'par id de carte',
|
---|
474 | 'by_honor_kills' => '= d\'honneur',
|
---|
475 | 'greater_honor_kills' => '< d\'honneur',
|
---|
476 | 'by_online' => 'connecté',
|
---|
477 | 'id' => 'ID',
|
---|
478 | 'char_name' => 'Nom',
|
---|
479 | 'account' => 'Compte',
|
---|
480 | 'race' => 'Race',
|
---|
481 | 'class' => 'Classe',
|
---|
482 | 'level' => 'Niveau',
|
---|
483 | 'map' => 'Carte',
|
---|
484 | 'zone' => 'Zone',
|
---|
485 | 'honor_kills' => 'R.H.',
|
---|
486 | 'online' => 'En ligne',
|
---|
487 | 'del_selected_chars' => 'Effacer choisi',
|
---|
488 | 'tot_chars' => 'Nombre total de personnages',
|
---|
489 | 'characters' => 'Personnages',
|
---|
490 | 'tot_found' => 'Nombre total trouvés',
|
---|
491 | 'char_ids' => 'Id(s) du/des personnage(s)',
|
---|
492 | 'no_chars_del' => 'Aucun personnages supprimés!<br />Erreur de droits?',
|
---|
493 | 'total' => 'Total',
|
---|
494 | 'chars_deleted' => 'Personnage supprimé!',
|
---|
495 | 'back_browse_chars' => 'Retour à la liste des personnages',
|
---|
496 | 'search_results' => 'Résultat de la recherche',
|
---|
497 | 'browse_chars' => 'Liste des personnages',
|
---|
498 | 'chars_gold' => '< Or (C)',
|
---|
499 | 'by_item' => 'par ID d\'Objet'
|
---|
500 | );
|
---|
501 |
|
---|
502 | $lang_cleanup = array(
|
---|
503 | // ----- CLEANUP.PHP -----
|
---|
504 | 'cleanup_options' =>'Options de nettoyage',
|
---|
505 | 'clean_chars' => 'Nettoyer les personnages',
|
---|
506 | 'char_level' => 'Niveau du personnage',
|
---|
507 | 'tot_play_time' => 'Temps total joué (sec)',
|
---|
508 | 'clean_acc' => 'Nettoyer les comptes',
|
---|
509 | 'last_login_time' => 'Dernière connection (Y:M:D)',
|
---|
510 | 'failed_logins' => 'Connections ratées',
|
---|
511 | 'banned' => 'Banni',
|
---|
512 | 'locked' => 'Bloqué',
|
---|
513 | 'chars_in_acc' => 'Personnages pour le compte',
|
---|
514 | 'clean_guilds' => 'Nettoyer les guildes',
|
---|
515 | 'chars_in_guild' => 'Personnages dans la guilde',
|
---|
516 | 'run_cleanup' => 'Lancer',
|
---|
517 | 'chars_id' => 'Id(s) du/des personnage(s)',
|
---|
518 | 'tot_of' => 'Nombre total de',
|
---|
519 | 'acc_ids' => 'Id(s) du/des compte(s)',
|
---|
520 | 'guilds_id' => 'Id(s) de la/des guilde(s)',
|
---|
521 | 'no_guilds_del' => 'Pas de guildes supprimées!',
|
---|
522 | 'total' => 'Total',
|
---|
523 | 'guilds_deleted' => 'guilde(s) supprimée(s)!',
|
---|
524 | 'no_acc_chars_deleted' => 'Pas de compte/personnage supprimés!<br />Erreur de droits?',
|
---|
525 | 'accs_deleted' => 'Compte(s) supprimé(s)!',
|
---|
526 | 'chars_deleted' => 'personnage(s) supprimé(s)!',
|
---|
527 | 'back_cleaning' => 'Retour au nettoyage',
|
---|
528 | 'clean_db' => 'Nettoyer la base de données'
|
---|
529 | );
|
---|
530 |
|
---|
531 | $lang_edit = array(
|
---|
532 | // ----- EDIT.PHP -----
|
---|
533 | 'edit_acc' =>'Editer votre compte',
|
---|
534 | 'id' => 'ID',
|
---|
535 | 'username' => 'Nom d\'utilisateur',
|
---|
536 | 'password' => 'Mot de passe',
|
---|
537 | 'mail' => 'Email',
|
---|
538 | 'gm_level' => 'Niveau GM',
|
---|
539 | 'join_date' => 'Date d\'inscription',
|
---|
540 | 'characters' => 'Personnages',
|
---|
541 | 'del_acc' => 'Supprimer',
|
---|
542 | 'update' => 'Sauvegarder',
|
---|
543 | 'will_be_erased' => 'et tout ses personnages seront supprimés de la base de données!',
|
---|
544 | 'use_valid_email' => 'Email non valide!',
|
---|
545 | 'data_updated' => 'Mise à jour effectuée avec succès!',
|
---|
546 | 'error_updating' => 'Erreur de mise à jour! (aucun champ modifié?)',
|
---|
547 | 'del_error' => 'Erreur de suppression.',
|
---|
548 | 'edit_your_acc' => 'Editer votre compte',
|
---|
549 | 'cms_options' => 'CMS Options', //TODO
|
---|
550 | 'select_cms_template' => 'Select CMS Template', //TODO
|
---|
551 | 'template' => 'Template', //TODO
|
---|
552 | 'select_cms_layout_lang' => 'Selection de la langue du CMS',
|
---|
553 | 'language' => 'Langue',
|
---|
554 | 'save' => 'Sauvegarder',
|
---|
555 | //TODO
|
---|
556 | 'client_type' => 'Client Type',
|
---|
557 | 'classic' => 'Classic',
|
---|
558 | 'expansion' => 'Expansion',
|
---|
559 | 'tot_chars' => 'Total Characters'
|
---|
560 | );
|
---|
561 |
|
---|
562 | $lang_guild = array(
|
---|
563 | // ----- GUILD.PHP -----
|
---|
564 | 'by_name' =>'par nom',
|
---|
565 | 'by_guild_leader' => 'par maître de guilde',
|
---|
566 | 'by_create_date' => 'par date de création',
|
---|
567 | 'by_id' => 'par ID de guilde',
|
---|
568 | 'id' => 'ID',
|
---|
569 | 'guild_name' => 'Nom de la guilde',
|
---|
570 | 'guild_leader' => 'Maître de guilde',
|
---|
571 | 'guild_motd' => 'MOTD de la guilde',
|
---|
572 | 'create_date' => 'Date de création',
|
---|
573 | 'err_no_guild_found' => 'Aucune guilde trouvée!',
|
---|
574 | 'tot_guilds' => 'Nombre total de guildes',
|
---|
575 | 'guilds' => 'Guildues',
|
---|
576 | 'tot_found' => 'Nombre total trouvé',
|
---|
577 | 'guild' => 'Guildue',
|
---|
578 | 'create_date' => 'Date de création',
|
---|
579 | 'info' => 'Info',
|
---|
580 | 'motd' => 'MOTD',
|
---|
581 | 'level' => 'Niveau',
|
---|
582 | 'name' => 'Name', //TODO: Translate
|
---|
583 | 'remove' => 'Rem.', //TODO: Translate
|
---|
584 | 'rank' => 'Rank', //TODO: Translate
|
---|
585 | 'tot_members' => 'Nombre total de membres',
|
---|
586 | 'err_no_members_found' => 'Pas de membres trouvés!',
|
---|
587 | 'del_guild' => 'Supprimer la guilde',
|
---|
588 | 'guild_id' => 'ID de guilde',
|
---|
589 | 'guild_search_result' => 'Résultat de la recherche de guilde',
|
---|
590 | 'browse_guilds' => 'Liste des guildes'
|
---|
591 | );
|
---|
592 |
|
---|
593 | $lang_mail = array(
|
---|
594 | // ----- MAIL.PHP -----
|
---|
595 | 'mail_options_type' => 'Options / types d\'email',
|
---|
596 | 'email' => 'Email',
|
---|
597 | 'ingame_mail' => 'Mail dans le jeu',
|
---|
598 | 'send' => 'Envoyer',
|
---|
599 | 'recipient' => 'Destinataire',
|
---|
600 | 'subject' => 'Sujet',
|
---|
601 | 'group_send' => 'Envoi de masse',
|
---|
602 | 'both' => 'Les deux',
|
---|
603 | 'gm_level' => 'Niveau de GM',
|
---|
604 | 'locked_accouns' => 'Compte bloqué',
|
---|
605 | 'banned_accounts' => 'Compte banni',
|
---|
606 | 'char_level' => 'Niveau de personnage',
|
---|
607 | 'online' => 'En ligne',
|
---|
608 | 'attachments' => 'Attachments (ingame only)', //TODO
|
---|
609 | 'money' => 'Money', //TODO
|
---|
610 | 'item' => 'Item (id)', //TODO
|
---|
611 | 'stack' => 'Stack', //TODO
|
---|
612 | 'mail_body' => 'Corps du mail',
|
---|
613 | 'dont_use_both_groupsend_and_to' => '* Attention: Si vous utilisez l\'option envoi de groupe, laissez le champs destinataire vide.',
|
---|
614 | 'mail_sent' => 'Mais envoyé avec succès.',
|
---|
615 | 'mail_err' => 'Erreur d\'envoi',
|
---|
616 | 'no_recipient_found' => 'Pas de destinataire trouvé.',
|
---|
617 | 'use_name_or_email' => 'Utilisez le nom du personnage dans le cas d\'envoi de mail dans le jeu - l\'adresse email dans le cas contraire.',
|
---|
618 | 'option_unavailable' => 'Vous ne pouvez pas utiliser cette option avec la configuration actuelle.',
|
---|
619 | 'use_currect_option' => 'Certaines options de l\'envoi de groupe ne peuvent être utilisées que lors d\'envoi dans le jeu ou par mail mais ps les deux en même temps.',
|
---|
620 | 'send_mail' => 'Envoyer l\'email'
|
---|
621 | );
|
---|
622 |
|
---|
623 | $lang_motd = array(
|
---|
624 | // ----- MOTD.PHP -----
|
---|
625 | 'post_motd' => 'Envoyer le message du jour',
|
---|
626 | 'post_rules' => 'Attention: la longueur est limité à 255 caractères.<br />Les tags HTML sont utilisables.',
|
---|
627 | 'err_max_len' => 'Taille limite dépassée',
|
---|
628 | 'add_motd' => 'Ajouter le message du jour'
|
---|
629 | );
|
---|
630 |
|
---|
631 | $lang_run_patch = array(
|
---|
632 | // -----RUN_PATCH.PHP -----
|
---|
633 | 'err_in_line' => 'Erreur de syntaxe sql dans la requête n° ',
|
---|
634 | 'run_sql_file_only' => 'Vous ne devriez lancer que des .sql ou .qbquery',
|
---|
635 | 'file_not_found' => 'Fichier non trouvé!',
|
---|
636 | 'select_sql_file' => 'Sélectionnez le fichier sql à ouvrir',
|
---|
637 | 'max_filesize' => 'Taille maximale du fichier',
|
---|
638 | 'open' => 'Ouvrir',
|
---|
639 | 'run_rules' => 'Les requêtes suivantes vont être exécutées.<br />Soyez sûr que chaque ligne se finit par le symbole \';\'.',
|
---|
640 | 'select_db' => 'Choississez la base de données à utiliser par défaut',
|
---|
641 | 'run_sql' => '+++ LANCER L\'SQL +++',
|
---|
642 | 'query_executed' => 'requêtes sql exécutées avec succès.',
|
---|
643 | 'no_query_found' => 'Pas de résultats retournés / Pas de requêtes trouvées.',
|
---|
644 | 'run_patch' => 'Lancer le patch sql'
|
---|
645 | );
|
---|
646 |
|
---|
647 | $lang_ssh = array(
|
---|
648 | // ----- SSH.PHP -----
|
---|
649 | 'server_offline' => 'Le serveur ssh/telnet semble hors ligne!',
|
---|
650 | 'config_server_properly' => 'Vérifiez que vous avez configuré le serveur ssh/telnet correctement, et qu\'il est actuellement en ligne'
|
---|
651 | );
|
---|
652 |
|
---|
653 | $lang_realm = array(
|
---|
654 | // ----- REALM.PHP -----
|
---|
655 | 'add_realm' => 'Ajouter un realm',
|
---|
656 | 'tot_realms' => 'Nombre total de realms',
|
---|
657 | 'name' => 'Nom',
|
---|
658 | 'address' => 'Addresse',
|
---|
659 | 'port' => 'Port',
|
---|
660 | 'icon' => 'Icône',
|
---|
661 | 'color' => 'Couleur',
|
---|
662 | 'timezone' => 'Fuseau horaire',
|
---|
663 | 'edit_realm' => 'Editer les données du realm',
|
---|
664 | 'id' => 'ID',
|
---|
665 | 'update' => 'Mettre à jour',
|
---|
666 | 'realm_id' => 'Id du realms',
|
---|
667 | 'err_deleting' => 'Erreur de suppression du realm',
|
---|
668 | 'update_executed' => 'Mise à jour effectuée avec succès!',
|
---|
669 | 'update_err' => 'Erreur de mise à jour!<br />(aucun champ modifié?)',
|
---|
670 | 'realm_data' => 'Données du realm',
|
---|
671 | 'online' => 'Enligne',
|
---|
672 | 'tot_char' => 'Total de personnages',
|
---|
673 | 'delete' => 'Delete Realm', //TODO: Translate
|
---|
674 | 'normal' => 'Normal', //TODO: Translate
|
---|
675 | 'pvp' => 'PVP', //TODO: Translate
|
---|
676 | 'rp' => 'RP', //TODO: Translate
|
---|
677 | 'rppvp' => 'RPPVP', //TODO: Translate
|
---|
678 | 'english' => 'English', //TODO: Translate
|
---|
679 | 'deutsch' => 'Deutsch', //TODO: Translate
|
---|
680 | 'french' => 'French', //TODO: Translate
|
---|
681 | 'others' => 'Others',
|
---|
682 | 'conf_from_file' => '** This realm appear not to have proper configuration in config.php file.<br />Make sure to properly configure it before using under CMS.',
|
---|
683 | 'offline' => 'Offline',
|
---|
684 | 'status' => 'Status'
|
---|
685 | );
|
---|
686 |
|
---|
687 | $lang_ticket = array(
|
---|
688 | // ----- TICKET.PHP -----
|
---|
689 | 'id' =>'ID',
|
---|
690 | 'sender' => 'Rédacteur',
|
---|
691 | 'ticket_text' => 'Texte du ticket',
|
---|
692 | 'category' => 'Categorie',
|
---|
693 | 'no_tickets_found' => 'Aucun ticket trouvé!',
|
---|
694 | 'del_selected_tickets' => 'Supprimer les tickets cochés',
|
---|
695 | 'tot_tickets' => 'Nombre total de tickets',
|
---|
696 | 'send_ingame_mail' => 'Envoyer un mail dans le jeu',
|
---|
697 | 'edit_reply' => 'Editer / répondre',
|
---|
698 | 'ticket_id' => 'ID du ticket',
|
---|
699 | 'submitted_by' => 'Envoyer par',
|
---|
700 | 'ticket_text' => 'Texte',
|
---|
701 | 'update' => 'Sauvegarder',
|
---|
702 | 'ticket_updated' => 'Ticket mis à jour',
|
---|
703 | 'ticked_deleted' => 'Tickets supprimé avec succès.',
|
---|
704 | 'ticket_not_deleted' => 'Aucun ticket supprimé!',
|
---|
705 | 'edit_ticked' => 'Editer le ticket',
|
---|
706 | 'ticket_updated' => 'Ticket mis à jour',
|
---|
707 | 'ticket_update_err' => 'Erreur lors de la mise à jour du ticket',
|
---|
708 | 'browse_tickets' => 'Liste des tickets',
|
---|
709 | 'other' => 'Other', //TODO: Translate
|
---|
710 | 'stuck' => 'Stuck', //TODO: Translate
|
---|
711 | 'behavior' => 'Behavior / Harassment', //TODO: Translate
|
---|
712 | 'guild' => 'Guild', //TODO: Translate
|
---|
713 | 'item' => 'Item', //TODO: Translate
|
---|
714 | 'environmental' => 'Environmental', //TODO: Translate
|
---|
715 | 'creep' => 'Non-Quest / Creep', //TODO: Translate
|
---|
716 | 'quest' => 'Quest / Quest NPC', //TODO: Translate
|
---|
717 | 'technical' => 'Technical', //TODO: Translate
|
---|
718 | 'account' => 'Account / Billing', //TODO: Translate
|
---|
719 | 'character' => 'Character' //TODO: Translate
|
---|
720 | );
|
---|
721 |
|
---|
722 | $lang_user = array(
|
---|
723 | // ----- USER.PHP -----
|
---|
724 | 'add_acc' => 'Nouveau compte',
|
---|
725 | 'cleanup' => 'Nettoyer',
|
---|
726 | 'backup' => 'Sauvegarde',
|
---|
727 | 'by_name' => 'par nom',
|
---|
728 | 'by_id' => 'par ID',
|
---|
729 | 'by_tbc' => 'by TBC Acc.', //TODO
|
---|
730 | 'by_gm_level' => '= niveau de gm',
|
---|
731 | 'greater_gm_level' => '< niveau de gm',
|
---|
732 | 'by_email' => 'par email',
|
---|
733 | 'by_join_date' => 'date de création',
|
---|
734 | 'by_ip' => 'par IP',
|
---|
735 | 'by_failed_loggins' => '< conn. ratées',
|
---|
736 | 'by_last_login' => 'par dernier accès',
|
---|
737 | 'by_online' => 'par "en ligne"',
|
---|
738 | 'by_banned' => 'par banni',
|
---|
739 | 'by_locked' => 'par bloqué',
|
---|
740 | 'id' => 'ID',
|
---|
741 | 'username' => 'Nom',
|
---|
742 | 'gm_level' => 'GM',
|
---|
743 | 'email' => 'Email',
|
---|
744 | 'join_date' => 'Date d\'inscription',
|
---|
745 | 'banned' => 'Ban',
|
---|
746 | 'ip' => 'IP',
|
---|
747 | 'failed_logins' => 'Login raté',
|
---|
748 | 'locked' => 'Bloqué',
|
---|
749 | 'last_login' => 'Dernière connection',
|
---|
750 | 'online' => 'Enligne',
|
---|
751 | 'del_selected_users' => 'Supprimer les utilisateurs cochés',
|
---|
752 | 'backup_selected_users' => 'Backuper l(es) utilisateur(s) Coché(s)',
|
---|
753 | 'acc_backedup' => 'Backup du/des compte(s) réussi',
|
---|
754 | 'tot_acc' => 'Nombre total de comptes',
|
---|
755 | 'user_list' => 'Comptes',
|
---|
756 | 'tot_found' => 'Nombre total trouvé',
|
---|
757 | 'acc_ids' => 'Id des comptes',
|
---|
758 | 'back_browsing' => 'Retour à la liste des utilisateurs',
|
---|
759 | 'no_acc_deleted' => 'pas de comptes supprimés!<br />Erreur de droits?',
|
---|
760 | 'total' => 'Total',
|
---|
761 | 'acc_deleted' => 'Compte supprimé!',
|
---|
762 | 'char_deleted' => 'Personnage supprimé!',
|
---|
763 | 'create_new_acc' => 'Créer un nouveau compte',
|
---|
764 | 'password' => 'Mot de passe',
|
---|
765 | 'confirm' => 'Confirmer',
|
---|
766 | 'create_acc' => 'Créer un compte',
|
---|
767 | 'gm_level_long' => 'Niveau de GM',
|
---|
768 | 'last_ip' => 'Dernière IP',
|
---|
769 | 'ban_this_ip' => 'Bannir cette IP',
|
---|
770 | 'failed_logins_long' => 'Connections ratées',
|
---|
771 | 'tot_chars' => 'Nombre total de personnages',
|
---|
772 | 'chars_on_realm' => 'Personnages dans le royaume',
|
---|
773 | 'update_data' => 'Données mise à jour',
|
---|
774 | 'del_acc' => 'Supprimer',
|
---|
775 | 'search_results' => 'Résultat de la recherche',
|
---|
776 | 'acc_creation_failed' => 'Création du compte ratée! (champs vides)',
|
---|
777 | 'acc_created' => 'Nouveau compte créé',
|
---|
778 | 'nonidentical_passes' => 'Les mots de passe ne correspondent pas.',
|
---|
779 | 'user_already_exist' => 'Le nom d\'utilisateur est déjà pris.',
|
---|
780 | 'username_pass_too_long' => 'Le taille du nom d\'utilisateur/mot de passe doit être comprise entre 4 et 14 carcatères!',
|
---|
781 | 'use_only_eng_charset' => 'Le nom d\'utilisateur ne doit contenir que sdesz caractère du type : [A-Z][a-z][0-9]!',
|
---|
782 | 'no_value_passed' => 'Pas de valeur passée',
|
---|
783 | 'edit_acc' => 'Editer le compte',
|
---|
784 | 'update_failed' => 'Erreur de mise à jour - Aucun champ modifié?',
|
---|
785 | 'data_updated' => 'Mis à jour',
|
---|
786 | 'you_have_no_permission' => 'Vous n\'avez pas la permission d\'éditer ces données',
|
---|
787 | 'browse_acc' => 'Liste de comptes',
|
---|
788 | 'you_have_no_permission_to_set_gmlvl' => 'You have No Permission to Set this GM Level', //TODO: translate
|
---|
789 | //TODO
|
---|
790 | 'tbc_account' => 'TBC Account',
|
---|
791 | 'client_type' => 'Client Type',
|
---|
792 | 'classic' => 'Classic',
|
---|
793 | 'expansion' => 'Expansion'
|
---|
794 | );
|
---|
795 |
|
---|
796 | $lang_stat = array( //TODO :Translate entire array
|
---|
797 | // ----- STAT.PHP -----
|
---|
798 | 'srv_statistics' => 'Server Statistics',
|
---|
799 | 'general_info' => 'General Information',
|
---|
800 | 'tot_accounts' => 'Total Accounts',
|
---|
801 | 'total_of' => 'There is total of',
|
---|
802 | 'gms_one_for' => 'GMs, One for every',
|
---|
803 | 'players' => 'Players',
|
---|
804 | 'tot_chars_on_realm' => 'Total Characters on Realm',
|
---|
805 | 'average_of' => 'An average of',
|
---|
806 | 'chars_per_acc' => 'Characters per Account',
|
---|
807 | 'horde' => 'Horde',
|
---|
808 | 'alliance' => 'Alliance',
|
---|
809 | 'chars_by_race' => 'Character Share by Race',
|
---|
810 | 'chars_by_class' => 'Character Share by Class',
|
---|
811 | 'chars_by_level' => 'Character Share by Level',
|
---|
812 | 'reset' => 'Reset Filters',
|
---|
813 | 'avg_uptime' => 'Average Server Uptime',
|
---|
814 | 'max_uptime' => 'Maximum Server Uptime',
|
---|
815 | 'uptime_prec' => ' Uptime percentage since first run'
|
---|
816 | );
|
---|
817 |
|
---|
818 | $lang_tele = array( //TODO :Translate entire array
|
---|
819 | // ----- TELE.PHP -----
|
---|
820 | 'loc_name' => 'Location Name',
|
---|
821 | 'loc_id' => 'Location ID',
|
---|
822 | 'on_map' => 'On Map ID',
|
---|
823 | 'id' => 'ID',
|
---|
824 | 'name' => 'Name',
|
---|
825 | 'map' => 'Map',
|
---|
826 | 'x' => 'X',
|
---|
827 | 'y' => 'Y',
|
---|
828 | 'z' => 'Z',
|
---|
829 | 'orientation' => 'Orientation',
|
---|
830 | 'tot_locations' => 'Total Teleport locations',
|
---|
831 | 'total_found' => 'Total locations found',
|
---|
832 | 'edit_tele' => 'Edit Teleport Location',
|
---|
833 | 'position_x' => 'Position X',
|
---|
834 | 'position_y' => 'Position Y',
|
---|
835 | 'position_z' => 'Position Z',
|
---|
836 | 'update_tele' => 'Update Location',
|
---|
837 | 'delete_tele' => 'Delete',
|
---|
838 | 'tele_updated' => 'Location Updated',
|
---|
839 | 'search_results' => 'Search Results',
|
---|
840 | 'error_updating' => 'Error Updating',
|
---|
841 | 'tele_locations' => 'Teleport Locations',
|
---|
842 | 'add_new' => 'Add New',
|
---|
843 | 'add_new_tele' => 'Add New Teleport Location'
|
---|
844 | );
|
---|
845 |
|
---|
846 | $lang_command = array( //TODO :Translate entire array
|
---|
847 | // ----- COMMAND.PHP -----
|
---|
848 | 'command_list' => 'Available Commands',
|
---|
849 | 'level0' => 'Player',
|
---|
850 | 'level1' => 'Moderator',
|
---|
851 | 'level2' => 'GameMaster',
|
---|
852 | 'level3' => 'Administrator',
|
---|
853 | 'command' => 'Command',
|
---|
854 | 'syntax' => 'Syntax',
|
---|
855 | 'description' => 'Description',
|
---|
856 | 'change_level' => 'Change Checked Commands Level',
|
---|
857 | 'save' => 'Save'
|
---|
858 | );
|
---|
859 |
|
---|
860 | $lang_item_edit = array( //TODO :Translate entire array
|
---|
861 | // ----- ITEM.PHP -----
|
---|
862 | 'search_item' => 'Search for Item(s)',
|
---|
863 | 'model_id' => 'Model Id',
|
---|
864 | 'all' => 'All',
|
---|
865 | 'search' => '+ Search +',
|
---|
866 | 'add_new_item' => 'Add New Item',
|
---|
867 | 'tot_items_in_db' => 'Total items in DB',
|
---|
868 | 'new_search' => 'New Search',
|
---|
869 | 'items_found' => 'Items Found',
|
---|
870 | 'item_not_found' => 'Item NOT Found in DB',
|
---|
871 | 'search_results' => 'Search Results',
|
---|
872 | 'edit_item' => 'Edit Item',
|
---|
873 | 'search_items' => 'Lookup Items',
|
---|
874 | 'update' => 'Save Item to Database',
|
---|
875 | 'export_sql' => 'Save as SQL Script',
|
---|
876 | 'item_id' => 'Item ID',
|
---|
877 | 'err_adding_item' => 'Error Adding Item',
|
---|
878 | 'err_no_field_updated' => 'Non of the fields updated.',
|
---|
879 | 'del_item' => 'Delete Item',
|
---|
880 | 'general_tab' => 'General',
|
---|
881 | 'additional_tab' => 'Extra',
|
---|
882 | 'stats_tab' => 'Stats',
|
---|
883 | 'damage_tab' => 'Damage',
|
---|
884 | 'spell_tab' => 'Spells',
|
---|
885 | 'req_tab' => 'Req.',
|
---|
886 | 'general' => 'General',
|
---|
887 | 'entry' => 'Entry',
|
---|
888 | 'entry_desc' => 'This is the unique ID of an Item.',
|
---|
889 | 'display_id' => 'Display ID',
|
---|
890 | 'display_id_desc' => 'This is the Model ID of an Item.',
|
---|
891 | 'req_level' => 'Req. Level',
|
---|
892 | 'req_level_desc' => 'Minimum level to use/equip this item.',
|
---|
893 | 'item_level' => 'Item Level',
|
---|
894 | 'item_level_desc' => 'Item base level.',
|
---|
895 | 'names' => 'Names',
|
---|
896 | 'item_name' => 'Item Name',
|
---|
897 | 'item_name_desc' => 'Item Name',
|
---|
898 | 'description' => 'Description',
|
---|
899 | 'description_desc' => 'Brief description of this item, appears in orange at the bottom of an item label ingame.',
|
---|
900 | 'script_name' => 'ScriptName',
|
---|
901 | 'script_name_desc' => 'Here can be added script entries defined in core code.',
|
---|
902 | 'class' => 'Class',
|
---|
903 | 'class_desc' => 'Defines the class of an item.',
|
---|
904 | 'type' => 'Type',
|
---|
905 | 'subclass' => 'Subclass',
|
---|
906 | 'subclass_desc' => 'Defines the subclass of an item. Notice: The subclass must be related to Item Class. Some Classes do not have any subclasses.',
|
---|
907 | 'quality' => 'Quality',
|
---|
908 | 'quality_desc' => 'The overall quality of an item.',
|
---|
909 | 'inv_type' => 'Inv. Type',
|
---|
910 | 'inv_type_desc' => 'Where this item can be equipped.',
|
---|
911 | 'flags' => 'Flags',
|
---|
912 | 'flags_desc' => 'TODO: Add proper description.',
|
---|
913 | 'item_set' => 'Item Set',
|
---|
914 | 'item_set_desc' => 'The ID of an item set this item belongs to.',
|
---|
915 | 'bonding' => 'Bonding',
|
---|
916 | 'bonding_desc' => 'Item Bonding type.',
|
---|
917 | 'start_quest' => 'Start Quest',
|
---|
918 | 'start_quest_desc' => 'ID of a quest that this item starts.',
|
---|
919 | 'short_rules_desc' => '* Moving your mouse over the field name will show you short field description.<br />
|
---|
920 | * Make sure you properly filled all the fields and you are not trying to insert new item using existing entry.',
|
---|
921 | 'vendor' => 'Vendor',
|
---|
922 | 'buy_count' => 'BuyCount',
|
---|
923 | 'buy_count_desc' => 'Size of the stack in which the item is sold by vendors.',
|
---|
924 | 'buy_price' => 'BuyPrice',
|
---|
925 | 'buy_price_desc' => 'Price (in copper) of a stack of #BuyCount items.',
|
---|
926 | 'sell_price' => 'SellPrice',
|
---|
927 | 'sell_price_desc' => 'How much a vendor will buy this item for from the player. If omitted, the item will sell for nothing (No sell price).',
|
---|
928 | 'container' => 'Container',
|
---|
929 | 'bag_family' => 'BagFamily',
|
---|
930 | 'bag_family_desc' => 'Type of Container.',
|
---|
931 | 'bag_slots' => 'Container Slots',
|
---|
932 | 'bag_slots_desc' => 'Number of slots that this bag holds.',
|
---|
933 | 'materials' => 'Materials',
|
---|
934 | 'material' => 'Material',
|
---|
935 | 'material_desc' => 'The material the item is made of. Affects the sound that the item makes when moved.',
|
---|
936 | 'consumables' => 'Consumables',
|
---|
937 | 'none' => 'None',
|
---|
938 | 'metal' => 'Metal',
|
---|
939 | 'wood' => 'Wood',
|
---|
940 | 'liquid' => 'Liquid',
|
---|
941 | 'jewelry' => 'Jewelry',
|
---|
942 | 'chain' => 'Chain',
|
---|
943 | 'plate' => 'Plate',
|
---|
944 | 'cloth' => 'Cloth',
|
---|
945 | 'leather' => 'Leather',
|
---|
946 | 'page_material' => 'Page Material',
|
---|
947 | 'page_material_desc' => 'The background of the page window (and to some extent the font).',
|
---|
948 | 'parchment' => 'Parchment',
|
---|
949 | 'stone' => 'Stone',
|
---|
950 | 'marble' => 'Marble',
|
---|
951 | 'silver' => 'Silver',
|
---|
952 | 'bronze' => 'Bronze',
|
---|
953 | 'max_durability' => 'Max Durability',
|
---|
954 | 'max_durability_desc' => 'Durability of an item.',
|
---|
955 | 'other' => 'Other',
|
---|
956 | 'max_count' => 'MaxCount',
|
---|
957 | 'max_count_desc' => 'Maximum number of this item that the player can have. ( 0:not limited, 1:Unique)',
|
---|
958 | 'stackable' => 'Stackable',
|
---|
959 | 'stackable_desc' => 'The amount of this item that a player can carry in the same slot.',
|
---|
960 | 'page_text' => 'PageText',
|
---|
961 | 'page_text_desc' => 'ID of a TEXT in the item_text table, the text for a book or letter for example. The item will have a magnifying glass cursor ingame and will show the pagetext upon rightclicking the item.',
|
---|
962 | 'RandomProperty' => 'Random Property',
|
---|
963 | 'RandomProperty_desc' => 'Random enchantment entry.',
|
---|
964 | 'lang_id' => 'Language ID',
|
---|
965 | 'lang_id_desc' => 'Language that this item is written in.',
|
---|
966 | 'sheath' => 'Sheath',
|
---|
967 | 'sheath_desc' => 'How the weapon is put away (to the side, on the back, etc.).',
|
---|
968 | 'lock_id' => 'Lock Id',
|
---|
969 | 'lock_id_desc' => 'TODO: Add description.',
|
---|
970 | 'disenchant_id' => 'Disenchant ID',
|
---|
971 | 'disenchant_id_desc' => 'Refers to disenchant_loot_template.entry.',
|
---|
972 | 'area' => 'Area',
|
---|
973 | 'area_desc' => 'Area ID only in which the item is usable',
|
---|
974 | 'map' => 'Map', //TODO
|
---|
975 | 'map_desc' => 'Map ID only in which the item is usable', //TODO
|
---|
976 | 'stats' => 'Stats',
|
---|
977 | 'stat_type' => 'Stat type',
|
---|
978 | 'stat_type_desc' => 'Character stat which will be changed if the item is equipped.',
|
---|
979 | 'stat_value' => 'Stat value',
|
---|
980 | 'stat_value_desc' => 'This value will be added to the stat (or removed if negative).',
|
---|
981 | 'resis_armor' => 'Resistance / Armor',
|
---|
982 | 'armor_desc' => 'Armor for this item.',
|
---|
983 | 'block_desc' => 'Shield\'s chance to block an attack.',
|
---|
984 | 'res_holy_desc' => 'Holy resistance for this item.',
|
---|
985 | 'res_fire_desc' => 'Fire resistance for this item.',
|
---|
986 | 'res_nature_desc' => 'Nature resistance for this item.',
|
---|
987 | 'res_frost_desc' => 'Frost resistance for this item.',
|
---|
988 | 'res_shadow_desc' => 'Shadow resistance for this item.',
|
---|
989 | 'res_arcane_desc' => 'Arcane resistance for this item.',
|
---|
990 | 'weapon_properties' => 'Weapon properties',
|
---|
991 | 'delay' => 'Delay',
|
---|
992 | 'delay_desc' => 'Time in milliseconds between hits.',
|
---|
993 | 'ranged_mod' => 'Ranged Mod',
|
---|
994 | 'ranged_mod_desc' => 'TODO: Add description.',
|
---|
995 | 'ammo_type' => 'Ammo Type',
|
---|
996 | 'ammo_type_desc' => 'The type of ammunition this weapon requires.',
|
---|
997 | 'weapon_damage' => 'Weapon Damage',
|
---|
998 | 'damage_type' => 'Damage Type',
|
---|
999 | 'damage_type_desc' => 'Type of the Damage will be dealt by this item.',
|
---|
1000 | 'dmg_min_max' => 'Damage : Min - Max',
|
---|
1001 | 'dmg_min_max_desc' => 'Minimal and maximal damage values.',
|
---|
1002 | 'spell_id' => 'Spell Id',
|
---|
1003 | 'spell_id_desc' => 'Refers to Spell.dbc index.',
|
---|
1004 | 'spell_trigger' => 'Spell trigger',
|
---|
1005 | 'spell_trigger_desc' => 'The action triggers this spell.',
|
---|
1006 | 'spell_charges' => 'Spell Charges',
|
---|
1007 | 'spell_charges_desc' => 'Number of charges for this spell.(0: infinite, -X: item is expendable, +X: item is kept when all charges are spent).',
|
---|
1008 | 'spell_cooldown' => 'Spell Cooldown',
|
---|
1009 | 'spell_cooldown_desc' => 'Spell cooldown time in milliseconds.',
|
---|
1010 | 'spell_category' => 'Spell Category',
|
---|
1011 | 'spell_category_desc' => 'Spell Category.',
|
---|
1012 | 'spell_category_cooldown' => 'Spell Category Cooldown',
|
---|
1013 | 'spell_category_cooldown_desc' => 'Global cooldown for entire category.',
|
---|
1014 | 'allow_class' => 'Allowable Class',
|
---|
1015 | 'allow_class_desc' => 'Mask for character classes that can use this item.',
|
---|
1016 | 'allow_race' => 'Allowable Race',
|
---|
1017 | 'allow_race_desc' => 'Mask for races which can use this item.',
|
---|
1018 | 'req_skill' => 'Required Skill',
|
---|
1019 | 'req_skill_desc' => 'Skill required to use this item.',
|
---|
1020 | 'req_skill_rank' => 'Required Skill Rank',
|
---|
1021 | 'req_skill_rank_desc' => 'Minimum proficiency in skill to use this item.',
|
---|
1022 | 'req_spell' => 'Required Spell',
|
---|
1023 | 'req_spell_desc' => 'Player must know this spell to use the item.',
|
---|
1024 | 'req_honor_rank' => 'Required Honor Rank',
|
---|
1025 | 'req_honor_rank_desc' => 'The PvP Honor rank required to use this item.',
|
---|
1026 | 'req_rep_faction' => 'Required Reputation Faction',
|
---|
1027 | 'req_rep_faction_desc' => 'Faction id (from Faction.dbc) for which a minimum rank is required to equip/use the item.',
|
---|
1028 | 'req_rep_rank' => 'Required Reputation Rank',
|
---|
1029 | 'req_rep_rank_desc' => 'Minimum required rank for the faction entered in RequiredReputationFaction.',
|
---|
1030 | 'req_city_rank' => 'Required City Rank',
|
---|
1031 | 'req_city_rank_desc' => 'Required City Rank.',
|
---|
1032 | 'hated' => 'Hated',
|
---|
1033 | 'hostile' => 'Hostile',
|
---|
1034 | 'unfriendly' => 'Unfriendly',
|
---|
1035 | 'neutral' => 'Neutral',
|
---|
1036 | 'friendly' => 'Friendly',
|
---|
1037 | 'honored' => 'Honored',
|
---|
1038 | 'reverted' => 'Reverted',
|
---|
1039 | 'exalted' => 'Exalted',
|
---|
1040 | 'sock_tab' => 'Sockets',
|
---|
1041 | 'req_skill_disenchant' => 'Req. Disenchant Skill',
|
---|
1042 | 'req_skill_disenchant_desc' => 'Disenchant Skill Required in order to disenchant this item.',
|
---|
1043 | 'RandomSuffix' => 'Random Suffix',
|
---|
1044 | 'RandomSuffix_desc' => 'Random enchantment suffix entry.',
|
---|
1045 | 'unk0' => 'unk0',
|
---|
1046 | 'unk0_desc' => 'TODO:',
|
---|
1047 | 'extended_cost' => 'Extended Cost',
|
---|
1048 | 'extended_cost_desc' => 'Honor point required to buy',
|
---|
1049 | 'totem_category' => 'Totem Type',
|
---|
1050 | 'totem_category_desc' => 'Type of the totem',
|
---|
1051 | 'socket_color' => 'Socket Color',
|
---|
1052 | 'socket_color_desc' => 'Color of this Socket.',
|
---|
1053 | 'socket_content' => 'Socket Content',
|
---|
1054 | 'socket_content_desc' => 'Jem socketed into this socket',
|
---|
1055 | 'socket_bonus' => 'Socket Bonus',
|
---|
1056 | 'socket_bonus_desc' => 'Bonus upon socketting.',
|
---|
1057 | 'gem_properties' => 'Gem Poperties',
|
---|
1058 | 'gem_properties_desc' => 'TODO',
|
---|
1059 | 'custom_search' => 'Custom Filter',
|
---|
1060 | 'info' => 'Info.',
|
---|
1061 | 'dropped_by' => 'Item Dropped by',
|
---|
1062 | 'top_x' => '(top 5)',
|
---|
1063 | 'soled_by' => 'Item Soled by',
|
---|
1064 | 'limit_x' => '(limited to 5 results)',
|
---|
1065 | 'mob_name' => 'Name',
|
---|
1066 | 'mob_level' => 'Level',
|
---|
1067 | 'mob_drop_chance' => 'Drop Chance',
|
---|
1068 | 'mob_quest_drop_chance' => 'Quest Drop Chance',
|
---|
1069 | 'involved_in_quests' => 'Involved in Quest(s)',
|
---|
1070 | 'reward_from_quest' => 'Reward from Quest(s)',
|
---|
1071 | 'disenchant_tab' => 'Disenchant',
|
---|
1072 | 'disenchant_templ' => 'Disenchant Template',
|
---|
1073 | 'add_items_to_templ' => 'Add Item to Template',
|
---|
1074 | 'loot_item_id' => 'Item ID',
|
---|
1075 | 'loot_item_id_desc' => 'ID of the item you wish to be added.',
|
---|
1076 | 'loot_drop_chance' => 'Drop Chance',
|
---|
1077 | 'loot_drop_chance_desc' => 'Item Drop chance',
|
---|
1078 | 'loot_quest_drop_chance' => 'Quest Drop Chance',
|
---|
1079 | 'loot_quest_drop_chance_desc' => 'Quest Drop chance',
|
---|
1080 | 'min_count' => 'Min. Count',
|
---|
1081 | 'min_count_desc' => 'Minimum number of stack size on drop.',
|
---|
1082 | 'max_count' => 'Max. Count',
|
---|
1083 | 'max_count_desc' => 'Maximum number of stack size on drop.',
|
---|
1084 | 'quest_loot' => 'Quest Loot Flag',
|
---|
1085 | 'quest_loot_desc' => 'Quest Free for all loot flag.',
|
---|
1086 | 'add_item_to_loot' => 'Add item to Loot Template',
|
---|
1087 | 'drop_chance' => 'Drop Chance',
|
---|
1088 | 'quest_drop_chance' => 'Quest Drop Chance',
|
---|
1089 | 'quest_freeforall' => 'Quest free for all',
|
---|
1090 | 'armor_dmg_mod' => 'Armor Damage Modifier',
|
---|
1091 | 'armor_dmg_mod_desc' => 'TODO:'
|
---|
1092 | );
|
---|
1093 |
|
---|
1094 | $lang_creature = array( //TODO :Translate entire array
|
---|
1095 | // ----- CREATURE.PHP -----
|
---|
1096 | 'none' => 'None',
|
---|
1097 | 'custom' => 'Custom',
|
---|
1098 | 'gossip' => 'Gossip',
|
---|
1099 | 'quest_giver' => 'Quest Giver',
|
---|
1100 | 'vendor' => 'Vendor',
|
---|
1101 | 'taxi' => 'Taxi',
|
---|
1102 | 'trainer' => 'Trainer',
|
---|
1103 | 'spirit_healer' => 'Spirit Healer',
|
---|
1104 | 'guard' => 'Guard',
|
---|
1105 | 'inn_keeper' => 'Inn Keeper',
|
---|
1106 | 'banker' => 'Banker',
|
---|
1107 | 'retitioner' => 'Retitioner',
|
---|
1108 | 'tabard_vendor' => 'Tabard Vendor',
|
---|
1109 | 'battlemaster' => 'Battlemaster',
|
---|
1110 | 'auctioneer' => 'Auctioneer',
|
---|
1111 | 'stable_master' => 'Stable Master',
|
---|
1112 | 'armorer' => 'Armorer',
|
---|
1113 | 'normal' => 'Normal',
|
---|
1114 | 'elite' => 'Elite',
|
---|
1115 | 'rare_elite' => 'Rare Elite',
|
---|
1116 | 'world_boss' => 'World Boss',
|
---|
1117 | 'rare' => 'Rare',
|
---|
1118 | 'search_template' => 'Search Creature Template',
|
---|
1119 | 'select' => 'Select',
|
---|
1120 | 'other' => 'Other',
|
---|
1121 | 'beast' => 'Beast',
|
---|
1122 | 'dragonkin' => 'Dragonkin',
|
---|
1123 | 'demon' => 'Demon',
|
---|
1124 | 'elemental' => 'Elemental',
|
---|
1125 | 'giant' => 'Giant',
|
---|
1126 | 'undead' => 'Undead',
|
---|
1127 | 'humanoid' => 'Humanoid',
|
---|
1128 | 'critter' => 'Critter',
|
---|
1129 | 'mechanical' => 'Mechanical',
|
---|
1130 | 'not_specified' => 'Not Specified',
|
---|
1131 | 'class' => 'Class',
|
---|
1132 | 'mounts' => 'Mounts',
|
---|
1133 | 'trade_skill' => 'Trade Skill',
|
---|
1134 | 'pets' => 'Pets',
|
---|
1135 | 'wolf' => 'Wolf',
|
---|
1136 | 'cat' => 'Cat',
|
---|
1137 | 'spider' => 'Spider',
|
---|
1138 | 'bear' => 'Bear',
|
---|
1139 | 'boar' => 'Boar',
|
---|
1140 | 'crocolisk' => 'Crocolisk',
|
---|
1141 | 'carrion_bird' => 'Carrion Bird',
|
---|
1142 | 'crab' => 'Crab',
|
---|
1143 | 'gorilla' => 'Gorilla',
|
---|
1144 | 'raptor' => 'Raptor',
|
---|
1145 | 'tallstrider' => 'Tallstrider',
|
---|
1146 | 'felhunter' => 'Felhunter',
|
---|
1147 | 'voidwalker' => 'Voidwalker',
|
---|
1148 | 'succubus' => 'Succubus',
|
---|
1149 | 'doomguard' => 'Doomguard',
|
---|
1150 | 'scorpid' => 'Scorpid',
|
---|
1151 | 'turtle' => 'Turtle',
|
---|
1152 | 'scorpid' => 'Scorpid',
|
---|
1153 | 'imp' => 'Imp',
|
---|
1154 | 'bat' => 'Bat',
|
---|
1155 | 'hyena' => 'Hyena',
|
---|
1156 | 'owl' => 'Owl',
|
---|
1157 | 'wind_serpent' => 'Wind Serpent',
|
---|
1158 | 'search' => 'Search',
|
---|
1159 | 'new_search' => 'New Search',
|
---|
1160 | 'add_new' => 'Add New Creature',
|
---|
1161 | 'tot_creature_templ' => 'Total Creature Templates',
|
---|
1162 | 'tot_found' => 'Total Found',
|
---|
1163 | 'general' => 'General',
|
---|
1164 | 'stats' => 'Stats',
|
---|
1165 | 'models' => 'Models',
|
---|
1166 | 'additional' => 'Additional',
|
---|
1167 | 'entry' => 'Entry',
|
---|
1168 | 'entry_desc' => 'Creature\'s id.',
|
---|
1169 | 'name' => 'Name',
|
---|
1170 | 'name_desc' => 'Base name of the creature.',
|
---|
1171 | 'faction' => 'Faction',
|
---|
1172 | 'sub_name' => 'SubName',
|
---|
1173 | 'sub_name_desc' => 'Subname of the creature.',
|
---|
1174 | 'script_name' => 'Script Name',
|
---|
1175 | 'script_name_desc' => 'Script\'s name creature uses.',
|
---|
1176 | 'basic_status' => 'Basic Status',
|
---|
1177 | 'level' => 'Level',
|
---|
1178 | 'min_level' => 'Min. Level',
|
---|
1179 | 'min_level_desc' => 'Creature\'s minimum level. Spawned creature have level in range from minlevel to maxlevel.',
|
---|
1180 | 'max_level' => 'Max. Level',
|
---|
1181 | 'max_level_desc' => 'Creature\'s maximum level. Spawned creature have level in range from minlevel to maxlevel.',
|
---|
1182 | 'rank' => 'Rank',
|
---|
1183 | 'rank_desc' => 'Creature\'s honor rank.',
|
---|
1184 | 'health' => 'Health',
|
---|
1185 | 'min_health' => 'Min Health',
|
---|
1186 | 'min_health_desc' => 'Maximum creature\'s health points for creature level equal minlevel. Spawned creature have health in linear proportion to level position in range minlevel - maxlevel.',
|
---|
1187 | 'max_health' => 'Max Health',
|
---|
1188 | 'max_health_desc' => 'Maximum creature\'s health points for creature level equal maxlevel. Spawned creature have health in linear proportion to level position in range minlevel - maxlevel.',
|
---|
1189 | 'min_mana' => 'Min Mana',
|
---|
1190 | 'min_mana_desc' => 'Minimum creature\'s mana points for creature level equal minlevel. Spawned creature have mana in linear proportion to level position in range minlevel - maxlevel.',
|
---|
1191 | 'max_mana' => 'Max Mana',
|
---|
1192 | 'max_mana_desc' => 'Maximum creature\'s mana points for creature level equal minlevel. Spawned creature have mana in linear proportion to level position in range minlevel - maxlevel.',
|
---|
1193 | 'faction' => 'Faction',
|
---|
1194 | 'faction_desc' => 'Creature\'s faction.',
|
---|
1195 | 'family' => 'Family',
|
---|
1196 | 'family_desc' => 'Creature\'s family type.',
|
---|
1197 | 'type' => 'Type',
|
---|
1198 | 'type_desc' => 'Creature type.',
|
---|
1199 | 'npc_flag' => 'NPC Flag',
|
---|
1200 | 'npc_flag_desc' => 'This is way to cliet know how info you see if you clic(RMB) on NPC if is vendor if is auction in fact is menu how you see Is what type of NPC it is.',
|
---|
1201 | 'trainer_type' => 'Trainer Type',
|
---|
1202 | 'trainer_type_desc' => 'If NPC flag is set to Trainer this flag will specify its type.',
|
---|
1203 | 'loot' => 'Loot',
|
---|
1204 | 'loot_id' => 'Loot Id',
|
---|
1205 | 'loot_id_desc' => 'Refered to field loot_template.entry.',
|
---|
1206 | 'skin_loot' => 'Skin Loot',
|
---|
1207 | 'skin_loot_desc' => 'Type of loot if creature is skinned.',
|
---|
1208 | 'pickpocket_loot' => 'Pickpocket Loot',
|
---|
1209 | 'pickpocket_loot_desc' => 'Refered to field pickpocketing_loot_template.entry.',
|
---|
1210 | 'min_gold' => 'Min Gold',
|
---|
1211 | 'min_gold_desc' => 'Minimum gold drop.',
|
---|
1212 | 'max_gold' => 'Max Gold',
|
---|
1213 | 'max_gold_desc' => 'Maximum gold drop. 0 = creature don\'t drop any gold.',
|
---|
1214 | 'basic_status' => 'Basic Status',
|
---|
1215 | 'armor' => 'Armor',
|
---|
1216 | 'armor_desc' => 'Creature\'s armor.',
|
---|
1217 | 'speed' => 'Speed',
|
---|
1218 | 'speed_desc' => 'Creature\'s speed. Use float values in 0<<3 range.',
|
---|
1219 | 'size' => 'Size',
|
---|
1220 | 'size_desc' => 'Creature model size 1 = 100%. Float 0<<3 range.',
|
---|
1221 | 'damage' => 'Damage',
|
---|
1222 | 'min_damage' => 'Min Damage',
|
---|
1223 | 'min_damage_desc' => 'Creature\'s minimum melee damage.',
|
---|
1224 | 'max_damage' => 'Max Damage',
|
---|
1225 | 'max_damage_desc' => 'Creature\'s maximum melee damage.',
|
---|
1226 | 'attack_power' => 'Attack Power',
|
---|
1227 | 'attack_power_desc' => 'Creature\'s melee attack power.',
|
---|
1228 | 'min_range_dmg' => 'Min Ranged Damage',
|
---|
1229 | 'min_range_dmg_desc' => 'Minimum creature\'s range damage.',
|
---|
1230 | 'max_range_dmg' => 'Max Ranged Damage',
|
---|
1231 | 'max_range_dmg_desc' => 'Maximum creature\'s range damage.',
|
---|
1232 | 'ranged_attack_power' => 'Ranged Attack Power',
|
---|
1233 | 'ranged_attack_power_desc' => 'Creature\'s ranged attack power.',
|
---|
1234 | 'attack_time' => 'Attack Time',
|
---|
1235 | 'attack_time_desc' => 'Time between each creature\'s melee attacks (ms).',
|
---|
1236 | 'range_attack_time' => 'Range Attack Time',
|
---|
1237 | 'range_attack_time_desc' => 'Time between each creature\'s range attacks (ms).',
|
---|
1238 | 'combat_reach' => 'Combat Reach',
|
---|
1239 | 'combat_reach_desc' => 'The distance from the creature can hit you.',
|
---|
1240 | 'bounding_radius' => 'Bounding Radius',
|
---|
1241 | 'bounding_radius_desc' => 'Radius from what player can be attacked.',
|
---|
1242 | 'spells' => 'Spells',
|
---|
1243 | 'spell' => 'Spell',
|
---|
1244 | 'spell_desc' => 'Creature\'s spell.',
|
---|
1245 | 'resistances' => 'Resistances',
|
---|
1246 | 'resis_holy' => 'Holy Resitance',
|
---|
1247 | 'resis_holy_desc' => 'Holy Resitance.',
|
---|
1248 | 'resis_fire' => 'Fire Resitance',
|
---|
1249 | 'resis_fire_desc' => 'Fire Resitance.',
|
---|
1250 | 'resis_nature' => 'Nature Resitance',
|
---|
1251 | 'resis_nature_desc' => 'Nature Resitance.',
|
---|
1252 | 'resis_frost' => 'Frost Resitance',
|
---|
1253 | 'resis_frost_desc' => 'Frost Resitance.',
|
---|
1254 | 'resis_shadow' => 'Shadow Resitance',
|
---|
1255 | 'resis_shadow_desc' => 'Shadow Resitance.',
|
---|
1256 | 'resis_arcane' => 'Arcane Resitance',
|
---|
1257 | 'resis_arcane_desc' => 'Arcane Resitance.',
|
---|
1258 | 'models' => 'Models',
|
---|
1259 | 'modelid_male' => 'Modelid Male',
|
---|
1260 | 'modelid_male_desc' => 'Graphical model that client must apply on this male creature.',
|
---|
1261 | 'modelid_female' => 'Modelid Female',
|
---|
1262 | 'modelid_female_desc' => 'Graphical model that client must apply on this Female creature.',
|
---|
1263 | 'equip_slot' => 'Equip Slot',
|
---|
1264 | 'equip_slot_desc' => 'TODO:',
|
---|
1265 | 'equip_model' => 'Equip Model',
|
---|
1266 | 'equip_model_desc' => 'Equipement\'s model of the first item weared by the creature.',
|
---|
1267 | 'equip_info' => 'Equip Info',
|
---|
1268 | 'equip_info_desc' => 'TODO:',
|
---|
1269 | 'scripts' => 'Scripts',
|
---|
1270 | 'ai_name' => 'AIName',
|
---|
1271 | 'ai_name_desc' => 'Name of the AI function creature uses.',
|
---|
1272 | 'movement_type' => 'MovementType',
|
---|
1273 | 'movement_type_desc' => 'TODO.',
|
---|
1274 | 'class' => 'class',
|
---|
1275 | 'class_desc' => 'Creature\'s class, like character.class field. Used for check in case npcflag include trainer flag (16) and trainer_type == TRAINER_TYPE_CLASS or TRAINER_TYPE_PETS.',
|
---|
1276 | 'race' => 'Race',
|
---|
1277 | 'race_desc' => 'Creature\'s race, like character.race field. Used for check in case npcflag include trainer flag (16) and trainer_type == TRAINER_TYPE_MOUNTS.',
|
---|
1278 | 'trainer_spell' => 'Trainer Spell',
|
---|
1279 | 'trainer_spell_desc' => 'Spell ID. Used for check in case npcflag include trainer flag (16) and trainer_type == TRAINER_TYPE_TRADESKILLS. Player must known trainer_spell to start training.',
|
---|
1280 | 'inhabit_type' => 'Inhabit Type',
|
---|
1281 | 'inhabit_type_desc' => 'Movment type.<br />0 - not used<br />1 - can walk (or fly above ground)<br />2 - can swim (or fly above water)<br />3 (= 1 | 2) - can walk and swim (and fly)',
|
---|
1282 | 'walk' => 'Walk',
|
---|
1283 | 'swim' => 'Swim',
|
---|
1284 | 'both' => 'Both',
|
---|
1285 | 'civilian' => 'Civilian',
|
---|
1286 | 'civilian_desc' => 'If is this NPC civilian or not.',
|
---|
1287 | 'flags' => 'Flags',
|
---|
1288 | 'flags_desc' => 'TODO:',
|
---|
1289 | 'dynamic_flags' => 'Dynamic Flags',
|
---|
1290 | 'dynamic_flags_desc' => 'TODO:',
|
---|
1291 | 'flag_1' => 'Flag 1',
|
---|
1292 | 'flag_1_desc' => 'TODO:',
|
---|
1293 | 'save_to_db' => 'Save to Database',
|
---|
1294 | 'save_to_script' => 'Save as SQL Script',
|
---|
1295 | 'lookup_creature' => 'Lookup Creature',
|
---|
1296 | 'quests' => 'Quests',
|
---|
1297 | 'vendor' => 'Vendor',
|
---|
1298 | 'trainer' => 'Trainer',
|
---|
1299 | 'creature_swapned' => 'This Creature spawned total of',
|
---|
1300 | 'times' => 'time(s)',
|
---|
1301 | 'del_creature' => 'Delete Creature',
|
---|
1302 | 'del_spawns' => 'Delete Spawns',
|
---|
1303 | 'loot_tmpl_id' => 'Loot template ID',
|
---|
1304 | 'drop_chance' => 'Drop chance',
|
---|
1305 | 'quest_drop_chance' => 'Quest Drop chance',
|
---|
1306 | 'start_quests' => 'Start Quests',
|
---|
1307 | 'ends_quests' => 'Ends Quests',
|
---|
1308 | 'sells' => 'Sells',
|
---|
1309 | 'unlimited' => 'Unlimited',
|
---|
1310 | 'count' => 'Count',
|
---|
1311 | 'trains' => 'Trains',
|
---|
1312 | 'spell_id' => 'Spell ID',
|
---|
1313 | 'cost' => 'Cost',
|
---|
1314 | 'req_skill' => 'Required Skill',
|
---|
1315 | 'req_skill_lvl' => 'Required Skill level',
|
---|
1316 | 'req_level' => 'Required Level',
|
---|
1317 | 'creature_template' => 'Creature template ID',
|
---|
1318 | 'all_related_data' => 'All related data will be erased as well.',
|
---|
1319 | 'add_new_mob_templ' => 'Add new creature Template',
|
---|
1320 | 'edit_mob_templ' => 'Edit Creature Template',
|
---|
1321 | 'err_adding_new' => 'Error Adding New Creature',
|
---|
1322 | 'err_no_fields_updated' => 'Non of the fields updated.',
|
---|
1323 | 'search_creatures' => 'Search Creatures',
|
---|
1324 | 'custom_search' => 'Custom Filter',
|
---|
1325 | 'pickpocketloot_tmpl_id' => 'Pickpocket Loot Template ID',
|
---|
1326 | 'skinning_loot_tmpl_id' => 'Skinning Loot Template ID',
|
---|
1327 | 'add_items_to_templ' => 'Add Item to Template',
|
---|
1328 | 'loot_item_id' => 'Item ID',
|
---|
1329 | 'loot_item_id_desc' => 'ID of the item you wish to be added.',
|
---|
1330 | 'loot_drop_chance' => 'Drop Chance',
|
---|
1331 | 'loot_drop_chance_desc' => 'Item Drop chance',
|
---|
1332 | 'loot_quest_drop_chance' => 'Quest Drop Chance',
|
---|
1333 | 'loot_quest_drop_chance_desc' => 'Quest Drop chance',
|
---|
1334 | 'min_count' => 'Min. Count',
|
---|
1335 | 'min_count_desc' => 'Minimum number of stack size on drop.',
|
---|
1336 | 'max_count' => 'Max. Count',
|
---|
1337 | 'max_count_desc' => 'Maximum number of stack size on drop.',
|
---|
1338 | 'quest_loot' => 'Quest Loot Flag',
|
---|
1339 | 'quest_loot_desc' => 'Quest Free for all loot flag.',
|
---|
1340 | 'add_item_to_loot' => 'Add item to Loot Template',
|
---|
1341 | 'drop_chance' => 'Drop Chance',
|
---|
1342 | 'quest_freeforall' => 'Quest free for all',
|
---|
1343 | 'add_ends_quests' => 'Add Quest ends by this NPC',
|
---|
1344 | 'add_starts_quests' => 'Add Quest starts by this NPC',
|
---|
1345 | 'quest_id' => 'Quest ID',
|
---|
1346 | 'quest_id_desc' => 'ID of the quest.',
|
---|
1347 | 'add_items_to_vendor' => 'Add item to Vendor',
|
---|
1348 | 'vendor_item_id' => 'Item Id',
|
---|
1349 | 'vendor_item_id_desc' => 'Id of item you wish to add.',
|
---|
1350 | 'vendor_max_count' => 'Max. Count',
|
---|
1351 | 'vendor_max_count_desc' => 'Maximim number of items can be soled.',
|
---|
1352 | 'vendor_incrtime' => 'Increase Time',
|
---|
1353 | 'vendor_incrtime_desc' => 'Time before this item can be soled again.',
|
---|
1354 | 'train_spell_id' => 'Spell Id',
|
---|
1355 | 'train_spell_id_desc' => 'Id of the spell you like this trainer to train.',
|
---|
1356 | 'add_spell_to_trainer' => 'Add Spell to Trainer',
|
---|
1357 | 'train_cost' => 'Cost',
|
---|
1358 | 'train_cost_desc' => 'Cost in cooper of this skill.',
|
---|
1359 | 'req_skill' => 'Req. Skill',
|
---|
1360 | 'req_skill_desc' => 'Skill id required to learn this spell.',
|
---|
1361 | 'req_skill_value' => 'Req. Skill Value',
|
---|
1362 | 'req_skill_value_desc' => 'Skill level required to learn this spell.',
|
---|
1363 | 'req_level' => 'Req. Level',
|
---|
1364 | 'req_level_desc' => 'Character level required to learn this spell.',
|
---|
1365 | 'check_to_delete' => '* Check checkbox next to item to remove from template.',
|
---|
1366 | 'search_results' => 'Search Results'
|
---|
1367 | );
|
---|
1368 |
|
---|
1369 | $lang_game_object = array( //TODO:
|
---|
1370 | // ----- GAME_OBJECT.PHP -----
|
---|
1371 | 'unknown' => 'Unknown',
|
---|
1372 | 'custom_search' => 'Custom Filter',
|
---|
1373 | 'search' => '+ Search +',
|
---|
1374 | 'add_new' => 'Add New',
|
---|
1375 | 'tot_go_templ' => 'Total Game Object Templates',
|
---|
1376 | 'search_template' => 'Search Game Object Template',
|
---|
1377 | 'select' => 'Select',
|
---|
1378 | 'new_search' => 'New Search',
|
---|
1379 | 'tot_found' => 'Total Templates Found',
|
---|
1380 | 'add_new_go_templ' => 'Add New Game Object Template',
|
---|
1381 | 'edit_go_templ' => 'Edit Game Object Template',
|
---|
1382 | 'err_adding_new' => 'Error Adding New Game Object Template',
|
---|
1383 | 'err_no_fields_updated' => 'Error: No Fields Updated',
|
---|
1384 | 'search_go' => 'Search Game Objects',
|
---|
1385 | 'general' => 'General',
|
---|
1386 | 'sounds' => 'Additional Sounds',
|
---|
1387 | 'save_to_db' => 'Save to DB',
|
---|
1388 | 'save_to_script' => 'Save to Script',
|
---|
1389 | 'lookup_go' => 'Lookup GO',
|
---|
1390 | 'DOOR' => 'DOOR',
|
---|
1391 | 'BUTTON' => 'BUTTON',
|
---|
1392 | 'QUESTGIVER' => 'QUESTGIVER',
|
---|
1393 | 'CHEST' => 'CHEST',
|
---|
1394 | 'BINDER' => 'BINDER',
|
---|
1395 | 'GENERIC' => 'GENERIC',
|
---|
1396 | 'TRAP' => 'TRAP',
|
---|
1397 | 'CHAIR' => 'CHAIR',
|
---|
1398 | 'SPELL_FOCUS' => 'SPELL_FOCUS',
|
---|
1399 | 'TEXT' => 'TEXT',
|
---|
1400 | 'GOOBER' => 'GOOBER',
|
---|
1401 | 'TRANSPORT' => 'TRANSPORT',
|
---|
1402 | 'AREADAMAGE' => 'AREADAMAGE',
|
---|
1403 | 'CAMERA' => 'CAMERA',
|
---|
1404 | 'MAP_OBJECT' => 'MAP_OBJECT',
|
---|
1405 | 'MO_TRANSPORT' => 'MO_TRANSPORT',
|
---|
1406 | 'DUEL_FLAG' => 'DUEL_FLAG',
|
---|
1407 | 'FISHING_BOBBER' => 'FISHING_BOBBER',
|
---|
1408 | 'RITUAL' => 'RITUAL',
|
---|
1409 | 'MAILBOX' => 'MAILBOX',
|
---|
1410 | 'AUCTIONHOUSE' => 'AUCTIONHOUSE',
|
---|
1411 | 'GUARDPOST' => 'GUARDPOST',
|
---|
1412 | 'SPELLCASTER' => 'SPELLCASTER',
|
---|
1413 | 'MEETING_STONE' => 'MEETING_STONE',
|
---|
1414 | 'BG_Flag' => 'BG_Flag',
|
---|
1415 | 'FISHING_HOLE' => 'FISHING_HOLE',
|
---|
1416 | 'FLAGDROP' => 'FLAGDROP',
|
---|
1417 | 'CUSTOM_TELEPORTER' => 'CUSTOM_TELEPORTER',
|
---|
1418 | 'LOTTERY_KIOSK' => 'LOTTERY_KIOSK',
|
---|
1419 | 'CAPTURE_POINT' => 'CAPTURE_POINT',
|
---|
1420 | 'AURA_GENERATOR' => 'AURA_GENERATOR',
|
---|
1421 | 'DUNGEON_DIFFICULTY' => 'DUNGEON_DIFFICULTY',
|
---|
1422 | 'general' => 'General',
|
---|
1423 | 'name' => 'Name',
|
---|
1424 | 'name_desc' => 'Object\'s name.',
|
---|
1425 | 'entry' => 'Entry',
|
---|
1426 | 'entry_desc' => 'Unique GO identifier value',
|
---|
1427 | 'displayId' => 'Display Id',
|
---|
1428 | 'displayId_desc' => 'Graphic model\'s id sent to the client.',
|
---|
1429 | 'faction' => 'Faction',
|
---|
1430 | 'faction_desc' => 'Object\'s faction, if any.',
|
---|
1431 | 'flags' => 'Flags',
|
---|
1432 | 'flags_desc' => 'TODO:',
|
---|
1433 | 'type' => 'Type',
|
---|
1434 | 'type_desc' => 'Game Object\'s type',
|
---|
1435 | 'script_name' => 'ScriptName',
|
---|
1436 | 'ScriptName_desc' => 'Script\'s name GO uses.',
|
---|
1437 | 'size' => 'Size',
|
---|
1438 | 'size_desc' => 'Object\'s size must be set because graphic models can be resample.',
|
---|
1439 | 'sound' => 'Sound',
|
---|
1440 | 'sound_desc' => 'Data fields specific for different type field values. Each type has unique fields.<br />For more informaton visit https://svn.mangosproject.org/trac/MaNGOS/wiki/Database/gameobject_template',
|
---|
1441 | 'tmpl_not_found' => 'Template not Found',
|
---|
1442 | 'del_go' => 'Delete GO',
|
---|
1443 | 'del_spawns' => 'Delete Spawns',
|
---|
1444 | 'loot' => 'Loot',
|
---|
1445 | 'quests' => 'Quests',
|
---|
1446 | 'loot_tmpl_id' => 'Loot Template',
|
---|
1447 | 'drop_chance' => 'Drop Chance',
|
---|
1448 | 'quest_drop_chance' => 'Quest Drop Chance',
|
---|
1449 | 'quest_freeforall' => 'Quest Free for All',
|
---|
1450 | 'add_items_to_templ' => 'Add Items to Template',
|
---|
1451 | 'loot_item_id' => 'Loot template ID',
|
---|
1452 | 'loot_item_id_desc' => 'ID of the item you wish to be added.',
|
---|
1453 | 'loot_drop_chance' => 'Drop Chance',
|
---|
1454 | 'loot_drop_chance_desc' => 'Item Drop chance',
|
---|
1455 | 'loot_quest_drop_chance' => 'Quest Drop Chance',
|
---|
1456 | 'loot_quest_drop_chance_desc' => 'Quest Drop chance',
|
---|
1457 | 'min_count' => 'Min. Count',
|
---|
1458 | 'min_count_desc' => 'Minimum number of stack size on drop.',
|
---|
1459 | 'max_count' => 'Max. Count',
|
---|
1460 | 'max_count_desc' => 'Maximum number of stack size on drop.',
|
---|
1461 | 'quest_loot' => 'Quest Loot Flag',
|
---|
1462 | 'quest_loot_desc' => 'Quest Free for all loot flag.',
|
---|
1463 | 'check_to_delete' => '* Check checkbox next to item to remove from template.',
|
---|
1464 | 'add_starts_quests' => 'Add Quest starts by this GO',
|
---|
1465 | 'quest_id' => 'Quest ID',
|
---|
1466 | 'quest_id_desc' => 'ID of the quest.',
|
---|
1467 | 'start_quests' => 'Start Quests',
|
---|
1468 | 'ends_quests' => 'Ends Quests',
|
---|
1469 | 'add_ends_quests' => 'Add Quest ends by this GO',
|
---|
1470 | 'go_swapned' => 'This Game Object spawned total of',
|
---|
1471 | 'times' => 'times',
|
---|
1472 | 'go_template' => 'Game Object Template',
|
---|
1473 | 'all_related_data' => 'Along with all related data.'
|
---|
1474 | );
|
---|
1475 |
|
---|
1476 | $lang_auctionhouse = array( //TODO
|
---|
1477 | // ----- AHSTATS.PHP -----
|
---|
1478 | 'auctionhouse' => 'Auction House',
|
---|
1479 | 'seller' => 'Seller',
|
---|
1480 | 'item' => 'Item',
|
---|
1481 | 'buyoutprice' => 'Buyout price',
|
---|
1482 | 'timeleft' => 'Time Left',
|
---|
1483 | 'buyer' => 'Buyer',
|
---|
1484 | 'lastbid' => 'Last Bid',
|
---|
1485 | 'firstbid' => 'First Bid',
|
---|
1486 | 'dayshortcut' => 'D',
|
---|
1487 | 'hourshortcut' => 'H',
|
---|
1488 | 'mnshortcut' => 'mn',
|
---|
1489 | 'total_auctions' => 'Total Auctions',
|
---|
1490 | 'search_results' => 'Search Results',
|
---|
1491 | 'auction_over' => 'Auction Over'
|
---|
1492 | );
|
---|
1493 |
|
---|
1494 | $lang_id_tab = array(
|
---|
1495 | // ----- ID_TAB.PHP -----
|
---|
1496 | //---maps---
|
---|
1497 | 'azeroths' => 'Azeroths',
|
---|
1498 | 'kalimdor' => 'Kalimdor',
|
---|
1499 | 'test_zone' => 'Test Zone',
|
---|
1500 | 'kalidar' => 'Kalidar',
|
---|
1501 | 'alterac_valley' => 'Vallée d\'Alterac',
|
---|
1502 | 'shadowfang_keep_instance' => 'Instance de Shadowfang Keep',
|
---|
1503 | 'the_stockade_instance' => 'Instance de Stockade',
|
---|
1504 | 'stormwind_prison' => 'Prison de Stromwind',
|
---|
1505 | 'deadmines_instance' => 'Instance des Deadmines',
|
---|
1506 | 'plains_of_snow' => 'Plains of Snow',
|
---|
1507 | 'wailing_caverns_instance' => 'Instance de Wailing Caverns',
|
---|
1508 | 'monastery_interior' => 'Monastère intérieur',
|
---|
1509 | 'razorfen_kraul_instance' => 'Instance de Razorfen Kraul',
|
---|
1510 | 'blackfathom_deeps_instance' => 'Instance de Blackfathom Deeps',
|
---|
1511 | 'uldaman_instance' => 'Instance d\'Uldaman',
|
---|
1512 | 'gnomeregan_instance' => 'Instance de Gnomeregan',
|
---|
1513 | 'sunken_temple_instance' => 'Instance de Sunken Temple',
|
---|
1514 | 'razorfen_downs_instance' => 'Instance de Razorfen Downs',
|
---|
1515 | 'outland' => 'Outland',
|
---|
1516 | 'emerald_forest' => 'Forêt d\'émeraude',
|
---|
1517 | 'scarlet_monastery_instance' => 'Instance du monastère écarlate',
|
---|
1518 | 'zul_farrak_instance' => 'Instance de Zul\'Farrak',
|
---|
1519 | 'blackrock_spire_instance' => 'Instance de Blackrock Spire',
|
---|
1520 | 'blackrock_depths_instance' => 'Instance de Blackrock Depths',
|
---|
1521 | 'onyxia_s_lair_instance' => 'Repère d\'Onyxia',
|
---|
1522 | 'caverns_of_time' => 'Caverne du temps',
|
---|
1523 | 'scholomance_instance' => 'Instance de Scholomance',
|
---|
1524 | 'zul_gurub_instance' => 'Instance de Zul\'Gurub',
|
---|
1525 | 'stratholme_instance' => 'Instance de Stratholme',
|
---|
1526 | 'maraudon_instance' => 'Instance de Maraudon',
|
---|
1527 | 'deeprun_tram' => 'Tram sous-terrain',
|
---|
1528 | 'ragefire_chasm_instance' => 'Instance de Ragefire Chasm',
|
---|
1529 | 'the_molten_core_instance' => 'Instance de Molten Core',
|
---|
1530 | 'dire_maul_instance' => 'Instance de Dire Maul',
|
---|
1531 | 'alliance_pvp_barracks' => 'Caserne JCJ de l\'alliance',
|
---|
1532 | 'horde_pvp_barracks' => 'Caserne JCJ de la horde',
|
---|
1533 | 'development_land' => 'Terrain de dévelloppement',
|
---|
1534 | 'blackwing_lair_instance' => 'Instance de Blackwing Lair',
|
---|
1535 | 'warsong_gulch' => 'Goulet de Warsong Gulch',
|
---|
1536 | 'ruins_of_ahn_qiraj_instance' => 'Instance des ruines d\'Ahn\'Qiraj',
|
---|
1537 | 'arathi_basin' => 'Bassin d\'Arathi',
|
---|
1538 | 'temple_of_ahn_qiraj_instance' => 'Instance du temple d\'Ahn\'Qiraj',
|
---|
1539 | 'naxxramas_instance' => 'Instance de Naxxramas',
|
---|
1540 | //tbc - maps
|
---|
1541 | 'cot_black_morass' => 'The Black Morass',
|
---|
1542 | 'karazahn' => 'Karazahn',
|
---|
1543 | 'cot_hyjal_past' => 'Hyjal Past',
|
---|
1544 | 'hellfire_military' => 'The Shattered Halls',
|
---|
1545 | 'hellfire_demon' => 'The Blood Furnace',
|
---|
1546 | 'hellfire_rampart' => 'Hellfire Ramparts',
|
---|
1547 | 'hellfire_raid' => 'Magtheridon\'s Lair',
|
---|
1548 | 'coilfang_pumping' => 'The Steamvault',
|
---|
1549 | 'coilfang_marsh' => 'The Underbog',
|
---|
1550 | 'coilfang_draenei' => 'The Slave Pens',
|
---|
1551 | 'coilfang_raid' => 'Serpentshrine Cavern',
|
---|
1552 | 'tempest_keep_raid' => 'Eye of the Storm',
|
---|
1553 | 'tempest_keep_arcane' => 'The Arcatraz',
|
---|
1554 | 'tempest_keep_atrium' => 'The Botanica',
|
---|
1555 | 'tempest_keep_factory' => 'The Mechanar',
|
---|
1556 | 'auchindoun_shadow' => 'Shadow Labyrinth',
|
---|
1557 | 'auchindoun_arakkoa' => 'Sethekk Halls',
|
---|
1558 | 'auchindoun_ethereal' => 'Mana-Tombs',
|
---|
1559 | 'auchindoun_draenei' => 'Auchenai Crypts',
|
---|
1560 | 'nagrand_arena' => 'Nagrand Arena',
|
---|
1561 | 'cot_hillsbrad_past' => 'Old Hillsbrad Foothills',
|
---|
1562 | 'blades_edge_arena' => 'Blade\'s Edge Arena',
|
---|
1563 | 'black_temple' => 'Black Temple',
|
---|
1564 | 'gruuls_lair' => 'Gruul\'s Lair',
|
---|
1565 | 'netherstorm_arena' => 'Netherstorm Arena',
|
---|
1566 | 'zulaman' => 'Zul\'Aman',
|
---|
1567 | //---class/race---
|
---|
1568 | 'unknown' => 'Inconnu',
|
---|
1569 | 'warrior' => 'Guerrier',
|
---|
1570 | 'paladin' => 'Paladin',
|
---|
1571 | 'hunter' => 'Chassuer',
|
---|
1572 | 'rogue' => 'Voleur',
|
---|
1573 | 'priest' => 'Prêtre',
|
---|
1574 | 'shaman' => 'Shaman',
|
---|
1575 | 'mage' => 'Mage',
|
---|
1576 | 'warlock' => 'Démoniste',
|
---|
1577 | 'druid' => 'Druide',
|
---|
1578 | 'human' => 'Humain',
|
---|
1579 | 'orc' => 'Orc',
|
---|
1580 | 'dwarf' => 'Nain',
|
---|
1581 | 'nightelf' => 'Elfe de la nuit',
|
---|
1582 | 'undead' => 'Mort-vivant',
|
---|
1583 | 'tauren' => 'Tauren',
|
---|
1584 | 'gnome' => 'Gnome',
|
---|
1585 | 'troll' => 'Troll',
|
---|
1586 | 'goblin' => 'Goblin',
|
---|
1587 | 'bloodelf' => 'BloodElf',
|
---|
1588 | 'draenei' => 'Draenei',
|
---|
1589 | //---zone---
|
---|
1590 | 'undercity' => 'Undercity/Fossoyese',
|
---|
1591 | 'ironforge' => 'Ironforge/Forgefer',
|
---|
1592 | 'stormwind_city' => 'Stormwind City/Hurlevent',
|
---|
1593 | 'badlands' => 'Badlands',
|
---|
1594 | 'wetlands' => 'Wetlands',
|
---|
1595 | 'stranglethorn_vale' => 'Valée de Stranglethorn',
|
---|
1596 | 'redridge_mountains' => 'Mont Redridge',
|
---|
1597 | 'loch_modan' => 'Loch Modan',
|
---|
1598 | 'duskwood' => 'Duskwood',
|
---|
1599 | 'deadwind_pass' => 'Deadwind Pass',
|
---|
1600 | 'elwynn_forest' => 'Forêt d\'Elwynn',
|
---|
1601 | 'burning_steppes' => 'Steppes ardentes',
|
---|
1602 | 'searing_gorge' => 'Searing Gorge',
|
---|
1603 | 'dun_morogh' => 'Dun Morogh',
|
---|
1604 | 'the_hinterlands' => 'The Hinterlands',
|
---|
1605 | 'westfall' => 'Westfall',
|
---|
1606 | 'hillsbrad_foothills' => 'Hillsbrad Foothills',
|
---|
1607 | 'eastern_plaguelands' => 'Eastern Plaguelands',
|
---|
1608 | 'western_plaguelands' => 'Western Plaguelands',
|
---|
1609 | 'silverpine_forest' => 'Forêt des pins argentés',
|
---|
1610 | 'tirisfal_glades' => 'Tirisfal Glades',
|
---|
1611 | 'blasted_lands' => 'Blasted Lands',
|
---|
1612 | 'swamp_of_sorrows' => 'Swamp of Sorrows',
|
---|
1613 | 'arathi_highlands' => 'Hautes terres d\'Arathi',
|
---|
1614 | 'alterac_mountains' => 'Montagnes d\'Alterac',
|
---|
1615 | 'darnassus' => 'Darnassus',
|
---|
1616 | 'thunder_bluff' => 'Thunder Bluff',
|
---|
1617 | 'orgrimmar' => 'Orgrimmar',
|
---|
1618 | 'moonglade' => 'Moonglade',
|
---|
1619 | 'silithus' => 'Silithus',
|
---|
1620 | 'winterspring' => 'Winterspring',
|
---|
1621 | 'un_goro_crater' => 'Un\'Goro Crater',
|
---|
1622 | 'felwood' => 'Felwood',
|
---|
1623 | 'azshara' => 'Azshara',
|
---|
1624 | 'tanaris' => 'Tanaris',
|
---|
1625 | 'dustwallow_marsh' => 'Dustwallow Marsh',
|
---|
1626 | 'mulgore' => 'Mulgore',
|
---|
1627 | 'feralas' => 'Feralas',
|
---|
1628 | 'desolace' => 'Desolace',
|
---|
1629 | 'thousand_needles' => 'Thousand Needles',
|
---|
1630 | 'durotar' => 'Durotar',
|
---|
1631 | 'ashenvale' => 'Ashenvale',
|
---|
1632 | 'darkshore' => 'Darkshore',
|
---|
1633 | 'teldrassil' => 'Teldrassil',
|
---|
1634 | 'stonetalon_mountains' => 'Stonetalon Mountains',
|
---|
1635 | 'the_barrens' => 'The Barrens',
|
---|
1636 | //tbc- zones
|
---|
1637 | 'shattrath_city' => 'Shattrath City',
|
---|
1638 | 'silvermoon_city' => 'Silvermoon City',
|
---|
1639 | 'netherstorm' => 'Netherstorm',
|
---|
1640 | 'terokkar_forest' => 'Terokkar Forest',
|
---|
1641 | 'nagrand' => 'Nagrand',
|
---|
1642 | 'bloodmyst_isle' => 'Bloodmyst Isle',
|
---|
1643 | 'blades_edge_mountains' => 'Blade\'s Edge Mountains',
|
---|
1644 | 'shadowmoon_valley' => 'Shadowmoon Valley',
|
---|
1645 | 'the_exodar' => 'The Exodar',
|
---|
1646 | 'zangarmarsh' => 'Zangarmarsh',
|
---|
1647 | 'hellfire_peninsula' => 'Hellfire Peninsula',
|
---|
1648 | 'azuremyst_isle' => 'Azuremyst Isle',
|
---|
1649 | 'ghostlands' => 'Ghostlands',
|
---|
1650 | 'eversong_woods' => 'Eversong Woods',
|
---|
1651 | //skills
|
---|
1652 | 'SKILL_RIDING' => 'Riding',
|
---|
1653 | 'SKILL_LANG_DRAENEI' => 'Language Draenei',
|
---|
1654 | 'SKILL_JEWELCRAFTING' => 'Jewelcrafting',
|
---|
1655 | 'SKILL_RIDING_KODO' => 'Riding Kodo',
|
---|
1656 | 'SKILL_LANG_GUTTERSPEAK' => 'Language Gutterspeak',
|
---|
1657 | 'SKILL_LOCKPICKING' => 'LockPicking',
|
---|
1658 | 'SKILL_DISCIPLINE' => 'Descipline',
|
---|
1659 | 'SKILL_DESTRUCTION' => 'Destruction',
|
---|
1660 | 'SKILL_BALANCE' => 'Balance',
|
---|
1661 | 'SKILL_RIDING_UNDEAD_HORSE' => 'Riding Undead Horse',
|
---|
1662 | 'SKILL_RIDING_MECHANOSTRIDER' => 'Riding Mechanostrider',
|
---|
1663 | 'SKILL_RIDING_RAPTOR' => 'Riding Raptor',
|
---|
1664 | 'SKILL_FIST_WEAPONS' => 'Fist Weapons',
|
---|
1665 | 'SKILL_SHIELD' => 'Shield',
|
---|
1666 | 'SKILL_CLOTH' => 'Cloth',
|
---|
1667 | 'SKILL_LEATHER' => 'Leather',
|
---|
1668 | 'SKILL_MAIL' => 'Mail',
|
---|
1669 | 'SKILL_SKINNING' => 'Skinning',
|
---|
1670 | 'SKILL_ELEMENTAL_COMBAT' => 'Elemental Combat',
|
---|
1671 | 'SKILL_RESTORATION' => 'Restoration',
|
---|
1672 | 'SKILL_ENHANCEMENT' => 'Enhancement',
|
---|
1673 | 'SKILL_FISHING' => 'Fishing',
|
---|
1674 | 'SKILL_AFFLICTION' => 'Affiliction',
|
---|
1675 | 'SKILL_DEMONOLOGY' => 'Demonology',
|
---|
1676 | 'SKILL_ENCHANTING' => 'Enchanting',
|
---|
1677 | 'SKILL_LANG_TROLL' => 'Language Troll',
|
---|
1678 | 'SKILL_LANG_GNOMISH' => 'Language Gnomish',
|
---|
1679 | 'SKILL_PLATE_MAIL' => 'Plate Mail',
|
---|
1680 | 'SKILL_PET_TALENTS' => 'Pet Talents',
|
---|
1681 | 'SKILL_BEAST_TRAINING' => 'Beast Training',
|
---|
1682 | 'SKILL_PROTECTION' => 'Protection',
|
---|
1683 | 'SKILL_FURY' => 'Fury',
|
---|
1684 | 'SKILL_ASSASSINATION' => 'Assassination',
|
---|
1685 | 'SKILL_ARCANE' => 'Arcane',
|
---|
1686 | 'SKILL_POLEARMS' => 'Polearms',
|
---|
1687 | 'SKILL_WANDS' => 'Wands',
|
---|
1688 | 'SKILL_SPEARS' => 'Spears',
|
---|
1689 | 'SKILL_CROSSBOWS' => 'Crossbows',
|
---|
1690 | 'SKILL_WEAPON_TALENTS' => 'Weapon Talents',
|
---|
1691 | 'SKILL_ENGINERING' => 'Enginering',
|
---|
1692 | 'SKILL_TAILORING' => 'Tailoring',
|
---|
1693 | 'SKILL_MINING' => 'Mining',
|
---|
1694 | 'SKILL_COOKING' => 'Cooking',
|
---|
1695 | 'SKILL_RETRIBUTION' => 'Retribution',
|
---|
1696 | 'SKILL_HERBALISM' => 'Herbalism',
|
---|
1697 | 'SKILL_THROWN' => 'Thrown',
|
---|
1698 | 'SKILL_DAGGERS' => 'Daggers',
|
---|
1699 | 'SKILL_2H_AXES' => 'Two-Handed Axes',
|
---|
1700 | 'SKILL_ALCHEMY' => 'Alchemy',
|
---|
1701 | 'SKILL_LEATHERWORKING' => 'Leatherworking',
|
---|
1702 | 'SKILL_BLACKSMITHING' => 'Blacksmithing',
|
---|
1703 | 'SKILL_MARKSMANSHIP' => 'Marksmanship',
|
---|
1704 | 'SKILL_UNARMED' => 'Unarmed',
|
---|
1705 | 'SKILL_2H_MACES' => 'Two-Handed Maces',
|
---|
1706 | 'SKILL_RIDING_TIGER' => 'Riding Tiger',
|
---|
1707 | 'SKILL_RIDING_RAM' => 'Riding Ram',
|
---|
1708 | 'SKILL_RIDING_WOLF' => 'Riding Wolf',
|
---|
1709 | 'SKILL_RIDING_HORSE' => 'Riding Horse',
|
---|
1710 | 'SKILL_LANG_OLD_TONGUE' => 'Language Old Tongue',
|
---|
1711 | 'SKILL_LANG_TITAN' => 'Language Titan',
|
---|
1712 | 'SKILL_LANG_DEMON_TONGUE' => 'Language Demon Tongue',
|
---|
1713 | 'SKILL_LANG_DRACONIC' => 'Language Draconic',
|
---|
1714 | 'SKILL_LANG_THALASSIAN' => 'Language Thalassian',
|
---|
1715 | 'SKILL_STAVES' => 'Staves',
|
---|
1716 | 'SKILL_FERAL_COMBAT' => 'Feral Comabt',
|
---|
1717 | 'SKILL_FIRST_AID' => 'First Aid',
|
---|
1718 | 'SKILL_DUAL_WIELD' => 'Dual Wield',
|
---|
1719 | 'SKILL_LANG_TAURAHE' => 'Language Taurahe',
|
---|
1720 | 'SKILL_LANG_DARNASSIAN' => 'Language Darnassian',
|
---|
1721 | 'SKILL_LANG_DWARVEN' => 'Language Dwarven',
|
---|
1722 | 'SKILL_LANG_ORCISH' => 'Language Orcish',
|
---|
1723 | 'SKILL_LANG_COMMON' => 'Language Common',
|
---|
1724 | 'SKILL_DEFENSE' => 'Defense',
|
---|
1725 | 'SKILL_SHADOW' => 'Shadow',
|
---|
1726 | 'SKILL_2H_SWORDS' => 'Two-Handed Swords',
|
---|
1727 | 'SKILL_HOLY' => 'Holy',
|
---|
1728 | 'SKILL_MACES' => 'Maces',
|
---|
1729 | 'SKILL_SURVIVAL' => 'Survival',
|
---|
1730 | 'SKILL_BEAST_MASTERY' => 'Beast Mastery',
|
---|
1731 | 'SKILL_GUNS' => 'Guns',
|
---|
1732 | 'SKILL_BOWS' => 'Bows',
|
---|
1733 | 'SKILL_AXES' => 'Axes',
|
---|
1734 | 'SKILL_SWORDS' => 'Swords',
|
---|
1735 | 'SKILL_POISONS' => 'Poisons',
|
---|
1736 | 'SKILL_SUBTLETY' => 'Subtlery',
|
---|
1737 | 'SKILL_COMBAT' => 'Combat',
|
---|
1738 | 'SKILL_ARMS' => 'Arms',
|
---|
1739 | 'SKILL_FIRE' => 'Fire',
|
---|
1740 | 'SKILL_FROST' => 'Frost',
|
---|
1741 | //------ItemSets-----
|
---|
1742 | 'Set696' => 'High Warlord\'s Wartide',
|
---|
1743 | 'Set695' => 'Grand Marshal\'s Wartide',
|
---|
1744 | 'Set694' => 'High Warlord\'s Redemption',
|
---|
1745 | 'Set693' => 'Grand Marshal\'s Redemption',
|
---|
1746 | 'Set692' => 'High Warlord\'s Investiture',
|
---|
1747 | 'Set691' => 'Grand Marshal\'s Investiture',
|
---|
1748 | 'Set690' => 'Gladiator\'s Redemption',
|
---|
1749 | 'Set689' => 'High Warlord\'s Refuge',
|
---|
1750 | 'Set688' => 'Grand Marshal\'s Refuge',
|
---|
1751 | 'Set687' => 'Gladiator\'s Investiture',
|
---|
1752 | 'Set686' => 'Gladiator\'s Wartide',
|
---|
1753 | 'Set685' => 'Gladiator\'s Refuge',
|
---|
1754 | 'Set684' => 'Skyshatter Regalia',
|
---|
1755 | 'Set683' => 'Skyshatter Raiment',
|
---|
1756 | 'Set682' => 'Skyshatter Harness',
|
---|
1757 | 'Set681' => 'Lightbringer Raiment',
|
---|
1758 | 'Set680' => 'Lightbringer Battlegear',
|
---|
1759 | 'Set679' => 'Lightbringer Battlegear',
|
---|
1760 | 'Set678' => 'Thunderheart Raiment',
|
---|
1761 | 'Set677' => 'Thunderheart Regalia',
|
---|
1762 | 'Set676' => 'Thunderheart Harness',
|
---|
1763 | 'Set675' => 'Vestments of Absolution',
|
---|
1764 | 'Set674' => 'Absolution Regalia',
|
---|
1765 | 'Set673' => 'Onslaught Armor',
|
---|
1766 | 'Set672' => 'Onslaught Battlegear',
|
---|
1767 | 'Set671' => 'Tempest Regalia',
|
---|
1768 | 'Set670' => 'Malefic Raiment',
|
---|
1769 | 'Set669' => 'Gronnstalker\'s Armor',
|
---|
1770 | 'Set668' => 'Slayer\'s Armor',
|
---|
1771 | 'Set667' => 'The Twin Stars',
|
---|
1772 | 'Set666' => 'Avatar Regalia',
|
---|
1773 | 'Set665' => 'Avatar Raiment',
|
---|
1774 | 'Set664' => 'Incarnate Regalia',
|
---|
1775 | 'Set663' => 'Incarnate Raiment',
|
---|
1776 | 'Set662' => 'Hallowed Raiment',
|
---|
1777 | 'Set661' => 'Doomplate Battlegear',
|
---|
1778 | 'Set660' => 'Desolation Battlegear',
|
---|
1779 | 'Set659' => 'Wastewalker Armor',
|
---|
1780 | 'Set658' => 'Mana-Etched Regalia',
|
---|
1781 | 'Set657' => 'Destroyer Battlegear',
|
---|
1782 | 'Set656' => 'Destroyer Armor',
|
---|
1783 | 'Set655' => 'Warbringer Battlegear',
|
---|
1784 | 'Set654' => 'Warbringer Armor',
|
---|
1785 | 'Set653' => 'Bold Armor',
|
---|
1786 | 'Set652' => 'Rift Stalker Armor',
|
---|
1787 | 'Set651' => 'Demon Stalker Armor',
|
---|
1788 | 'Set650' => 'Beast Lord Armor',
|
---|
1789 | 'Set649' => 'Tirisfal Regalia',
|
---|
1790 | 'Set648' => 'Aldor Regalia',
|
---|
1791 | 'Set647' => 'Incanter\'s Regalia',
|
---|
1792 | 'Set646' => 'Corruptor Raiment',
|
---|
1793 | 'Set645' => 'Voidheart Raiment',
|
---|
1794 | 'Set644' => 'Oblivion Raiment',
|
---|
1795 | 'Set643' => 'Nordrassil Regalia',
|
---|
1796 | 'Set642' => 'Nordrassil Raiment',
|
---|
1797 | 'Set641' => 'Nordrassil Harness',
|
---|
1798 | 'Set640' => 'Malorne Harness',
|
---|
1799 | 'Set639' => 'Malorne Regalia',
|
---|
1800 | 'Set638' => 'Malorne Raiment',
|
---|
1801 | 'Set637' => 'Moonglade Raiment',
|
---|
1802 | 'Set636' => 'Cataclysm Harness',
|
---|
1803 | 'Set635' => 'Cyclone Regalia',
|
---|
1804 | 'Set634' => 'Cataclysm Raiment',
|
---|
1805 | 'Set633' => 'Cyclone Harness',
|
---|
1806 | 'Set632' => 'Cyclone Regalia',
|
---|
1807 | 'Set631' => 'Cyclone Raiment',
|
---|
1808 | 'Set630' => 'Tidefury Raiment',
|
---|
1809 | 'Set629' => 'Crystalforge Battlegear',
|
---|
1810 | 'Set628' => 'Crystalforge Armor',
|
---|
1811 | 'Set627' => 'Crystalforge Raiment',
|
---|
1812 | 'Set626' => 'Justicar Battlegear',
|
---|
1813 | 'Set625' => 'Justicar Armor',
|
---|
1814 | 'Set624' => 'Justicar Raiment',
|
---|
1815 | 'Set623' => 'Righteous Armor',
|
---|
1816 | 'Set622' => 'Deathmantle',
|
---|
1817 | 'Set621' => 'Netherblade',
|
---|
1818 | 'Set620' => 'Assassination Armor',
|
---|
1819 | 'Set619' => 'Primal Intent',
|
---|
1820 | 'Set618' => 'Windhawk Armor',
|
---|
1821 | 'Set617' => 'Netherstrike Armor',
|
---|
1822 | 'Set616' => 'Netherscale Armor',
|
---|
1823 | 'Set615' => 'Gladiator\'s Felshroud',
|
---|
1824 | 'Set614' => 'Wild Draenish Armor',
|
---|
1825 | 'Set613' => 'Thick Draenic Armor',
|
---|
1826 | 'Set612' => 'Scaled Draenic Armor',
|
---|
1827 | 'Set611' => 'Felscale Armor',
|
---|
1828 | 'Set610' => 'High Warlord\'s Wildhide',
|
---|
1829 | 'Set609' => 'Grand Marshal\'s Wildhide',
|
---|
1830 | 'Set608' => 'High Warlord\'s Vindication',
|
---|
1831 | 'Set607' => 'Grand Marshal\'s Vindication',
|
---|
1832 | 'Set606' => 'High Warlord\'s Vestments',
|
---|
1833 | 'Set605' => 'Grand Marshal\'s Vestments',
|
---|
1834 | 'Set604' => 'High Warlord\'s Thunderfist',
|
---|
1835 | 'Set603' => 'Grand Marshal\'s Thunderfist',
|
---|
1836 | 'Set602' => 'High Warlord\'s Sanctuary',
|
---|
1837 | 'Set601' => 'Grand Marshal\'s Sanctuary',
|
---|
1838 | 'Set600' => 'High Warlord\'s Regalia',
|
---|
1839 | 'Set599' => 'Grand Marshal\'s Regalia',
|
---|
1840 | 'Set598' => 'High Warlord\'s Raiment',
|
---|
1841 | 'Set597' => 'Grand Marshal\'s Raiment',
|
---|
1842 | 'Set596' => 'High Warlord\'s Pursuit',
|
---|
1843 | 'Set595' => 'Grand Marshal\'s Pursuit',
|
---|
1844 | 'Set594' => 'High Warlord\'s Earthshaker',
|
---|
1845 | 'Set593' => 'Grand Marshal\'s Earthshaker',
|
---|
1846 | 'Set592' => 'High Warlord\'s Dreadgear',
|
---|
1847 | 'Set591' => 'Grand Marshal\'s Dreadgear',
|
---|
1848 | 'Set590' => 'Grand Marshal\'s Battlegear',
|
---|
1849 | 'Set589' => 'Grand Marshal\'s Aegis',
|
---|
1850 | 'Set588' => 'High Warlord\'s Battlegear',
|
---|
1851 | 'Set587' => 'High Warlord\'s Aegis',
|
---|
1852 | 'Set586' => 'Gladiator\'s Pursuit',
|
---|
1853 | 'Set585' => 'Gladiator\'s Wildhide',
|
---|
1854 | 'Set584' => 'Gladiator\'s Sanctuary',
|
---|
1855 | 'Set583' => 'Gladiator\'s Vindication',
|
---|
1856 | 'Set582' => 'Gladiator\'s Aegis',
|
---|
1857 | 'Set581' => 'Gladiator\'s Raiment',
|
---|
1858 | 'Set580' => 'Gladiator\'s Thunderfist',
|
---|
1859 | 'Set579' => 'Gladiator\'s Regalia',
|
---|
1860 | 'Set578' => 'Gladiator\'s Earthshaker',
|
---|
1861 | 'Set577' => 'Gladiator\'s Vestments',
|
---|
1862 | 'Set576' => 'Fury of the Nether',
|
---|
1863 | 'Set575' => 'Felstalker Armor',
|
---|
1864 | 'Set574' => 'Strength of the Clefthoof',
|
---|
1865 | 'Set573' => 'Fel Skin',
|
---|
1866 | 'Set572' => 'Battlecast Garb',
|
---|
1867 | 'Set571' => 'Whitemend Wisdom',
|
---|
1868 | 'Set570' => 'The Unyielding',
|
---|
1869 | 'Set569' => 'Faith in Felsteel',
|
---|
1870 | 'Set568' => 'Gladiator\'s Dreadgear',
|
---|
1871 | 'Set567' => 'Gladiator\'s Battlegear',
|
---|
1872 | 'Set566' => 'Burning Rage',
|
---|
1873 | 'Set565' => 'Khorium Ward',
|
---|
1874 | 'Set564' => 'Shadow Guard',
|
---|
1875 | 'Set563' => 'Enchanted Adamantite Armor',
|
---|
1876 | 'Set562' => 'Adamantite Battlegear',
|
---|
1877 | 'Set561' => 'Fel Iron Chain',
|
---|
1878 | 'Set560' => 'Fel Iron Plate',
|
---|
1879 | 'Set559' => 'spellstrike Infusion',
|
---|
1880 | 'Set558' => 'Arcanoweave Vestments',
|
---|
1881 | 'Set557' => 'Soulcloth Embrace',
|
---|
1882 | 'Set556' => 'Imbued Netherweave',
|
---|
1883 | 'Set555' => 'Netherweave Vestments',
|
---|
1884 | 'Set554' => 'Primal Mooncloth',
|
---|
1885 | 'Set553' => 'Shadow\'s Embrace',
|
---|
1886 | 'Set552' => 'Wrath of Spellfire',
|
---|
1887 | 'Set551' => 'Lieutenant Commander\'s Refuge',
|
---|
1888 | 'Set550' => 'Lieutenant Commander\'s Pursuance',
|
---|
1889 | 'Set549' => 'Lieutenant Commander\'s Investiture',
|
---|
1890 | 'Set548' => 'Lieutenant Commander\'s Guard',
|
---|
1891 | 'Set547' => 'Lieutenant Commander\'s Dreadgear',
|
---|
1892 | 'Set546' => 'Lieutenant Commander\'s Arcanum',
|
---|
1893 | 'Set545' => 'Lieutenant Commander\'s Battlearmor',
|
---|
1894 | 'Set544' => 'Lieutenant Commander\'s Redoubt',
|
---|
1895 | 'Set543' => 'Champion\'s Pursuance',
|
---|
1896 | 'Set542' => 'Champion\'s Arcanum',
|
---|
1897 | 'Set541' => 'Champion\'s Dreadgear',
|
---|
1898 | 'Set540' => 'Champion\'s Investiture',
|
---|
1899 | 'Set539' => 'Champion\'s Refuge',
|
---|
1900 | 'Set538' => 'Champion\'s Stormcaller',
|
---|
1901 | 'Set537' => 'Champion\'s Battlearmor',
|
---|
1902 | 'Set536' => 'Regalia of Undead Cleansing',
|
---|
1903 | 'Set535' => 'Garb of the Undead Slayer',
|
---|
1904 | 'Set534' => 'Undead Slayer\'s Armor',
|
---|
1905 | 'Set533' => 'Battlegear of Undead Slaying',
|
---|
1906 | 'Set530' => 'Cryptstalker Armor',
|
---|
1907 | 'Set529' => 'Plagueheart Raiment',
|
---|
1908 | 'Set528' => 'Redemption Armor',
|
---|
1909 | 'Set527' => 'The Earthshatterer',
|
---|
1910 | 'Set526' => 'Frostfire Regalia',
|
---|
1911 | 'Set525' => 'Vestments of Faith',
|
---|
1912 | 'Set524' => 'Bonescythe Armor',
|
---|
1913 | 'Set523' => 'Dreadnaught\'s Battlegear',
|
---|
1914 | 'Set522' => 'Champion\'s Guard',
|
---|
1915 | 'Set521' => 'Dreamwalker Raiment',
|
---|
1916 | 'Set520' => 'Ironweave Battlesuit',
|
---|
1917 | 'Set519' => 'The Five Thunders',
|
---|
1918 | 'Set518' => 'Deathmist Raiment',
|
---|
1919 | 'Set517' => 'Sorcerer\'s Regalia',
|
---|
1920 | 'Set516' => 'Soulforge Armor',
|
---|
1921 | 'Set515' => 'Beastmaster Armor',
|
---|
1922 | 'Set514' => 'Vestments of the Virtuous',
|
---|
1923 | 'Set513' => 'Feralheart Raiment',
|
---|
1924 | 'Set512' => 'Darkmantle Armor',
|
---|
1925 | 'Set511' => 'Battlegear of Heroism',
|
---|
1926 | 'Set510' => 'Trappings of the Unseen Path',
|
---|
1927 | 'Set509' => 'Striker\'s Garb',
|
---|
1928 | 'Set508' => 'Finery of Infinite Wisdom',
|
---|
1929 | 'Set507' => 'Garments of the Oracle',
|
---|
1930 | 'Set506' => 'Battlegear of Eternal Justice',
|
---|
1931 | 'Set505' => 'Avenger\'s Battlegear',
|
---|
1932 | 'Set504' => 'Trappings of Vaulted Secrets',
|
---|
1933 | 'Set503' => 'Enigma Vestments',
|
---|
1934 | 'Set502' => 'Gift of the Gathering Storm',
|
---|
1935 | 'Set501' => 'Stormcaller\'s Garb',
|
---|
1936 | 'Set500' => 'Implements of Unspoken Names',
|
---|
1937 | 'Set499' => 'Doomcaller\'s Attire',
|
---|
1938 | 'Set498' => 'Emblems of Veiled Shadows',
|
---|
1939 | 'Set497' => 'Deathdealer\'s Embrace',
|
---|
1940 | 'Set496' => 'Conqueror\'s Battlegear',
|
---|
1941 | 'Set495' => 'Battlegear of Unyielding Strength',
|
---|
1942 | 'Set494' => 'Symbols of Unending Life',
|
---|
1943 | 'Set493' => 'Genesis Raiment',
|
---|
1944 | 'Set492' => 'Twilight Trappings',
|
---|
1945 | 'Set491' => 'Blue Dragon Mail',
|
---|
1946 | 'Set490' => 'Green Dragon Mail',
|
---|
1947 | 'Set489' => 'Black Dragon Mail',
|
---|
1948 | 'Set488' => 'The Defiler\'s Will',
|
---|
1949 | 'Set487' => 'The Defiler\'s Resolution',
|
---|
1950 | 'Set486' => 'The Defiler\'s Purpose',
|
---|
1951 | 'Set485' => 'The Defiler\'s Intent',
|
---|
1952 | 'Set484' => 'The Defiler\'s Fortitude',
|
---|
1953 | 'Set483' => 'The Defiler\'s Determination',
|
---|
1954 | 'Set482' => 'Illusionist\'s Attire',
|
---|
1955 | 'Set481' => 'Demoniac\'s Threads',
|
---|
1956 | 'Set480' => 'Confessor\'s Raiment',
|
---|
1957 | 'Set479' => 'Haruspex\'s Garb',
|
---|
1958 | 'Set478' => 'Madcap\'s Outfit',
|
---|
1959 | 'Set477' => 'Predator\'s Armor',
|
---|
1960 | 'Set476' => 'Augur\'s Regalia',
|
---|
1961 | 'Set475' => 'Freethinker\'s Armor',
|
---|
1962 | 'Set474' => 'Vindicator\'s Battlegear',
|
---|
1963 | 'Set473' => 'The Highlander\'s Intent',
|
---|
1964 | 'Set472' => 'The Highlander\'s Will',
|
---|
1965 | 'Set471' => 'The Highlander\'s Purpose',
|
---|
1966 | 'Set470' => 'The Highlander\'s Fortitude',
|
---|
1967 | 'Set469' => 'The Highlander\'s Determination',
|
---|
1968 | 'Set468' => 'The Highlander\'s Resolve',
|
---|
1969 | 'Set467' => 'The Highlander\'s Resolution',
|
---|
1970 | 'Set466' => 'Major Mojo Infusion',
|
---|
1971 | 'Set465' => 'Prayer of the Primal',
|
---|
1972 | 'Set464' => 'Overlord\'s Resolution',
|
---|
1973 | 'Set463' => 'Primal Blessing',
|
---|
1974 | 'Set462' => 'Zanzil\'s Concentration',
|
---|
1975 | 'Set461' => 'The Twin Blades of Hakkari',
|
---|
1976 | 'Set444' => 'The Darksoul',
|
---|
1977 | 'Set443' => 'Bloodsoul Embrace',
|
---|
1978 | 'Set442' => 'Blood Tiger Harness',
|
---|
1979 | 'Set441' => 'Primal Batskin',
|
---|
1980 | 'Set421' => 'Bloodvine Garb',
|
---|
1981 | 'Set402' => 'Field Marshal\'s Aegis',
|
---|
1982 | 'Set401' => 'Lieutenant Commander\'s Aegis',
|
---|
1983 | 'Set398' => 'Warlord\'s Sanctuary',
|
---|
1984 | 'Set397' => 'Field Marshal\'s Sanctuary',
|
---|
1985 | 'Set396' => 'Warlord\'s Pursuit',
|
---|
1986 | 'Set395' => 'Field Marshal\'s Pursuit',
|
---|
1987 | 'Set394' => 'Field Marshal\'s Vestments',
|
---|
1988 | 'Set393' => 'Warlord\'s Vestments',
|
---|
1989 | 'Set392' => 'Field Marshal\'s Threads',
|
---|
1990 | 'Set391' => 'Warlord\'s Threads',
|
---|
1991 | 'Set390' => 'Warlord\'s Raiment',
|
---|
1992 | 'Set389' => 'Field Marshal\'s Raiment',
|
---|
1993 | 'Set388' => 'Field Marshal\'s Regalia',
|
---|
1994 | 'Set387' => 'Warlord\'s Regalia',
|
---|
1995 | 'Set386' => 'Warlord\'s Earthshaker',
|
---|
1996 | 'Set384' => 'Field Marshal\'s Battlegear',
|
---|
1997 | 'Set383' => 'Warlord\'s Battlegear',
|
---|
1998 | 'Set382' => 'Champion\'s Sanctuary',
|
---|
1999 | 'Set381' => 'Lieutenant Commander\'s Sanctuary',
|
---|
2000 | 'Set362' => 'Lieutenant Commander\'s Pursuit',
|
---|
2001 | 'Set361' => 'Champion\'s Pursuit',
|
---|
2002 | 'Set348' => 'Lieutenant Commander\'s Vestments',
|
---|
2003 | 'Set347' => 'Champion\'s Vestments',
|
---|
2004 | 'Set346' => 'Lieutenant Commander\'s Threads',
|
---|
2005 | 'Set345' => 'Champion\'s Threads',
|
---|
2006 | 'Set344' => 'Lieutenant Commander\'s Raiment',
|
---|
2007 | 'Set343' => 'Lieutenant Commander\'s Regalia',
|
---|
2008 | 'Set342' => 'Champion\'s Raiment',
|
---|
2009 | 'Set341' => 'Champion\'s Regalia',
|
---|
2010 | 'Set321' => 'Imperial Plate',
|
---|
2011 | 'Set301' => 'Champion\'s Earthshaker',
|
---|
2012 | 'Set282' => 'Lieutenant Commander\'s Battlegear',
|
---|
2013 | 'Set281' => 'Champion\'s Battlegear',
|
---|
2014 | 'Set261' => 'Spirit of Eskhandar',
|
---|
2015 | 'Set241' => 'Shard of the Gods',
|
---|
2016 | 'Set221' => 'Garb of Thero-shan',
|
---|
2017 | 'Set218' => 'Battlegear of Wrath',
|
---|
2018 | 'Set217' => 'Judgement Armor',
|
---|
2019 | 'Set216' => 'The Ten Storms',
|
---|
2020 | 'Set215' => 'Dragonstalker Armor',
|
---|
2021 | 'Set214' => 'Stormrage Raiment',
|
---|
2022 | 'Set213' => 'Bloodfang Armor',
|
---|
2023 | 'Set212' => 'Nemesis Raiment',
|
---|
2024 | 'Set211' => 'Vestments of Transcendence',
|
---|
2025 | 'Set210' => 'Netherwind Regalia',
|
---|
2026 | 'Set209' => 'Battlegear of Might',
|
---|
2027 | 'Set208' => 'Lawbringer Armor',
|
---|
2028 | 'Set207' => 'The Earthfury',
|
---|
2029 | 'Set206' => 'Giantstalker Armor',
|
---|
2030 | 'Set205' => 'Cenarion Raiment',
|
---|
2031 | 'Set204' => 'Nightslayer Armor',
|
---|
2032 | 'Set203' => 'Felheart Raiment',
|
---|
2033 | 'Set202' => 'Vestments of Prophecy',
|
---|
2034 | 'Set201' => 'Arcanist Regalia',
|
---|
2035 | 'Set189' => 'Battlegear of Valor',
|
---|
2036 | 'Set188' => 'Lightforge Armor',
|
---|
2037 | 'Set187' => 'The Elements',
|
---|
2038 | 'Set186' => 'Beaststalker Armor',
|
---|
2039 | 'Set185' => 'Wildheart Raiment',
|
---|
2040 | 'Set184' => 'Shadowcraft Armor',
|
---|
2041 | 'Set183' => 'Dreadmist Raiment',
|
---|
2042 | 'Set182' => 'Vestments of the Devout',
|
---|
2043 | 'Set181' => 'Magister\'s Regalia',
|
---|
2044 | 'Set163' => 'Chain of the Scarlet Crusade',
|
---|
2045 | 'Set162' => 'Embrace of the Viper',
|
---|
2046 | 'Set161' => 'Defias Leather',
|
---|
2047 | 'Set144' => 'Ironfeather Armor',
|
---|
2048 | 'Set143' => 'Devilsaur Armor',
|
---|
2049 | 'Set142' => 'Stormshroud Armor',
|
---|
2050 | 'Set141' => 'Volcanic Armor',
|
---|
2051 | 'Set124' => 'Deathbone Guardian',
|
---|
2052 | 'Set123' => 'Bloodmail Regalia',
|
---|
2053 | 'Set122' => 'Necropile Raiment',
|
---|
2054 | 'Set121' => 'Cadaverous Garb',
|
---|
2055 | 'Set81' => 'The Postmaster',
|
---|
2056 | 'Set65' => 'Spider\'s Kiss',
|
---|
2057 | 'Set41' => 'Dal\'Rend\'s Arms',
|
---|
2058 | 'Set1' => 'The Gladiator'
|
---|
2059 | );
|
---|
2060 | ?>
|
---|