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 .
22 #include <svtools/controldims.hrc>
23 #include <sfx2/sfx.hrc>
26 String RID_SVXSTR_SPELL
28 Text [ en-US ] = "Spelling";
31 String RID_SVXSTR_HYPH
33 Text [ en-US ] = "Hyphenation";
36 String RID_SVXSTR_THES
38 Text [ en-US ] = "Thesaurus";
41 String RID_SVXSTR_GRAMMAR
43 Text [ en-US ] = "Grammar";
46 String RID_SVXSTR_CAPITAL_WORDS
48 Text [ en-US ] = "Check uppercase words";
50 String RID_SVXSTR_WORDS_WITH_DIGITS
52 Text [ en-US ] = "Check words with numbers ";
54 String RID_SVXSTR_SPELL_SPECIAL
56 Text [ en-US ] = "Check special regions";
58 String RID_SVXSTR_SPELL_AUTO
60 Text [ en-US ] = "Check spelling as you type";
62 String RID_SVXSTR_GRAMMAR_AUTO
64 Text [ en-US ] = "Check grammar as you type";
66 String RID_SVXSTR_NUM_MIN_WORDLEN
68 Text [ en-US ] = "Minimal number of characters for hyphenation: ";
70 String RID_SVXSTR_NUM_PRE_BREAK
72 Text [ en-US ] = "Characters before line break: ";
74 String RID_SVXSTR_NUM_POST_BREAK
76 Text [ en-US ] = "Characters after line break: ";
78 String RID_SVXSTR_HYPH_AUTO
80 Text [ en-US ] = "Hyphenate without inquiry";
82 String RID_SVXSTR_HYPH_SPECIAL
84 Text [ en-US ] = "Hyphenate special regions";
86 String RID_SVXSTR_LINGU_MODULES_EDIT
88 Text [ en-US ] = "Edit Available language modules";
90 String RID_SVXSTR_LINGU_DICS_EDIT_DIC
92 Text [ en-US ] = "Edit User-defined dictionaries";
94 String RID_SVXSTR_LINGU_OPTIONS_EDIT
96 Text [ en-US ] = "Edit Options";
99 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */