update credits
[LibreOffice.git] / cui / source / dialogs / passwdomdlg.hrc
blob5c54fa1eb4793f57ddb83adaf96d197a1547a7f8
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 #ifndef _CUI_PASSWDOMDLG_HRC_
21 #define _CUI_PASSWDOMDLG_HRC_
23 #define FL_FILE_ENCRYPTION              10
24 #define FT_PASSWD_TO_OPEN               11
25 #define ED_PASSWD_TO_OPEN               12
26 #define FT_REENTER_PASSWD_TO_OPEN       13
27 #define ED_REENTER_PASSWD_TO_OPEN       14
28 #define FT_PASSWD_NOTE                  17
29 #define FL_BUTTONS                      18
30 #define BTN_MORE_FEWER_OPTIONS          19
31 #define BTN_OK                          20
32 #define BTN_CANCEL                      21
33 #define FL_FILE_SHARING_OPTIONS         22
34 #define FT_PASSWD_TO_MODIFY             23
35 #define ED_PASSWD_TO_MODIFY             24
36 #define FT_REENTER_PASSWD_TO_MODIFY     25
37 #define ED_REENTER_PASSWD_TO_MODIFY     26
38 #define CB_OPEN_READONLY                29
40 #define STR_MORE_OPTIONS                    51
41 #define STR_FEWER_OPTIONS                   52
42 #define STR_PASSWD_MUST_BE_CONFIRMED        53
43 #define STR_ONE_PASSWORD_MISMATCH           54
44 #define STR_TWO_PASSWORDS_MISMATCH          55
45 #define STR_INVALID_STATE_FOR_OK_BUTTON     56
46 #define STR_INVALID_STATE_FOR_OK_BUTTON_V2  57
48 #endif
50 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */