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 #include <sfx2/sfx.hrc>
23 String RID_SVXSTR_KEY_CONFIG_DIR
25 Text [ en-US ] = "Configuration" ;
27 String RID_SVXSTR_KEY_WORK_PATH
29 Text [ en-US ] = "My Documents" ;
31 String RID_SVXSTR_KEY_GRAPHICS_PATH
33 Text [ en-US ] = "Images" ;
35 String RID_SVXSTR_KEY_BITMAP_PATH
37 Text [ en-US ] = "Icons" ;
39 String RID_SVXSTR_KEY_BASIC_PATH
43 String RID_SVXSTR_KEY_PALETTE_PATH
45 Text [ en-US ] = "Palettes" ;
47 String RID_SVXSTR_KEY_BACKUP_PATH
49 Text [ en-US ] = "Backups" ;
51 String RID_SVXSTR_KEY_MODULES_PATH
53 Text [ en-US ] = "Modules" ;
55 String RID_SVXSTR_KEY_TEMPLATE_PATH
57 Text [ en-US ] = "Templates" ;
59 String RID_SVXSTR_KEY_GLOSSARY_PATH
61 Text [ en-US ] = "AutoText";
63 String RID_SVXSTR_KEY_DICTIONARY_PATH
65 Text [ en-US ] = "Dictionaries" ;
67 String RID_SVXSTR_KEY_HELP_DIR
69 Text [ en-US ] = "Help" ;
71 String RID_SVXSTR_KEY_GALLERY_DIR
73 Text [ en-US ] = "Gallery" ;
75 String RID_SVXSTR_KEY_STORAGE_DIR
77 Text [ en-US ] = "Message Storage" ;
79 String RID_SVXSTR_KEY_TEMP_PATH
81 Text [ en-US ] = "Temporary files";
83 String RID_SVXSTR_KEY_PLUGINS_PATH
85 Text [ en-US ] = "Plug-ins";
87 String RID_SVXSTR_KEY_FAVORITES_DIR
89 Text [ en-US ] = "Folder Bookmarks";
91 String RID_SVXSTR_KEY_FILTER_PATH
93 Text [ en-US ] = "Filters";
95 String RID_SVXSTR_KEY_ADDINS_PATH
97 Text [ en-US ] = "Add-ins";
99 String RID_SVXSTR_KEY_USERCONFIG_PATH
101 Text [ en-US ] = "User Configuration";
103 String RID_SVXSTR_KEY_USERDICTIONARY_DIR
105 Text [ en-US ] = "User-defined dictionaries";
107 String RID_SVXSTR_KEY_AUTOCORRECT_DIR
109 Text [ en-US ] = "AutoCorrect";
111 String RID_SVXSTR_KEY_LINGUISTIC_DIR
113 Text [ en-US ] = "Writing aids";
116 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */