summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/AllLangResTarget_cui.mk1
-rw-r--r--cui/source/inc/cuires.hrc23
-rw-r--r--cui/source/options/optpath.src116
3 files changed, 140 insertions, 0 deletions
diff --git a/cui/AllLangResTarget_cui.mk b/cui/AllLangResTarget_cui.mk
index 5e8f673d4438..364fa37e964f 100644
--- a/cui/AllLangResTarget_cui.mk
+++ b/cui/AllLangResTarget_cui.mk
@@ -45,6 +45,7 @@ $(eval $(call gb_SrsTarget_add_files,cui/res,\
cui/source/options/optinet2.src \
cui/source/options/optjava.src \
cui/source/options/optlingu.src \
+ cui/source/options/optpath.src \
cui/source/options/personalization.src \
cui/source/options/treeopt.src \
cui/source/tabpages/border.src \
diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc
index d307d6839e7d..85a1ea339d78 100644
--- a/cui/source/inc/cuires.hrc
+++ b/cui/source/inc/cuires.hrc
@@ -140,6 +140,29 @@
#define RID_SVXBMP_LOCK (RID_SVX_START + 118)
#define RID_SVXSTR_READONLY_CONFIG_TIP (RID_SVX_START + 1026)
#define RID_SVXPAGE_BASICIDE_OPTIONS (RID_SVX_START + 209)
+#define RID_SVXSTR_KEY_AUTOCORRECT_DIR (RID_SVX_START + 1004) //?
+#define RID_SVXSTR_KEY_DICTIONARY_PATH (RID_SVX_START + 1010)//?
+#define RID_SVXSTR_KEY_LINGUISTIC_DIR (RID_SVX_START + 1016)//?
+#define RID_SVXSTR_KEY_USERCONFIG_PATH (RID_SVX_START + 1023)//?
+#define RID_SVXSTR_KEY_FILTER_PATH (RID_SVX_START + 1012)//?
+#define RID_SVXSTR_KEY_ADDINS_PATH (RID_SVX_START + 1003)//?
+#define RID_SVXSTR_KEY_FAVORITES_DIR (RID_SVX_START + 1011)//?
+#define RID_SVXSTR_KEY_PLUGINS_PATH (RID_SVX_START + 1019)//?
+#define RID_SVXSTR_KEY_TEMP_PATH (RID_SVX_START + 1021)//?
+#define RID_SVXSTR_KEY_STORAGE_DIR (RID_SVX_START + 1020)//?
+#define RID_SVXSTR_KEY_GALLERY_DIR (RID_SVX_START + 1013)//?
+#define RID_SVXSTR_KEY_HELP_DIR (RID_SVX_START + 1015)//?
+#define RID_SVXSTR_KEY_GLOSSARY_PATH (RID_SVX_START + 1005)//?
+#define RID_SVXSTR_KEY_TEMPLATE_PATH (RID_SVX_START + 1022)//?
+#define RID_SVXSTR_KEY_MODULES_PATH (RID_SVX_START + 1017)//?
+#define RID_SVXSTR_KEY_BACKUP_PATH (RID_SVX_START + 1006)//?
+#define RID_SVXSTR_KEY_PALETTE_PATH (RID_SVX_START + 1018)//?
+#define RID_SVXSTR_KEY_CONFIG_DIR (RID_SVX_START + 1009)//?
+#define RID_SVXSTR_KEY_WORK_PATH (RID_SVX_START + 1024)//?
+#define RID_SVXSTR_KEY_GRAPHICS_PATH (RID_SVX_START + 1014)//?
+#define RID_SVXSTR_KEY_BASIC_PATH (RID_SVX_START + 1007)//?
+#define RID_SVXSTR_KEY_BITMAP_PATH (RID_SVX_START + 1008)//?
+#define RID_SVXSTR_KEY_USERDICTIONARY_DIR (RID_SVX_START + 1025)//?
// dialogs
#define STR_MODIFY (RID_SVX_START + 336)//from optdict.src
diff --git a/cui/source/options/optpath.src b/cui/source/options/optpath.src
new file mode 100644
index 000000000000..95f5203e6040
--- /dev/null
+++ b/cui/source/options/optpath.src
@@ -0,0 +1,116 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+#include <cuires.hrc>
+#include <sfx2/sfx.hrc>
+#include "helpid.hrc"
+
+String RID_SVXSTR_KEY_CONFIG_DIR
+{
+ Text [ en-US ] = "Configuration" ;
+};
+String RID_SVXSTR_KEY_WORK_PATH
+{
+ Text [ en-US ] = "My Documents" ;
+};
+String RID_SVXSTR_KEY_GRAPHICS_PATH
+{
+ Text [ en-US ] = "Images" ;
+};
+String RID_SVXSTR_KEY_BITMAP_PATH
+{
+ Text [ en-US ] = "Icons" ;
+};
+String RID_SVXSTR_KEY_BASIC_PATH
+{
+ Text = "BASIC" ;
+};
+String RID_SVXSTR_KEY_PALETTE_PATH
+{
+ Text [ en-US ] = "Palettes" ;
+};
+String RID_SVXSTR_KEY_BACKUP_PATH
+{
+ Text [ en-US ] = "Backups" ;
+};
+String RID_SVXSTR_KEY_MODULES_PATH
+{
+ Text [ en-US ] = "Modules" ;
+};
+String RID_SVXSTR_KEY_TEMPLATE_PATH
+{
+ Text [ en-US ] = "Templates" ;
+};
+String RID_SVXSTR_KEY_GLOSSARY_PATH
+{
+ Text [ en-US ] = "AutoText";
+};
+String RID_SVXSTR_KEY_DICTIONARY_PATH
+{
+ Text [ en-US ] = "Dictionaries" ;
+};
+String RID_SVXSTR_KEY_HELP_DIR
+{
+ Text [ en-US ] = "Help" ;
+};
+String RID_SVXSTR_KEY_GALLERY_DIR
+{
+ Text [ en-US ] = "Gallery" ;
+};
+String RID_SVXSTR_KEY_STORAGE_DIR
+{
+ Text [ en-US ] = "Message Storage" ;
+};
+String RID_SVXSTR_KEY_TEMP_PATH
+{
+ Text [ en-US ] = "Temporary files";
+};
+String RID_SVXSTR_KEY_PLUGINS_PATH
+{
+ Text [ en-US ] = "Plug-ins";
+};
+String RID_SVXSTR_KEY_FAVORITES_DIR
+{
+ Text [ en-US ] = "Folder Bookmarks";
+};
+String RID_SVXSTR_KEY_FILTER_PATH
+{
+ Text [ en-US ] = "Filters";
+};
+String RID_SVXSTR_KEY_ADDINS_PATH
+{
+ Text [ en-US ] = "Add-ins";
+};
+String RID_SVXSTR_KEY_USERCONFIG_PATH
+{
+ Text [ en-US ] = "User Configuration";
+};
+String RID_SVXSTR_KEY_USERDICTIONARY_DIR
+{
+ Text [ en-US ] = "User-defined dictionaries";
+};
+String RID_SVXSTR_KEY_AUTOCORRECT_DIR
+{
+ Text [ en-US ] = "AutoCorrect";
+};
+String RID_SVXSTR_KEY_LINGUISTIC_DIR
+{
+ Text [ en-US ] = "Writing aids";
+};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */