comdlg32: Add a trailing '\n' to a TRACE() call.
[wine] / dlls / comdlg32 / comdlg32.rc
1 /*
2  * Resources for Common Dialogs
3  *
4  * Copyright 1999 Bertho Stultiens
5  * Copyright 1999 Klaas van Gend
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
21
22 #include "cdlg.h"
23 #include "filedlgbrowser.h"
24
25 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
26
27 STRINGTABLE
28 {
29     IDS_ABOUTBOX            "&About FolderPicker Test"
30     IDS_DOCUMENTFOLDERS     "Document Folders"
31     IDS_PERSONAL            "My Documents"
32     IDS_FAVORITES           "My Favorites"
33     IDS_PATH                "System Path"
34     IDS_DESKTOP             "Desktop"
35     IDS_FONTS               "Fonts"
36     IDS_MYCOMPUTER          "My Computer"
37 }
38
39 STRINGTABLE
40 {
41     IDS_SYSTEMFOLDERS       "System Folders"
42     IDS_LOCALHARDRIVES      "Local Hard Drives"
43     IDS_FILENOTFOUND        "File not found"
44     IDS_VERIFYFILE          "Please verify that the correct file name was given"
45     IDS_CREATEFILE          "File does not exist.\nDo you want to create file?"
46     IDS_OVERWRITEFILE       "File already exists.\nDo you want to replace it?"
47     IDS_INVALID_FILENAME_TITLE "Invalid character(s) in path"
48     IDS_INVALID_FILENAME    "A filename cannot contain any of the following characters:\n                          / : < > |"
49     IDS_PATHNOTEXISTING     "Path does not exist"
50     IDS_FILENOTEXISTING     "File does not exist"
51 }
52
53 STRINGTABLE
54 {
55     IDS_UPFOLDER         "Up One Level"
56     IDS_NEWFOLDER        "Create New Folder"
57     IDS_LISTVIEW         "List"
58     IDS_REPORTVIEW       "Details"
59     IDS_TODESKTOP        "Browse to Desktop"
60 }
61
62 STRINGTABLE
63 {
64     PD32_PRINT_TITLE       "Print"
65
66     PD32_VALUE_UREADABLE                  "Unreadable Entry"
67     PD32_INVALID_PAGE_RANGE "This value does not lie within the page range.\n\
68 Please enter a value between %d and %d."
69     PD32_FROM_NOT_ABOVE_TO                "The 'from' entry cannot exceed the \
70 'to' entry."
71     PD32_MARGINS_OVERLAP                  "Margins overlap or fall outside \
72 Paper boundaries.\nPlease reenter margins."
73     PD32_NR_OF_COPIES_EMPTY               "The 'Number of copies' field \
74 cannot be empty."
75     PD32_TOO_LARGE_COPIES                 "This large number of copies is not \
76 supported by your printer.\nPlease enter a value between 1 and %d."
77     PD32_PRINT_ERROR                      "A printer error occurred."
78     PD32_NO_DEFAULT_PRINTER               "No default printer defined."
79     PD32_CANT_FIND_PRINTER                "Cannot find the printer."
80     PD32_OUT_OF_MEMORY                    "Out of memory."
81     PD32_GENERIC_ERROR                    "An error occurred."
82     PD32_DRIVER_UNKNOWN                   "Unknown printer driver."
83     PD32_NO_DEVICES                       "Before you can perform printer-related tasks \
84 such as page setup or printing a document, you need to install a printer. \
85 Please install one and retry."
86
87     PD32_DEFAULT_PRINTER                  "Default Printer; "
88     PD32_NR_OF_DOCUMENTS_IN_QUEUE         "There are %d documents in the queue"
89     PD32_MARGINS_IN_INCHES                "Margins [inches]"
90     PD32_MARGINS_IN_MILLIMETERS           "Margins [mm]"
91     PD32_MILLIMETERS                      "mm"
92
93     PD32_PRINTER_STATUS_READY             "Ready"
94     PD32_PRINTER_STATUS_PAUSED            "Paused; "
95     PD32_PRINTER_STATUS_ERROR             "Error; "
96     PD32_PRINTER_STATUS_PENDING_DELETION  "Pending deletion; "
97     PD32_PRINTER_STATUS_PAPER_JAM         "Paper jam; "
98     PD32_PRINTER_STATUS_PAPER_OUT         "Out of paper; "
99     PD32_PRINTER_STATUS_MANUAL_FEED       "Feed paper manual; "
100     PD32_PRINTER_STATUS_PAPER_PROBLEM     "Paper problem; "
101     PD32_PRINTER_STATUS_OFFLINE           "Printer offline; "
102     PD32_PRINTER_STATUS_IO_ACTIVE         "I/O Active; "
103     PD32_PRINTER_STATUS_BUSY              "Busy; "
104     PD32_PRINTER_STATUS_PRINTING          "Printing; "
105     PD32_PRINTER_STATUS_OUTPUT_BIN_FULL   "Output tray is full; "
106     PD32_PRINTER_STATUS_NOT_AVAILABLE     "Not available; "
107     PD32_PRINTER_STATUS_WAITING           "Waiting; "
108     PD32_PRINTER_STATUS_PROCESSING        "Processing; "
109     PD32_PRINTER_STATUS_INITIALIZING      "Initialising; "
110     PD32_PRINTER_STATUS_WARMING_UP        "Warming up; "
111     PD32_PRINTER_STATUS_TONER_LOW         "Toner low; "
112     PD32_PRINTER_STATUS_NO_TONER          "No toner; "
113     PD32_PRINTER_STATUS_PAGE_PUNT         "Page punt; "
114     PD32_PRINTER_STATUS_USER_INTERVENTION "Interrupted by user; "
115     PD32_PRINTER_STATUS_OUT_OF_MEMORY     "Out of memory; "
116     PD32_PRINTER_STATUS_DOOR_OPEN         "The printer door is open; "
117     PD32_PRINTER_STATUS_SERVER_UNKNOWN    "Print server unknown; "
118     PD32_PRINTER_STATUS_POWER_SAVE        "Power save mode; "
119 }
120
121 STRINGTABLE /* Font styles */
122 {
123     IDS_FONT_REGULAR       "Regular"
124     IDS_FONT_BOLD          "Bold"
125     IDS_FONT_ITALIC        "Italic"
126     IDS_FONT_BOLD_ITALIC   "Bold Italic"
127 }
128
129 STRINGTABLE /* Color names */
130 {
131     IDS_COLOR_BLACK     "Black"
132     IDS_COLOR_MAROON    "Maroon"
133     IDS_COLOR_GREEN     "Green"
134     IDS_COLOR_OLIVE     "Olive"
135     IDS_COLOR_NAVY      "Navy"
136     IDS_COLOR_PURPLE    "Purple"
137     IDS_COLOR_TEAL      "Teal"
138     IDS_COLOR_GRAY      "Gray"
139     IDS_COLOR_SILVER    "Silver"
140     IDS_COLOR_RED       "Red"
141     IDS_COLOR_LIME      "Lime"
142     IDS_COLOR_YELLOW    "Yellow"
143     IDS_COLOR_BLUE      "Blue"
144     IDS_COLOR_FUCHSIA   "Fuchsia"
145     IDS_COLOR_AQUA      "Aqua"
146     IDS_COLOR_WHITE     "White"
147 }
148
149 STRINGTABLE
150 {
151     IDS_FONT_SIZE   "Select a font size between %d and %d points."
152     IDS_SAVE_BUTTON "&Save"
153     IDS_SAVE_IN     "Save &in:"
154     IDS_SAVE        "Save"
155     IDS_SAVE_AS     "Save as"
156     IDS_OPEN_FILE   "Open File"
157 }
158
159 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
160
161 #define WINE_FILEDESCRIPTION_STR "Common Dialog Boxes"
162 #define WINE_FILENAME_STR "comdlg32.dll"
163 #define WINE_FILEVERSION 4,0,0,950 /* Maybe 4.1.0.980 for win98?? */
164 #define WINE_FILEVERSION_STR "4.0"
165
166 #include "wine/wine_common_ver.rc"
167
168 /* Translators do not need to translate this text, unless the language uses a
169  * different character set or if the distribution of characters looks wrong.
170  * It is rendered illegibly small and is used to make a mock-up of a document.
171  */
172 STRINGTABLE
173 {
174     IDS_FAKEDOCTEXT
175         "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. \
176         Nulla a tortor. Etiam aliquet libero venenatis nunc.\n\
177 \n\
178         Sed augue ante, fermentum sit amet, imperdiet et, gravida eu, enim. \
179         Donec nibh quam, sodales in, commodo vel, facilisis id, neque.\n\
180 \n\
181         Nunc eleifend bibendum nibh. Phasellus in lorem. Ut vel odio quis \
182         libero adipiscing consequat. Donec consectetuer laoreet mauris.\n\
183 \n\
184         Maecenas tempor, ligula sed congue nonummy, arcu dolor ornare erat, \
185         egestas iaculis magna purus sed turpis.\n\
186 \n\
187         Morbi ultricies est non ipsum. Cum sociis natoque penatibus et magnis \
188         dis parturient montes, nascetur ridiculus mus.\n\
189 \n\
190         Duis sit amet nibh quis purus sollicitudin blandit. Curabitur justo. \
191         Phasellus varius, erat eu luctus pharetra, odio elit fringilla leo, \
192         non vulputate turpis elit id neque. Vestibulum sit amet tellus sed \
193         tortor fermentum consectetuer."
194 }
195
196
197 /* @makedep: pd32_collate.ico */
198 PD32_COLLATE ICON pd32_collate.ico
199
200 /* @makedep: pd32_nocollate.ico */
201 PD32_NOCOLLATE ICON pd32_nocollate.ico
202
203 /* @makedep: pd32_portrait.ico */
204 PD32_PORTRAIT ICON pd32_portrait.ico
205
206 /* @makedep: pd32_landscape.ico */
207 PD32_LANDSCAPE ICON pd32_landscape.ico
208
209 /* @makedep: folder.ico */
210 FOLDER ICON folder.ico
211
212 /* @makedep: folder2.ico */
213 FOLDER2 ICON folder2.ico
214
215 /* @makedep: floppy.ico */
216 FLOPPY ICON floppy.ico
217
218 /* @makedep: cdrom.ico */
219 CDROM ICON cdrom.ico
220
221 /* @makedep: hdisk.ico */
222 HDISK ICON hdisk.ico
223
224 /* @makedep: network.ico */
225 NETWORK ICON network.ico
226
227 /* @makedep: fontpics.bmp */
228 38 BITMAP fontpics.bmp