rpcrt4: Make some parameters of non-exported functions const.
[wine] / dlls / shell32 / shell32_Es.rc
1 /*
2  * Copyright 1998 Juergen Schmied
3  * Copyright 2003,2004 José Manuel Ferrer Ortiz
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18  */
19
20 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
21
22 MENU_001 MENU DISCARDABLE
23 BEGIN
24         MENUITEM "Iconos &grandes",     FCIDM_SHVIEW_BIGICON
25         MENUITEM "Iconos &pequeños",    FCIDM_SHVIEW_SMALLICON
26         MENUITEM "&Lista",              FCIDM_SHVIEW_LISTVIEW
27         MENUITEM "&Detalles",           FCIDM_SHVIEW_REPORTVIEW
28 END
29
30 /*
31  shellview background menu
32 */
33 MENU_002 MENU DISCARDABLE
34 BEGIN
35         POPUP ""
36         BEGIN
37           POPUP "&Ver"
38           BEGIN
39             MENUITEM "Iconos &grandes",     FCIDM_SHVIEW_BIGICON
40             MENUITEM "Iconos &pequeños",    FCIDM_SHVIEW_SMALLICON
41             MENUITEM "&Lista",              FCIDM_SHVIEW_LISTVIEW
42             MENUITEM "&Detalles",           FCIDM_SHVIEW_REPORTVIEW
43           END
44           MENUITEM SEPARATOR
45           POPUP "Ordenar &iconos"
46           BEGIN
47             MENUITEM "Por &nombre",     0x30    /* column 0 */
48             MENUITEM "Por &tipo",       0x32    /* column 2 */
49             MENUITEM "Por t&amaño",     0x31    /* ... */
50             MENUITEM "Por &fecha",      0x33
51             MENUITEM SEPARATOR
52             MENUITEM "&Ordenar automáticamente",        FCIDM_SHVIEW_AUTOARRANGE
53           END
54           MENUITEM "Alinear iconos",            FCIDM_SHVIEW_SNAPTOGRID
55           MENUITEM SEPARATOR
56           MENUITEM "Actualizar",                FCIDM_SHVIEW_REFRESH
57           MENUITEM SEPARATOR
58           MENUITEM "Pegar",                     FCIDM_SHVIEW_INSERT
59           MENUITEM "Pegar acceso directo",      FCIDM_SHVIEW_INSERTLINK
60           MENUITEM SEPARATOR
61           POPUP "Nuevo"
62           BEGIN
63             MENUITEM "Nueva &carpeta",          FCIDM_SHVIEW_NEWFOLDER
64             MENUITEM "Nuevo &acceso directo",   FCIDM_SHVIEW_NEWLINK
65             MENUITEM SEPARATOR
66           END
67           MENUITEM SEPARATOR
68           MENUITEM "Propiedades",       FCIDM_SHVIEW_PROPERTIES
69         END
70 END
71
72 /*
73  shellview item menu
74 */
75 MENU_SHV_FILE MENU DISCARDABLE
76 BEGIN
77         POPUP ""
78         BEGIN
79           MENUITEM "E&xplorar",                 FCIDM_SHVIEW_EXPLORE
80           MENUITEM "&Abrir",                    FCIDM_SHVIEW_OPEN
81           MENUITEM SEPARATOR
82           MENUITEM "C&ortar",                   FCIDM_SHVIEW_CUT
83           MENUITEM "&Copiar",                   FCIDM_SHVIEW_COPY
84           MENUITEM SEPARATOR
85           MENUITEM "C&rear acceso directo",     FCIDM_SHVIEW_CREATELINK
86           MENUITEM "&Eliminar",                 FCIDM_SHVIEW_DELETE
87           MENUITEM "Re&nombrar",                FCIDM_SHVIEW_RENAME
88           MENUITEM SEPARATOR
89           MENUITEM "&Propiedades",              FCIDM_SHVIEW_PROPERTIES
90         END
91 END
92
93 SHBRSFORFOLDER_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 188, 192
94 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
95 CAPTION "Explorar carpeta"
96 FONT 8, "MS Shell Dlg"
97 {
98  DEFPUSHBUTTON "Aceptar", 1, 80, 176, 50, 12, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
99  PUSHBUTTON "Cancelar", 2, 134, 176, 50, 12, WS_GROUP | WS_TABSTOP
100  LTEXT "", IDD_TITLE, 4, 4, 180, 12
101  LTEXT "", IDD_STATUS, 4, 25, 180, 12
102  CONTROL "", IDD_TREEVIEW, "SysTreeView32",
103         TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
104         WS_BORDER | WS_TABSTOP,
105         4, 40, 180, 120
106 }
107
108 SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 210, 152
109 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
110 CAPTION "Acerca de %s"
111 FONT 10, "MS Shell Dlg"
112 {
113  DEFPUSHBUTTON "Aceptar", IDOK, 153, 133, 50, 12, WS_TABSTOP
114  LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
115  ICON "", 1088, 10, 10, 14, 16
116  LTEXT "", 100, 30, 10, 137, 10
117  LTEXT "", 101, 30, 22, 137, 10
118  LTEXT "Wine está disponible gracias a:", 98, 8, 55, 137, 10
119 }
120
121 SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
122 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
123 CAPTION ""
124 FONT 8, "MS Shell Dlg"
125 {
126  ICON "", 12297, 7, 11, 18, 20, WS_VISIBLE
127  LTEXT "Introduzca el nombre de un programa, carpeta, documento o recurso de Internet, y Wine lo abrirá para usted.", 12289, 36, 11, 182, 18
128  LTEXT "&Abrir:", 12305, 7, 39, 24, 10
129  CONTROL "", 12298, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
130  DEFPUSHBUTTON "Aceptar", IDOK, 62, 63, 50, 14, WS_TABSTOP
131  PUSHBUTTON "Cancelar", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
132  PUSHBUTTON "&Examinar...", 12288, 170, 63, 50, 14, WS_TABSTOP
133 }
134
135 /*
136         special folders
137 */
138 STRINGTABLE DISCARDABLE
139 {
140         IDS_DESKTOP             "Escritorio"
141         IDS_MYCOMPUTER          "Mi PC"
142 }
143
144 /*
145         context menus
146 */
147 STRINGTABLE DISCARDABLE
148 {
149         IDS_VIEW_LARGE          "Iconos &grandes"
150         IDS_VIEW_SMALL          "Iconos &pequeños"
151         IDS_VIEW_LIST           "&Lista"
152         IDS_VIEW_DETAILS        "&Detalles"
153         IDS_SELECT              "Seleccionar"
154         IDS_OPEN                "Abrir"
155 }
156
157 STRINGTABLE DISCARDABLE
158 {
159         IDS_CREATEFOLDER_DENIED "No se puede crear nueva carpeta: Permiso denegado."
160         IDS_CREATEFOLDER_CAPTION "Error durante la creación de una nueva carpeta"
161         IDS_DELETEITEM_CAPTION "Confirmar eliminación de archivo"
162         IDS_DELETEFOLDER_CAPTION "Confirmar eliminación de carpeta"
163         IDS_DELETEITEM_TEXT "¿Seguro que desea eliminar '%1'?"
164         IDS_DELETEMULTIPLE_TEXT "¿Seguro que desea eliminar estos %1 elementos?"
165         IDS_OVERWRITEFILE_TEXT "This folder already contains a file called '%1'.\n\nDo you want to replace it?"
166         IDS_OVERWRITEFILE_CAPTION "Confirmar sobreescritura de archivo"
167         IDS_OVERWRITEFOLDER_TEXT "This folder already contains a folder named '%1'.\n\n"\
168             "If the files in the destination folder have the same names as files in the\n"\
169             "selected folder they will be replaced. Do you still want to move or copy\n"\
170             "the folder?"
171 }
172
173 /*      columns in the shellview        */
174 STRINGTABLE
175 BEGIN
176         IDS_SHV_COLUMN1         "Archivo"
177         IDS_SHV_COLUMN2         "Tamaño"
178         IDS_SHV_COLUMN3         "Tipo"
179         IDS_SHV_COLUMN4         "Modificado"
180         IDS_SHV_COLUMN5         "Atributos"
181         IDS_SHV_COLUMN6         "Tamaño"
182         IDS_SHV_COLUMN7         "Tamaño disponible"
183         IDS_SHV_COLUMN8         "Nombre"
184         IDS_SHV_COLUMN9         "Comentarios"
185 END
186
187 /* message box strings */
188 STRINGTABLE DISCARDABLE
189 {
190         IDS_RESTART_TITLE       "Reiniciar"
191         IDS_RESTART_PROMPT      "¿Desea simular un reinicio de Windows?"
192         IDS_SHUTDOWN_TITLE      "Apagar"
193         IDS_SHUTDOWN_PROMPT     "¿Desea terminar su sesión Wine?"
194 }
195
196 /* shell folder path default values */
197 STRINGTABLE DISCARDABLE
198 {
199         IDS_PROGRAMS                "Menú Inicio\\Programas"
200         IDS_PERSONAL                "Mis documentos"
201         IDS_FAVORITES               "Favoritos"
202         IDS_STARTUP                 "Menú Inicio\\Programas\\Inicio"
203         IDS_RECENT                  "Recent"
204         IDS_SENDTO                  "SendTo"
205         IDS_STARTMENU               "Menú Inicio"
206         IDS_MYMUSIC                 "Mi música"
207         IDS_MYVIDEO                 "Mis vídeos"
208         IDS_DESKTOPDIRECTORY        "Escritorio"
209         IDS_NETHOOD                 "Entorno de red"
210         IDS_TEMPLATES               "Templates"
211         IDS_APPDATA                 "Application Data"
212         IDS_PRINTHOOD               "PrintHood"
213         IDS_LOCAL_APPDATA           "Configuración local\\Datos de programa"
214         IDS_INTERNET_CACHE          "Configuración local\\Archivos temporales de Internet"
215         IDS_COOKIES                 "Cookies"
216         IDS_HISTORY                 "Configuración local\\Historial"
217         IDS_PROGRAM_FILES           "Archivos de programa"
218         IDS_MYPICTURES              "Mis imágenes"
219         IDS_PROGRAM_FILES_COMMON    "Archivos de programa\\Archivos comunes"
220         IDS_COMMON_DOCUMENTS        "Documentos"
221         IDS_ADMINTOOLS              "Menú Inicio\\Programas\\Accesorios\\Herramientas del sistema"
222         IDS_COMMON_MUSIC            "Documentos\\Mi música"
223         IDS_COMMON_PICTURES         "Documentos\\Mis imágenes"
224         IDS_COMMON_VIDEO            "Documentos\\Mis vídeos"
225         IDS_CDBURN_AREA             "Configuración local\\Datos de programa\\Microsoft\\CD Burning"
226 }