[Libreoffice-commits] core.git: cui/AllLangResTarget_cui.mk cui/source

Julien Nabet serval2412 at yahoo.fr
Sat Aug 30 16:07:15 PDT 2014


 cui/AllLangResTarget_cui.mk    |    1 
 cui/source/inc/cuires.hrc      |   23 ++++++++
 cui/source/options/optpath.src |  116 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 140 insertions(+)

New commits:
commit 880c18f23068a1faf34f36a67161e3b85fffdea7
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Aug 31 01:00:56 2014 +0200

    Resolves fdo#83278: Missing type of directory at "Tools/Options/LODev/Paths"
    
    Revert "remove unused optpath.src"
    
    This reverts commit b11d0a4d2b3b65a9ca06fd1de4ec4502eef2baa9.
    
    Change-Id: I9c5f8c15b36c38e94603186cb9d2bb316bf31674

diff --git a/cui/AllLangResTarget_cui.mk b/cui/AllLangResTarget_cui.mk
index 5e8f673..364fa37 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 d307d68..85a1ea3 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 0000000..95f5203
--- /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: */


More information about the Libreoffice-commits mailing list