xref: /AOO41X/main/cui/source/dialogs/about.src (revision 23c0a6f80c9c4121e3d2723c97db45e35b71edf6)
10e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
19cdf0e10cSrcweir *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "about.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirModalDialog RID_DEFAULTABOUT
27cdf0e10cSrcweir{
28cdf0e10cSrcweir    HelpID = "cui:ModalDialog:RID_DEFAULTABOUT";
29cdf0e10cSrcweir    OutputSize = TRUE ;
30cdf0e10cSrcweir    Moveable = TRUE ;
31cdf0e10cSrcweir    SVLook = TRUE ;
32cdf0e10cSrcweir    Text [ en-US ] = "About %PRODUCTNAME" ;
33*23c0a6f8SAriel Constenla-Haile    OKButton RID_CUI_ABOUT_BTN_OK
34cdf0e10cSrcweir    {
35cdf0e10cSrcweir        DefButton = TRUE ;
36cdf0e10cSrcweir        Size = MAP_APPFONT ( 50 , 14 ) ;
37cdf0e10cSrcweir    };
38*23c0a6f8SAriel Constenla-Haile    FixedText RID_CUI_ABOUT_FTXT_VERSION
39cdf0e10cSrcweir    {
40cdf0e10cSrcweir        WordBreak = TRUE ;
41cdf0e10cSrcweir        Text = "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ;
42cdf0e10cSrcweir    };
43*23c0a6f8SAriel Constenla-Haile    MultiLineEdit RID_CUI_ABOUT_FTXT_BUILDDATA
44*23c0a6f8SAriel Constenla-Haile   {
45*23c0a6f8SAriel Constenla-Haile        //HelpID = "cui:MultiLineEdit:RID_DEFAULTABOUT:ABOUT_FTXT_BUILDDATA";
46*23c0a6f8SAriel Constenla-Haile        Border = FALSE ;
47*23c0a6f8SAriel Constenla-Haile        IgnoreTab = TRUE ;
48*23c0a6f8SAriel Constenla-Haile        ReadOnly = TRUE ;
49*23c0a6f8SAriel Constenla-Haile        AutoVScroll = FALSE ;
50*23c0a6f8SAriel Constenla-Haile    };
51*23c0a6f8SAriel Constenla-Haile    MultiLineEdit RID_CUI_ABOUT_FTXT_COPYRIGHT
52cdf0e10cSrcweir    {
53cdf0e10cSrcweir        HelpID = "cui:MultiLineEdit:RID_DEFAULTABOUT:ABOUT_FTXT_COPYRIGHT";
54173e4882SAriel Constenla-Haile        Border = FALSE ;
55cdf0e10cSrcweir        IgnoreTab = TRUE ;
56cdf0e10cSrcweir        ReadOnly = TRUE ;
57*23c0a6f8SAriel Constenla-Haile        AutoVScroll = FALSE ;
58cdf0e10cSrcweir    };
59*23c0a6f8SAriel Constenla-Haile    FixedText RID_CUI_ABOUT_FTXT_WELCOME_LINK
60cdf0e10cSrcweir    {
61*23c0a6f8SAriel Constenla-Haile        Left = TRUE ;
62*23c0a6f8SAriel Constenla-Haile        Text = "http://www.openoffice.org/welcome/credits.html";
63*23c0a6f8SAriel Constenla-Haile    };
64*23c0a6f8SAriel Constenla-Haile    String RID_CUI_ABOUT_STR_COPYRIGHT
65*23c0a6f8SAriel Constenla-Haile    {
66*23c0a6f8SAriel Constenla-Haile        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";
67cdf0e10cSrcweir    };
68cdf0e10cSrcweir};
69cdf0e10cSrcweir
70