vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | -- |
2 | -- EquipCompare localization information |
||
3 | -- |
||
4 | -- Contents: |
||
5 | -- * Localized versions of item names that are not available by default from Blizzard |
||
6 | -- * Usage information |
||
7 | -- * Slash command feedback texts |
||
8 | -- * Khaos/Cosmos labels and information |
||
9 | -- * Miscellaneous labels |
||
10 | -- |
||
11 | -- Supported languages: |
||
12 | -- English, French, German, Spanish |
||
13 | -- |
||
14 | -- French and German localization are placed in seperate files. |
||
15 | -- |
||
16 | |||
17 | -- Version ID |
||
18 | EQUIPCOMPARE_VERSIONID = "2.9.5"; |
||
19 | |||
20 | -- "Bonus" inventory types |
||
21 | -- WARNING: these lines must match the text displayed by the client exactly. |
||
22 | -- Can't use arbitrary phrases. Edit and translate with care. |
||
23 | EQUIPCOMPARE_INVTYPE_WAND = "Barita"; |
||
24 | EQUIPCOMPARE_INVTYPE_GUN = "Pistola"; |
||
25 | EQUIPCOMPARE_INVTYPE_GUNPROJECTILE = "Proyectil"; |
||
26 | EQUIPCOMPARE_INVTYPE_BOWPROJECTILE = "Proyectil"; |
||
27 | EQUIPCOMPARE_INVTYPE_CROSSBOW = "Bayesta"; |
||
28 | EQUIPCOMPARE_INVTYPE_THROWN = "Arma a distancia"; |
||
29 | |||
30 | -- Usage text |
||
31 | EQUIPCOMPARE_USAGE_TEXT = { "EquipCompare "..EQUIPCOMPARE_VERSIONID.." Usage:", |
||
32 | "Hover over items to compare them easily with ones you have equipped.", |
||
33 | "Slash Commands:", |
||
34 | "/eqc - toggle EquipCompare on/off", |
||
35 | "/eqc [on|off] - turn EquipCompare on|off", |
||
36 | "/eqc control - toggle Control key mode on/off", |
||
37 | "/eqc cv - toggle integration with CharactersViewer", |
||
38 | "/eqc alt - toggle Alt key mode on/off", |
||
39 | "/eqc shift - toggle shifting tooltips up when too tall", |
||
40 | "/eqc help - this text", |
||
41 | "(You can use /equipcompare instead of /eqc)" } |
||
42 | |||
43 | -- Feedback text |
||
44 | EQUIPCOMPARE_HELPTIP = "(Type /equipcompare help for usage)"; |
||
45 | EQUIPCOMPARE_TOGGLE_ON = "EquipCompare esta ahora habilitado."; |
||
46 | EQUIPCOMPARE_TOGGLE_OFF = "EquipCompare esta ahora deshabilitado."; |
||
47 | EQUIPCOMPARE_TOGGLECONTROL_ON = "EquipCompare modo Ctrl habilitado."; |
||
48 | EQUIPCOMPARE_TOGGLECONTROL_OFF = "EquipCompare modo Ctrl deshabilitado."; |
||
49 | EQUIPCOMPARE_TOGGLECV_ON = "EquipCompare integrado con CharactersViewer habilitado."; |
||
50 | EQUIPCOMPARE_TOGGLECV_OFF = "EquipCompare integrado con CharactersViewer deshabilitado."; |
||
51 | EQUIPCOMPARE_TOGGLEALT_ON = "EquipCompare modo Alt habilitado."; |
||
52 | EQUIPCOMPARE_TOGGLEALT_OFF = "EquipCompare modo Alt deshabilitado."; |
||
53 | EQUIPCOMPARE_SHIFTUP_ON = "EquipCompare shifting tooltips up."; |
||
54 | EQUIPCOMPARE_SHIFTUP_OFF = "EquipCompare not shifting tooltips up."; |
||
55 | |||
56 | -- Cosmos configuration texts |
||
57 | EQUIPCOMPARE_COSMOS_SECTION = "EquipCompare"; |
||
58 | EQUIPCOMPARE_COSMOS_SECTION_INFO = "Opciones para herramientas de comparacion de equipos."; |
||
59 | EQUIPCOMPARE_COSMOS_HEADER = "EquipCompare "..EQUIPCOMPARE_VERSIONID; |
||
60 | EQUIPCOMPARE_COSMOS_HEADER_INFO = "Opciones para herramientas de comparacion de equipos."; |
||
61 | EQUIPCOMPARE_COSMOS_ENABLE = "Habilitadas herramientas de comparacion de equipos"; |
||
62 | EQUIPCOMPARE_COSMOS_ENABLE_INFO = "Esta habilitada esta opcion para obtener extra de herramientas".. |
||
63 | "sobre objetos, proyectar las estadisticas correspondientes".. |
||
64 | "actualmente equipado."; |
||
65 | EQUIPCOMPARE_COSMOS_CONTROLMODE = "Habilitado control del teclado"; |
||
66 | EQUIPCOMPARE_COSMOS_CONTROLMODE_INFO = "Esta habilitada esta opcion para obtenter el extra ".. |
||
67 | "tooltips only whilst holding the Control key down."; |
||
68 | EQUIPCOMPARE_COSMOS_CVMODE = "Habilitar integracion con CharactersViewer (if present)"; |
||
69 | EQUIPCOMPARE_COSMOS_CVMODE_INFO = "Si se habilita, Las herramientas de comparacion se muestran en el inventario del ".. |
||
70 | "caracter seleccionado en CharactersViewer, instalado en el ".. |
||
71 | "inventorio del jugador."; |
||
72 | EQUIPCOMPARE_COSMOS_ALTMODE = "habilitado modo Alt para CharactersViewer"; |
||
73 | EQUIPCOMPARE_COSMOS_ALTMODE_INFO = "Si se habilita, obtienes las herramientas de comparacion para el ".. |
||
74 | "caracter seleccionado en CharactersViewer solo si tu ".. |
||
75 | "hold the Alt key down."; |
||
76 | EQUIPCOMPARE_COSMOS_SHIFTUP = "Shift comparison tooltips up if necessary" |
||
77 | EQUIPCOMPARE_COSMOS_SHIFTUP_INFO = "If enabled, the comparison tooltips will be shifted ".. |
||
78 | "upwards if their bottom would go below the bottom ".. |
||
79 | "of the main tooltip."; |
||
80 | EQUIPCOMPARE_COSMOS_SLASH_DESC = "Allows you to turn EquipCompare on and off. Type /equipcompare help for usage." |
||
81 | |||
82 | -- Misc labels |
||
83 | EQUIPCOMPARE_EQUIPPED_LABEL = "Actualmente equipado"; |
||
84 | EQUIPCOMPARE_GREETING = "EquipCompare "..EQUIPCOMPARE_VERSIONID.." Loaded. Enjoy."; |