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 "multipat.hrc"
24 // RID_SVXDLG_MULTIPATH --------------------------------------------------
26 ModalDialog RID_SVXDLG_MULTIPATH
28 HelpId = HID_MULTIPATH ;
30 Size = MAP_APPFONT ( 260 , 120 ) ;
31 Text [ en-US ] = "Select Paths" ;
34 FixedLine FL_MULTIPATH
36 Pos = MAP_APPFONT ( 6 , 3 ) ;
37 Size = MAP_APPFONT ( 248 , 8 ) ;
38 Text [ en-US ] = "Paths" ;
42 HelpID = "cui:ListBox:RID_SVXDLG_MULTIPATH:LB_MULTIPATH";
44 Pos = MAP_APPFONT ( 12 , 14 ) ;
45 Size = MAP_APPFONT ( 189 , 80 ) ;
48 Control LB_RADIOBUTTON
50 HelpId = HID_OPTIONS_MULTIPATH_LIST ;
53 Pos = MAP_APPFONT ( 6 , 6 ) ;
54 Size = MAP_APPFONT ( 195 , 77 ) ;
56 FixedText FT_RADIOBUTTON
60 Pos = MAP_APPFONT ( 6 , 86 );
61 Size = MAP_APPFONT ( 195 , 8 );
62 Text [ en-US ] = "Mark the default path for new files.";
64 PushButton BTN_ADD_MULTIPATH
66 HelpID = "cui:PushButton:RID_SVXDLG_MULTIPATH:BTN_ADD_MULTIPATH";
67 Pos = MAP_APPFONT ( 204 , 14 ) ;
68 Size = MAP_APPFONT ( 50 , 14 ) ;
69 Text [ en-US ] = "~Add..." ;
71 PushButton BTN_DEL_MULTIPATH
73 HelpID = "cui:PushButton:RID_SVXDLG_MULTIPATH:BTN_DEL_MULTIPATH";
74 Pos = MAP_APPFONT ( 204 , 31 ) ;
75 Size = MAP_APPFONT ( 50 , 14 ) ;
76 Text [ en-US ] = "~Delete" ;
78 OKButton BTN_MULTIPATH_OK
80 Pos = MAP_APPFONT ( 95 , 100 ) ;
81 Size = MAP_APPFONT ( 50 , 14 ) ;
84 CancelButton BTN_MULTIPATH_CANCEL
86 Pos = MAP_APPFONT ( 148 , 100 ) ;
87 Size = MAP_APPFONT ( 50 , 14 ) ;
89 HelpButton BTN_MULTIPATH_HELP
91 Pos = MAP_APPFONT ( 204 , 100 ) ;
92 Size = MAP_APPFONT ( 50 , 14 ) ;
94 String STR_HEADER_PATHS
96 Text [ en-US ] = "Path list" ;
99 String RID_MULTIPATH_DBL_ERR
101 Text [ en-US ] = "The path %1 already exists." ;
103 String RID_SVXSTR_FILE_TITLE
105 Text [ en-US ] = "Select files" ;
107 String RID_SVXSTR_FILE_HEADLINE
109 Text [ en-US ] = "Files" ;
111 String RID_SVXSTR_ARCHIVE_TITLE
113 Text [ en-US ] = "Select Archives" ;
115 String RID_SVXSTR_ARCHIVE_HEADLINE
117 Text [ en-US ] = "Archives" ;
119 String RID_SVXSTR_MULTIFILE_DBL_ERR
121 Text [ en-US ] = "The file %1 already exists." ;
124 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */