Bump version to 4.3-4
[LibreOffice.git] / cui / source / options / optpath.src
blob60f7dcc3e88850aee893fa59007b9aeeb84675ee
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  */
19 #include <cuires.hrc>
20 #include <sfx2/sfx.hrc>
21 #include "helpid.hrc"
23 ErrorBox RID_SVXERR_OPT_DOUBLEPATHS
25     BUTTONS = WB_OK ;
26     DEFBUTTON = WB_DEF_OK ;
27     Message [ en-US ] = "The configuration and mail directories must be specified as separate directories.\nPlease choose a new path." ;
30 String RID_SVXSTR_KEY_CONFIG_DIR
32     Text [ en-US ] = "Configuration" ;
34 String RID_SVXSTR_KEY_WORK_PATH
36     Text [ en-US ] = "My Documents" ;
38 String RID_SVXSTR_KEY_GRAPHICS_PATH
40     Text [ en-US ] = "Images" ;
42 String RID_SVXSTR_KEY_BITMAP_PATH
44     Text [ en-US ] = "Icons" ;
46 String RID_SVXSTR_KEY_BASIC_PATH
48     Text = "BASIC" ;
50 String RID_SVXSTR_KEY_PALETTE_PATH
52     Text [ en-US ] = "Palettes" ;
54 String RID_SVXSTR_KEY_BACKUP_PATH
56     Text [ en-US ] = "Backups" ;
58 String RID_SVXSTR_KEY_MODULES_PATH
60     Text [ en-US ] = "Modules" ;
62 String RID_SVXSTR_KEY_TEMPLATE_PATH
64     Text [ en-US ] = "Templates" ;
66 String RID_SVXSTR_KEY_GLOSSARY_PATH
68     Text [ en-US ] = "AutoText";
70 String RID_SVXSTR_KEY_DICTIONARY_PATH
72     Text [ en-US ] = "Dictionaries" ;
74 String RID_SVXSTR_KEY_HELP_DIR
76     Text [ en-US ] = "Help" ;
78 String RID_SVXSTR_KEY_GALLERY_DIR
80     Text [ en-US ] = "Gallery" ;
82 String RID_SVXSTR_KEY_STORAGE_DIR
84     Text [ en-US ] = "Message Storage" ;
86 String RID_SVXSTR_KEY_TEMP_PATH
88     Text [ en-US ] = "Temporary files";
90 String RID_SVXSTR_KEY_PLUGINS_PATH
92     Text [ en-US ] = "Plug-ins";
94 String RID_SVXSTR_KEY_FAVORITES_DIR
96     Text [ en-US ] = "Folder Bookmarks";
98 String RID_SVXSTR_KEY_FILTER_PATH
100     Text [ en-US ] = "Filters";
102 String RID_SVXSTR_KEY_ADDINS_PATH
104     Text [ en-US ] = "Add-ins";
106 String RID_SVXSTR_KEY_USERCONFIG_PATH
108     Text [ en-US ] = "User Configuration";
110 String RID_SVXSTR_KEY_USERDICTIONARY_DIR
112     Text [ en-US ] = "User-defined dictionaries";
114 String RID_SVXSTR_KEY_AUTOCORRECT_DIR
116     Text [ en-US ] = "AutoCorrect";
118 String RID_SVXSTR_KEY_LINGUISTIC_DIR
120     Text [ en-US ] = "Writing aids";
123 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */