|
1 /* |
|
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Localization strings for project Image Print UI |
|
15 * Version : %version: 13 % |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // LOCALISATION STRINGS |
|
22 |
|
23 // d: Text on the status pane on empty view |
|
24 // l: title_pane_t2/opt9 |
|
25 // r: 3.2 |
|
26 // |
|
27 #define qtn_usb_title_image_print "Image print" |
|
28 |
|
29 |
|
30 // d: Text on the status pane on print preview view |
|
31 // l: title_pane_t2/opt9 |
|
32 // r: 3.2 |
|
33 // |
|
34 #define qtn_usb_image_print_preview "Print preview" |
|
35 |
|
36 |
|
37 // d: Text on the navi pane which shows the printer name and the vendor name |
|
38 // l: navi_navi_text_pane_t1 |
|
39 // r: 3.2 |
|
40 // |
|
41 #define qtn_usb_navi_printer_name "%U" |
|
42 |
|
43 // d: Print command in the "Options" menu of the print preview view |
|
44 // l: list_single_pane_t1_cp2 |
|
45 // r: 3.2 |
|
46 #define qtn_usb_option_print "Print" |
|
47 |
|
48 // d: Print settings command in the "Options" menu of the print preview view |
|
49 // l: list_single_pane_t1_cp2 |
|
50 // r: 3.2 |
|
51 // |
|
52 #define qtn_usb_print_settings "Print settings" |
|
53 |
|
54 // d: Text on the status pane on print settings |
|
55 // l: title_pane_t2/opt9 |
|
56 // r: 3.2 |
|
57 // |
|
58 #define qtn_print_title_print_settings "Print settings" |
|
59 |
|
60 // d: Print settings command in the "Options" menu of the print preview view |
|
61 // l: list_single_pane_t1_cp2 |
|
62 // r: 3.2 |
|
63 // |
|
64 #define qtn_usb_opt_change "Change" |
|
65 |
|
66 // d: Print layout capability presented in the list box in print settings view |
|
67 // l: list_setting_pane_t1 |
|
68 // r: 3.2 |
|
69 // |
|
70 #define qtn_usb_print_layout "Layout" |
|
71 |
|
72 // d: Paper size capability presented in the list box in print settings view |
|
73 // l: list_setting_pane_t1 |
|
74 // r: 3.2 |
|
75 // |
|
76 #define qtn_usb_print_paper_size "Paper size" |
|
77 |
|
78 // d: Print quality capability presented in the list box in print settings view |
|
79 // l: list_setting_pane_t1 |
|
80 // r: 3.2 |
|
81 // |
|
82 #define qtn_usb_print_quality "Print quality" |
|
83 |
|
84 // *** PAPER SIZES *** |
|
85 |
|
86 // d: Paper size "Automatic" in the print settings view list box / pop-up window |
|
87 // l: list_set_graphic_pane_t1 |
|
88 // r: 3.2 |
|
89 // |
|
90 #define qtn_usb_print_paper_size_automatic "Default" |
|
91 |
|
92 // d: Paper size "A4" in the print settings view list box / pop-up window |
|
93 // l: list_set_graphic_pane_t1 |
|
94 // r: 3.2 |
|
95 // |
|
96 #define qtn_usb_print_paper_size_a4 "A4" |
|
97 |
|
98 // d: Paper size "A6" in the print settings view list box / pop-up window |
|
99 // l: list_set_graphic_pane_t1 |
|
100 // r: 3.2 |
|
101 // |
|
102 #define qtn_usb_print_paper_size_a6 "A6" |
|
103 |
|
104 // d: Paper size "4*6 (inch)" in the print settings view list box / pop-up window |
|
105 // l: list_set_graphic_pane_t1 |
|
106 // r: 3.2 |
|
107 // |
|
108 #define qtn_usb_print_paper_size_inch "4*6 (inch)" |
|
109 |
|
110 // d: Paper size "Card size" in the print settings view list box / pop-up window |
|
111 // l: list_set_graphic_pane_t1 |
|
112 // r: 3.2 |
|
113 // |
|
114 #define qtn_usb_print_paper_size_card "Card size" |
|
115 |
|
116 // d: Paper size "Letter" in the print settings view list box / pop-up window |
|
117 // l: list_set_graphic_pane_t1 |
|
118 // r: 3.2 |
|
119 // |
|
120 #define qtn_usb_print_paper_size_letter "Letter" |
|
121 |
|
122 |
|
123 // *** PRINT QUALITIES *** |
|
124 |
|
125 |
|
126 // d: Print quality "Default" in the print settings view list box / pop-up window |
|
127 // l: list_set_graphic_pane_t1 |
|
128 // r: 3.2 |
|
129 // |
|
130 #define qtn_usb_print_quality_default "Default" |
|
131 |
|
132 // d: Print quality "High" in the print settings view list box / pop-up window |
|
133 // l: list_set_graphic_pane_t1 |
|
134 // r: 3.2 |
|
135 // |
|
136 #define qtn_usb_print_quality_high "High" |
|
137 |
|
138 // d: Print quality "Normal" in the print settings view list box / pop-up window |
|
139 // l: list_set_graphic_pane_t1 |
|
140 // r: 3.2 |
|
141 // |
|
142 #define qtn_usb_print_quality_normal "Normal" |
|
143 |
|
144 // d: Print quality "Draft" in the print settings view list box / pop-up window |
|
145 // l: list_set_graphic_pane_t1 |
|
146 // r: 3.2 |
|
147 // |
|
148 #define qtn_usb_print_quality_draft "Draft" |
|
149 |
|
150 |
|
151 // *** LAYOUTS *** |
|
152 |
|
153 // d: Print layout "Default" in the print settings view list box / pop-up window |
|
154 // l: list_set_graphic_pane_t1 |
|
155 // r: 3.2 |
|
156 // |
|
157 #define qtn_usb_print_layout_default "Default" |
|
158 |
|
159 // d: Print layout "1-up" in the print settings view list box / pop-up window |
|
160 // l: list_set_graphic_pane_t1 |
|
161 // r: 3.2 |
|
162 // |
|
163 #define qtn_usb_print_layout_1_up "1 per page" |
|
164 |
|
165 // d: Print layout "2-up" in the print settings view list box / pop-up window |
|
166 // l: list_set_graphic_pane_t1 |
|
167 // r: 3.2 |
|
168 // |
|
169 #define qtn_usb_print_layout_2_up "Up to 2 per page" |
|
170 |
|
171 |
|
172 // d: Print layout "4-up" in the print settings view list box / pop-up window |
|
173 // l: list_set_graphic_pane_t1 |
|
174 // r: 3.2 |
|
175 // |
|
176 #define qtn_usb_print_layout_4_up "Up to 4 per page" |
|
177 |
|
178 |
|
179 // d: Print layout "6-up" in the print settings view list box / pop-up window |
|
180 // l: list_set_graphic_pane_t1 |
|
181 // r: 3.2 |
|
182 // |
|
183 #define qtn_usb_print_layout_6_up "Up to 6 per page" |
|
184 |
|
185 |
|
186 // d: Print layout "9-up" in the print settings view list box / pop-up window |
|
187 // l: list_set_graphic_pane_t1 |
|
188 // r: 3.2 |
|
189 // |
|
190 #define qtn_usb_print_layout_9_up "Up to 9 per page" |
|
191 |
|
192 |
|
193 // *** NOTES *** |
|
194 |
|
195 // d: Progress note |
|
196 // d: Text on the print progress dialog |
|
197 // l: popup_note_wait_window |
|
198 // r: 3.2 |
|
199 // |
|
200 #define qtn_usb_wait_printing "Printing" |
|
201 |
|
202 // d: Printing error note |
|
203 // d: Error note is displayed, when connection over the chosen transmission technology fails |
|
204 // l: popup_note_window |
|
205 // r: 3.2 |
|
206 // |
|
207 #define qtn_usb_error_unable_to_connect "Unable to connect printer" |
|
208 |
|
209 // d: Printing error note |
|
210 // d: Shown when there is already printing process ongoing |
|
211 // l: popup_note_window |
|
212 // r: 3.2 |
|
213 // |
|
214 #define qtn_usb_error_printer_busy "Unable to send image to printer. Printer may be busy." |
|
215 |
|
216 // d: Printing error note |
|
217 // d: Error note is displayed when the connection is unexpectedly terminated while the |
|
218 // d: printer is printing or somehow connected to a printer (for example when USB cable is disconnected) |
|
219 // d: or then a software error happens, data is not transmitted and |
|
220 // d: system timeout causes transmission to terminate. |
|
221 // l: popup_note_window |
|
222 // r: 3.2 |
|
223 // |
|
224 #define qtn_usb_error_connection_lost "Connection to printer lost" |
|
225 |
|
226 // d: Printing error note |
|
227 // d: This is a generic error note that is displayed, when no specific error message is available. |
|
228 // It tells to user that there has been problem during printing and (most probably) the printer |
|
229 // will cancel its current print job. |
|
230 // l: popup_note_window |
|
231 // r: 3.2 |
|
232 // |
|
233 #define qtn_usb_error_in_printing "Printing error" |
|
234 |
|
235 // d: Printing error note |
|
236 // d: Shown when something is wrong in the status of printer |
|
237 // l: popup_note_window |
|
238 // r: 3.2 |
|
239 // |
|
240 #define qtn_usb_error_check_status "Check status of printer" |
|
241 |
|
242 // d: Printing error note |
|
243 // d: Notifies user that the printer has run out of paper |
|
244 // l: popup_note_window |
|
245 // r: 3.2 |
|
246 // |
|
247 #define qtn_usb_error_out_of_paper "Out of paper" |
|
248 |
|
249 // d: Printing error note |
|
250 // d: Notifies user that the printer is running out of ink |
|
251 // l: popup_note_window |
|
252 // r: 3.2 |
|
253 // |
|
254 #define qtn_usb_error_ink_low "Ink low" |
|
255 |
|
256 // d: Printing error note |
|
257 // d: Notifies user that the printer has run out of ink |
|
258 // l: popup_note_window |
|
259 // r: 3.2 |
|
260 // |
|
261 #define qtn_usb_error_out_of_ink "Out of ink" |
|
262 |
|
263 |
|
264 // d: Printing error note |
|
265 // d: Shown when there is a paper jam in the printer |
|
266 // l: popup_note_window |
|
267 // r: 3.2 |
|
268 // |
|
269 #define qtn_usb_error_paper_jam "Paper jam" |
|
270 |
|
271 // d: Printing error note |
|
272 // d: Notifies that the file type is not supported |
|
273 // l: popup_note_window |
|
274 // r: 3.2 |
|
275 // |
|
276 #define qtn_usb_error_file_not_supported "A file that is not supported will be removed from the selection." |
|
277 |
|
278 // d: Printing error note. |
|
279 // d: This note is used to inform the user that one or many files of unsupported type(other than .jpeg) has been |
|
280 // selected and the application will discard them and continue with the images that are of the supported filetype(.jpeg). |
|
281 // l: popup_note_window |
|
282 // r: 3.2 |
|
283 // |
|
284 #define qtn_usb_error_unsupported_files_removed "Files that are not supported will be removed from the selection." |
|
285 |
|
286 // d: Printing error note |
|
287 // d: Shown if the selected file could not be found from device/MMC for |
|
288 // some reason |
|
289 // l: popup_note_window |
|
290 // r: 3.2 |
|
291 // |
|
292 #define qtn_usb_error_file_not_found "File not found" |
|
293 |
|
294 // d: Printing information note. |
|
295 // d: The purpose of the note is to inform the user that printing is already ongoing |
|
296 // and it may therefore not be initiated again elsewhere. |
|
297 // l: popup_note_window |
|
298 // r: 3.2 |
|
299 // |
|
300 #define qtn_usb_info_app_in_use "Application already in use" |
|
301 |
|
302 // d: Info note displayed to user connect the cable to PictBridge Printer if connected to |
|
303 // other printer or PC |
|
304 // l: popup_note_wait_window |
|
305 // r: 3.2 |
|
306 #define qtn_usb_wait_connect_cable_compatible "Connect cable to PictBridge printer" |
|
307 |
|
308 // d: Info note displayed to user connect the cable if cable is not connected |
|
309 // and user has select print from menu option |
|
310 // l: popup_note_wait_window |
|
311 // r: 3.2 |
|
312 #define qtn_usb_wait_connect_cable "Connect USB cable" |