about.src (599cc5b4) about.src (4524451e)
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

--- 57 unchanged lines hidden (view full) ---

66 ReadOnly = TRUE ;
67 AutoVScroll = FALSE ;
68 };
69 FixedText RID_CUI_ABOUT_FTXT_WELCOME_LINK
70 {
71 Left = TRUE ;
72 Text = "http://www.openoffice.org/welcome/credits.html";
73 };
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

--- 57 unchanged lines hidden (view full) ---

66 ReadOnly = TRUE ;
67 AutoVScroll = FALSE ;
68 };
69 FixedText RID_CUI_ABOUT_FTXT_WELCOME_LINK
70 {
71 Left = TRUE ;
72 Text = "http://www.openoffice.org/welcome/credits.html";
73 };
74 String RID_CUI_ABOUT_STR_COPYRIGHT
74 String RID_CUI_ABOUT_STR_COPYRIGHT_VENDOR
75 {
75 {
76 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";
76 Text[ en-US ] = "%OOOVENDOR";
77 };
77 };
78 String RID_CUI_ABOUT_STR_CREATED
79 {
80 Text[ en-US ] = "This product was created by the OpenOffice community.";
81 };
82 String RID_CUI_ABOUT_STR_CREATED_VENDOR
83 {
84 Text[ en-US ] = "This product was created by %OOOVENDOR, based on Apache OpenOffice.";
85 };
86 String RID_CUI_ABOUT_STR_ACKNOWLEDGE
87 {
88 Text[ en-US ] = "The OpenOffice community acknowledges all contributing members, especially those mentioned at";
89 };
78};
79
80
81#define TAB_WIDTH 290
82#define TAB_HEIGHT 270
83
84#define CTRL_MARGIN 3
85#define DLG_WIDTH CTRL_MARGIN + TAB_WIDTH + CTRL_MARGIN

--- 65 unchanged lines hidden ---
90};
91
92
93#define TAB_WIDTH 290
94#define TAB_HEIGHT 270
95
96#define CTRL_MARGIN 3
97#define DLG_WIDTH CTRL_MARGIN + TAB_WIDTH + CTRL_MARGIN

--- 65 unchanged lines hidden ---