vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --[[ |
2 | |||
3 | -- Atlas Data (Catalan) |
||
4 | -- Translation by Lehn |
||
5 | -- Last Update: 06/20/2006 |
||
6 | |||
7 | --]] |
||
8 | |||
9 | |||
10 | |||
11 | --Change the following to true to enable Catalan text |
||
12 | ATLAS_USE_CATALAN_TEXT = false; |
||
13 | |||
14 | |||
15 | |||
16 | if(ATLAS_USE_CATALAN_TEXT) then |
||
17 | |||
18 | |||
19 | |||
20 | ATLAS_TITLE = "Atlas"; |
||
21 | ATLAS_SUBTITLE = "Mapes d'instancies"; |
||
22 | ATLAS_DESC = "Atlas es un explorador de mapes de instancies."; |
||
23 | |||
24 | ATLAS_OPTIONS_BUTTON = "Opcions"; |
||
25 | |||
26 | BINDING_HEADER_ATLAS_TITLE = "Bloquejar la finestra"; |
||
27 | BINDING_NAME_ATLAS_TOGGLE = "Barra d'Atlas"; |
||
28 | BINDING_NAME_ATLAS_OPTIONS = "Opcions de la barra"; |
||
29 | |||
30 | ATLAS_SLASH = "/atlas"; |
||
31 | ATLAS_SLASH_OPTIONS = "Opcions"; |
||
32 | |||
33 | ATLAS_STRING_LOCATION = "Localitzacio"; |
||
34 | ATLAS_STRING_LEVELRANGE = "Rang de nivell"; |
||
35 | ATLAS_STRING_PLAYERLIMIT = "Limit de jugadors"; |
||
36 | ATLAS_STRING_SELECT_CAT = "Seleccionar categoria"; |
||
37 | ATLAS_STRING_SELECT_MAP = "Seleccionar mapa"; |
||
38 | |||
39 | ATLAS_BUTTON_TOOLTIP = "Atlas"; |
||
40 | ATLAS_BUTTON_TOOLTIP2 = "Click esquerre per a obrir Atlas."; |
||
41 | ATLAS_BUTTON_TOOLTIP3 = "Click dret per a moure la icona."; |
||
42 | |||
43 | ATLAS_OPTIONS_TITLE = "Opcions d'Atlas"; |
||
44 | ATLAS_OPTIONS_SHOWBUT = "Mostrar icona"; |
||
45 | ATLAS_OPTIONS_AUTOSEL = "Auto seleccionar"; |
||
46 | ATLAS_OPTIONS_BUTPOS = "Posicio de la icona"; |
||
47 | ATLAS_OPTIONS_TRANS = "Transparencia"; |
||
48 | ATLAS_OPTIONS_DONE = "Acceptar"; |
||
49 | ATLAS_OPTIONS_REPMAP = "Reemplaçar el World Map"; |
||
50 | ATLAS_OPTIONS_RCLICK = "Boto dret pel World Map "; |
||
51 | ATLAS_OPTIONS_SHOWMAPNAME = "Mostrar nom del mapa"; |
||
52 | ATLAS_OPTIONS_RESETPOS = "Resetejar posicio"; |
||
53 | ATLAS_OPTIONS_ACRONYMS = "Mostrar acronims"; |
||
54 | |||
55 | ATLAS_HINT = "Click esquerre per a obrir Atlas."; |
||
56 | |||
57 | |||
58 | |||
59 | end |