1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #define FL_LINGUISTIC 101
22 #define FT_LINGU_MODULES 111
23 #define CLB_LINGU_MODULES 112
24 #define PB_LINGU_MODULES_EDIT 113
26 #define FT_LINGU_OPTIONS 121
27 #define CLB_LINGU_OPTIONS 122
28 #define PB_LINGU_OPTIONS_EDIT 123
29 #define FT_LINGU_OPTIONS_MOREDICTS 124
31 #define STR_CAPITAL_WORDS 201
32 #define STR_WORDS_WITH_DIGITS 202
33 #define STR_SPELL_SPECIAL 204
34 #define STR_SPELL_AUTO 206
35 #define STR_NUM_PRE_BREAK 209
36 #define STR_NUM_POST_BREAK 210
37 #define STR_HYPH_AUTO 211
38 #define STR_HYPH_SPECIAL 212
39 #define STR_NUM_MIN_WORDLEN 213
41 #define STR_NUM_PRE_BREAK_DLG 214
42 #define STR_NUM_POST_BREAK_DLG 215
43 #define STR_NUM_MIN_WORDLEN_DLG 216
45 #define STR_GRAMMAR_AUTO 217
55 #define FL_NUMVAL_PREBREAK 305
56 #define BT_OK_PREBREAK 306
57 #define BT_CANCEL_PREBREAK 307
58 #define ED_PREBREAK 308
59 #define PB_EDIT_MODULES_PRIO_UP 309
60 #define PB_EDIT_MODULES_PRIO_DOWN 310
61 #define PB_EDIT_MODULES_PRIO_BACK 311
63 #define FT_LINGU_DICS 312
64 #define CLB_LINGU_DICS 313
65 #define PB_LINGU_DICS_NEW_DIC 314
66 #define PB_LINGU_DICS_EDIT_DIC 315
67 #define PB_LINGU_DICS_DEL_DIC 316
69 #define FL_EDIT_MODULES_OPTIONS 317
70 #define FT_EDIT_MODULES_LANGUAGE 318
71 #define LB_EDIT_MODULES_LANGUAGE 319
72 #define CLB_EDIT_MODULES_MODULES 320
73 #define FT_EDIT_MODULES_NEWDICTSLINK 321
74 #define FL_EDIT_MODULES_BUTTONS 322
75 #define STR_LINGU_MODULES_EDIT 323
76 #define STR_LINGU_DICS_EDIT_DIC 324
77 #define STR_LINGU_OPTIONS_EDIT 325
79 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */