xref: /aoo42x/main/cui/source/dialogs/passwdomdlg.hrc (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#ifndef _CUI_PASSWDOMDLG_HRC_
29#define _CUI_PASSWDOMDLG_HRC_
30
31#define FL_FILE_ENCRYPTION              10
32#define FT_PASSWD_TO_OPEN               11
33#define ED_PASSWD_TO_OPEN               12
34#define FT_REENTER_PASSWD_TO_OPEN       13
35#define ED_REENTER_PASSWD_TO_OPEN       14
36#define IMG_PASSWD_MATCH                15
37#define IMG_PASSWD_MATCH_HC             16
38#define FT_PASSWD_NOTE                  17
39#define FL_BUTTONS                      18
40#define BTN_MORE_FEWER_OPTIONS          19
41#define BTN_OK                          20
42#define BTN_CANCEL                      21
43#define FL_FILE_SHARING_OPTIONS         22
44#define FT_PASSWD_TO_MODIFY             23
45#define ED_PASSWD_TO_MODIFY             24
46#define FT_REENTER_PASSWD_TO_MODIFY     25
47#define ED_REENTER_PASSWD_TO_MODIFY     26
48#define FI_PASSWD_TO_OPEN_MATCH         27
49#define FI_PASSWD_TO_MODIFY_MATCH       28
50#define CB_OPEN_READONLY                29
51
52#define STR_MORE_OPTIONS                    51
53#define STR_FEWER_OPTIONS                   52
54#define STR_PASSWD_MUST_BE_CONFIRMED        53
55#define STR_ONE_PASSWORD_MISMATCH           54
56#define STR_TWO_PASSWORDS_MISMATCH          55
57#define STR_INVALID_STATE_FOR_OK_BUTTON     56
58#define STR_INVALID_STATE_FOR_OK_BUTTON_V2  57
59
60#endif
61
62