update credits
[LibreOffice.git] / cui / source / dialogs / multipat.src
blob2ba60996d02c1a0f4f3d3f2fc27332fb16f0cf88
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  */
20 #include "multipat.hrc"
21 #include "helpid.hrc"
22 #include <cuires.hrc>
24 // RID_SVXDLG_MULTIPATH --------------------------------------------------
26 ModalDialog RID_SVXDLG_MULTIPATH
28     HelpId = HID_MULTIPATH ;
29     OutputSize = TRUE ;
30     Size = MAP_APPFONT ( 260 , 120 ) ;
31     Text [ en-US ] = "Select Paths" ;
32     Moveable = TRUE ;
33     Closeable = TRUE ;
34     FixedLine FL_MULTIPATH
35     {
36         Pos = MAP_APPFONT ( 6 , 3 ) ;
37         Size = MAP_APPFONT ( 248 , 8 ) ;
38         Text [ en-US ] = "Paths" ;
39     };
40     ListBox LB_MULTIPATH
41     {
42         HelpID = "cui:ListBox:RID_SVXDLG_MULTIPATH:LB_MULTIPATH";
43         Border = TRUE ;
44         Pos = MAP_APPFONT ( 12 , 14 ) ;
45         Size = MAP_APPFONT ( 189 , 80 ) ;
46         AutoHScroll = TRUE ;
47     };
48     Control LB_RADIOBUTTON
49     {
50         HelpId = HID_OPTIONS_MULTIPATH_LIST ;
51         Hide = TRUE ;
52         Border = TRUE ;
53         Pos = MAP_APPFONT ( 6 , 6 ) ;
54         Size = MAP_APPFONT ( 195 , 77 ) ;
55     };
56     FixedText FT_RADIOBUTTON
57     {
58         Hide = TRUE ;
59         NoLabel = TRUE ;
60         Pos = MAP_APPFONT ( 6 , 86 );
61         Size = MAP_APPFONT ( 195 , 8 );
62         Text [ en-US ] = "Mark the default path for new files.";
63     };
64     PushButton BTN_ADD_MULTIPATH
65     {
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..." ;
70     };
71     PushButton BTN_DEL_MULTIPATH
72     {
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" ;
77     };
78     OKButton BTN_MULTIPATH_OK
79     {
80         Pos = MAP_APPFONT ( 95 , 100 ) ;
81         Size = MAP_APPFONT ( 50 , 14 ) ;
82         DefButton = TRUE;
83     };
84     CancelButton BTN_MULTIPATH_CANCEL
85     {
86         Pos = MAP_APPFONT ( 148 , 100 ) ;
87         Size = MAP_APPFONT ( 50 , 14 ) ;
88     };
89     HelpButton BTN_MULTIPATH_HELP
90     {
91         Pos = MAP_APPFONT (  204 , 100 ) ;
92         Size = MAP_APPFONT ( 50 , 14 ) ;
93     };
94     String STR_HEADER_PATHS
95     {
96         Text [ en-US ] = "Path list" ;
97     };
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: */