xref: /trunk/main/cui/source/dialogs/about.src (revision 23c0a6f8)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "about.hrc"
25
26ModalDialog RID_DEFAULTABOUT
27{
28    HelpID = "cui:ModalDialog:RID_DEFAULTABOUT";
29    OutputSize = TRUE ;
30    Moveable = TRUE ;
31    SVLook = TRUE ;
32    Text [ en-US ] = "About %PRODUCTNAME" ;
33    OKButton RID_CUI_ABOUT_BTN_OK
34    {
35        DefButton = TRUE ;
36        Size = MAP_APPFONT ( 50 , 14 ) ;
37    };
38    FixedText RID_CUI_ABOUT_FTXT_VERSION
39    {
40        WordBreak = TRUE ;
41        Text = "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ;
42    };
43    MultiLineEdit RID_CUI_ABOUT_FTXT_BUILDDATA
44   {
45        //HelpID = "cui:MultiLineEdit:RID_DEFAULTABOUT:ABOUT_FTXT_BUILDDATA";
46        Border = FALSE ;
47        IgnoreTab = TRUE ;
48        ReadOnly = TRUE ;
49        AutoVScroll = FALSE ;
50    };
51    MultiLineEdit RID_CUI_ABOUT_FTXT_COPYRIGHT
52    {
53        HelpID = "cui:MultiLineEdit:RID_DEFAULTABOUT:ABOUT_FTXT_COPYRIGHT";
54        Border = FALSE ;
55        IgnoreTab = TRUE ;
56        ReadOnly = TRUE ;
57        AutoVScroll = FALSE ;
58    };
59    FixedText RID_CUI_ABOUT_FTXT_WELCOME_LINK
60    {
61        Left = TRUE ;
62        Text = "http://www.openoffice.org/welcome/credits.html";
63    };
64    String RID_CUI_ABOUT_STR_COPYRIGHT
65    {
66        Text[ en-US ] = "Copyright © 2012 Apache Software Foundation.\nAll rights reserved.\n\nThis product was created by %OOOVENDOR, based on Apache OpenOffice.\nApache OpenOffice acknowledges all community members, especially those mentioned at";
67    };
68};
69
70