Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / miscdlgs / retypepassdlg.src
blob6e0b550017ad87b2a1d4374f0b7d07f4fc5476a5
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "retypepassdlg.hrc"
22 ModalDialog RID_SCDLG_RETYPEPASS
24     HelpID = "sc:ModalDialog:RID_SCDLG_RETYPEPASS";
25     Text [ en-US ] = "Re-type Password" ;
26     Size = MAP_APPFONT ( 260 , 165 ) ;
27     Moveable = TRUE ;
28     Closeable = TRUE ;
30     OKButton BTN_OK
31     {
32         Pos = MAP_APPFONT ( 204, 6 ) ;
33         Size = MAP_APPFONT ( 50, 14 ) ;
34         DefButton = TRUE ;
35     };
37     CancelButton BTN_CANCEL
38     {
39         Pos = MAP_APPFONT ( 204, 23 ) ;
40         Size = MAP_APPFONT ( 50, 14 ) ;
41     };
43     HelpButton BTN_HELP
44     {
45         Pos = MAP_APPFONT ( 204, 43 ) ;
46         Size = MAP_APPFONT ( 50, 14 ) ;
47     };
49     FixedText FT_DESC
50     {
51         Pos = MAP_APPFONT ( 6, 6 ) ;
52         Size = MAP_APPFONT ( 190, 36 );
54         WordBreak = TRUE ;
56         Text [ en-US ] = "The document you are about to export has one or more protected items with password that cannot be exported. Please re-type your password to be able to export your document." ;
57     };
59     FixedLine FL_DOCUMENT
60     {
61         Pos = MAP_APPFONT ( 6, 48 );
62         Size = MAP_APPFONT ( 190, 8 );
64         Text [ en-US ] = "Document protection" ;
65     };
67     FixedText FT_DOCSTATUS
68     {
69         Pos = MAP_APPFONT ( 10, 62 );
70         Size = MAP_APPFONT ( 140, 8 );
72         Text [ en-US ] = "Status unknown" ;
73     };
75     PushButton BTN_RETYPE_DOC
76     {
77         HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_DOC";
78         Pos = MAP_APPFONT ( 158, 59 );
79         Size = MAP_APPFONT ( 30, 14 );
81         Text [ en-US ] = "Re-type" ;
82     };
84     FixedLine FL_SHEET
85     {
86         Pos = MAP_APPFONT ( 6, 83 );
87         Size = MAP_APPFONT ( 190, 8 );
89         Text [ en-US ] = "Sheet protection" ;
90     };
92     FixedText FT_SHEETNAME1
93     {
94         Pos = MAP_APPFONT ( 10, 97 );
95         Size = MAP_APPFONT ( 68, 8 );
97         Text [ en-US ] = "Sheet1 has a really long name" ;
98     };
100     FixedText FT_SHEETSTATUS1
101     {
102         Pos = MAP_APPFONT ( 82, 97 );
103         Size = MAP_APPFONT ( 72, 8 );
105         Text [ en-US ] = "Status unknown" ;
106     };
108     PushButton BTN_RETYPE_SHEET1
109     {
110         HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_SHEET1";
111         Pos = MAP_APPFONT ( 158, 94 );
112         Size = MAP_APPFONT ( 30, 14 );
114         Text [ en-US ] = "Re-type" ;
115     };
117     FixedText FT_SHEETNAME2
118     {
119         Pos = MAP_APPFONT ( 10, 113 );
120         Size = MAP_APPFONT ( 68, 8 );
122         Text [ en-US ] = "Sheet2" ;
123     };
125     FixedText FT_SHEETSTATUS2
126     {
127         Pos = MAP_APPFONT ( 82, 113 );
128         Size = MAP_APPFONT ( 72, 8 );
130         Text [ en-US ] = "Status unknown" ;
131     };
133     PushButton BTN_RETYPE_SHEET2
134     {
135         HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_SHEET2";
136         Pos = MAP_APPFONT ( 158, 110 );
137         Size = MAP_APPFONT ( 30, 14 );
139         Text [ en-US ] = "Re-type" ;
140     };
142     FixedText FT_SHEETNAME3
143     {
144         Pos = MAP_APPFONT ( 10, 129 );
145         Size = MAP_APPFONT ( 68, 8 );
147         Text [ en-US ] = "Sheet3" ;
148     };
150     FixedText FT_SHEETSTATUS3
151     {
152         Pos = MAP_APPFONT ( 82, 129 );
153         Size = MAP_APPFONT ( 72, 8 );
155         Text [ en-US ] = "Status unknown" ;
156     };
158     PushButton BTN_RETYPE_SHEET3
159     {
160         HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_SHEET3";
161         Pos = MAP_APPFONT ( 158, 126 );
162         Size = MAP_APPFONT ( 30, 14 );
164         Text [ en-US ] = "Re-type" ;
165     };
167     FixedText FT_SHEETNAME4
168     {
169         Pos = MAP_APPFONT ( 10, 145 );
170         Size = MAP_APPFONT ( 68, 8 );
172         Text [ en-US ] = "Sheet4" ;
173     };
175     FixedText FT_SHEETSTATUS4
176     {
177         Pos = MAP_APPFONT ( 82, 145 );
178         Size = MAP_APPFONT ( 72, 8 );
180         Text [ en-US ] = "Status unknown" ;
181     };
183     PushButton BTN_RETYPE_SHEET4
184     {
185         HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_SHEET4";
186         Pos = MAP_APPFONT ( 158, 142 );
187         Size = MAP_APPFONT ( 30, 14 );
189         Text [ en-US ] = "Re-type" ;
190     };
192     ScrollBar SB_SCROLL
193     {
194         Pos = MAP_APPFONT ( 190, 94 ) ;
195         Size = MAP_APPFONT (  8, 61 ) ;
196         VScroll = TRUE ;
197     };
199     String STR_NOT_PROTECTED
200     {
201         Text [ en-US ] = "Not protected" ;
202     };
204     String STR_NOT_PASS_PROTECTED
205     {
206         Text [ en-US ] = "Not password-protected" ;
207     };
209     String STR_HASH_BAD
210     {
211         Text [ en-US ] = "Hash incompatible" ;
212     };
214     String STR_HASH_GOOD
215     {
216         Text [ en-US ] = "Hash compatible" ;
217     };
219     String STR_HASH_REGENERATED
220     {
221         Text [ en-US ] = "Hash re-generated" ;
222     };
225 // ----------------------------------------------------------------------------
227 ModalDialog RID_SCDLG_RETYPEPASS_INPUT
229     HelpID = "sc:ModalDialog:RID_SCDLG_RETYPEPASS_INPUT";
230     Text [ en-US ] = "Re-type Password" ;
231     Size = MAP_APPFONT ( 230 , 110 ) ;
232     Moveable = TRUE ;
233     Closeable = TRUE ;
235     OKButton BTN_OK
236     {
237         Pos = MAP_APPFONT ( 174, 6 ) ;
238         Size = MAP_APPFONT ( 50, 14 ) ;
239         DefButton = TRUE ;
240     };
242     CancelButton BTN_CANCEL
243     {
244         Pos = MAP_APPFONT ( 174, 23 ) ;
245         Size = MAP_APPFONT ( 50, 14 ) ;
246     };
248     HelpButton BTN_HELP
249     {
250         Pos = MAP_APPFONT ( 174, 43 ) ;
251         Size = MAP_APPFONT ( 50, 14 ) ;
252     };
254     RadioButton BTN_RETYPE_PASSWORD
255     {
256         HelpID = "sc:RadioButton:RID_SCDLG_RETYPEPASS_INPUT:BTN_RETYPE_PASSWORD";
257         Pos = MAP_APPFONT ( 11, 10 );
258         Size = MAP_APPFONT ( 150, 10 );
260         Text [ en-US ] = "Re-type password" ;
261     };
263     FixedText FT_PASSWORD1
264     {
265         Pos = MAP_APPFONT ( 20, 30 );
266         Size = MAP_APPFONT ( 42, 10 );
268         Text [ en-US ] = "~Password" ;
269     };
271     Edit ED_PASSWORD1
272     {
273         HelpID = "sc:Edit:RID_SCDLG_RETYPEPASS_INPUT:ED_PASSWORD1";
274         Border = TRUE;
275         PassWord = TRUE;
276         Pos = MAP_APPFONT ( 65, 29 );
277         Size = MAP_APPFONT ( 75, 12 );
278     };
280     FixedText FT_PASSWORD2
281     {
282         Pos = MAP_APPFONT ( 20, 45 );
283         Size = MAP_APPFONT ( 42, 10 );
285         Text [ en-US ] = "~Confirm" ;
286     };
288     Edit ED_PASSWORD2
289     {
290         HelpID = "sc:Edit:RID_SCDLG_RETYPEPASS_INPUT:ED_PASSWORD2";
291         Border = TRUE;
292         PassWord = TRUE;
293         Pos = MAP_APPFONT ( 65, 44 );
294         Size = MAP_APPFONT ( 75, 12 );
295     };
297     CheckBox BTN_MATCH_OLD_PASSWORD
298     {
299         HelpID = "sc:CheckBox:RID_SCDLG_RETYPEPASS_INPUT:BTN_MATCH_OLD_PASSWORD";
300         Pos = MAP_APPFONT ( 20, 65 );
301         Size = MAP_APPFONT ( 150, 10 );
303         Text [ en-US ] = "New password must match the original password." ;
304     };
306     RadioButton BTN_REMOVE_PASSWORD
307     {
308         HelpID = "sc:RadioButton:RID_SCDLG_RETYPEPASS_INPUT:BTN_REMOVE_PASSWORD";
309         Pos = MAP_APPFONT ( 11, 90 );
310         Size = MAP_APPFONT ( 150, 10 );
312         Text [ en-US ] = "Remove password from this protected item." ;
313     };
316 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */