summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/app.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-03 20:33:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-04 08:42:52 +0100
commit26f33b9c61d5b050b398a69a83d4f99fe9c228f5 (patch)
treecd8a6a3530fdab0cd632f24b0de6762e07e9e7a7 /sfx2/source/appl/app.src
parentWaE: unused function 'convertDateTime' (diff)
downloadcore-26f33b9c61d5b050b398a69a83d4f99fe9c228f5.tar.gz
core-26f33b9c61d5b050b398a69a83d4f99fe9c228f5.zip
convert license dialog to .ui format
Change-Id: Icbcb2a86369c95f9acff05d677a4f5eaa1d9dfb9
Diffstat (limited to 'sfx2/source/appl/app.src')
-rw-r--r--sfx2/source/appl/app.src55
1 files changed, 0 insertions, 55 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index c05081eec719..d105a709da99 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -508,59 +508,4 @@ String RID_SVXSTR_FORWARD_ERRMSSG
Text [ en-US ] = "If you select the option \"%PLACEHOLDER%\", you must enter a URL." ;
};
-ModalDialog DLG_HELP_LICENSING
-{
- // Size is computed
- Text [ en-US ] = "Licensing and Legal information";
- MOVEABLE = TRUE ;
- CLOSEABLE = TRUE ;
- OUTPUTSIZE = TRUE ;
- SVLOOK = TRUE ;
- String STR_LICENSING_INFORMATION_1
- {
- Text [ en-US ] =
- "%PRODUCTNAME is made available subject to the terms of GNU Lesser General Public\n"
- "License Version 3. A copy of the LGPL license can be found at\n"
- "http://www.gnu.org/licenses/lgpl-3.0.html" ;
- };
- String STR_LICENSING_INFORMATION_2
- {
- Text [ en-US ] =
- "Third Party Code Additional copyright notices and license terms applicable to\n"
- "portions of the Software are set forth in the LICENSE.html\n"
- "file; choose Show License to see exact details in English." ;
- };
- String STR_LICENSING_INFORMATION_3
- {
- Text [ en-US ] =
- "All trademarks and registered trademarks mentioned herein are the property of\n"
- "their respective owners." ;
- };
- String STR_LICENSING_INFORMATION_4
- {
- Text [ en-US ] =
- "Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights\n"
- "reserved." ;
- };
- String STR_LICENSING_INFORMATION_5
- {
- Text [ en-US ] =
- "This product was created by %OOOVENDOR, based on OpenOffice.org,\n"
- "which is Copyright 2000, 2011 Oracle and/or its affiliates.\n"
- "%OOOVENDOR acknowledges all community members, please see\n"
- "http://www.libreoffice.org/ for more details." ;
- };
- OKButton PB_LICENSING_SHOW
- {
- // Position and size is computed
- Text [ en-US ] = "~Show License" ;
- DefButton = TRUE ;
- };
- CancelButton PB_LICENSING_CLOSE
- {
- // Position and size is computed
- Text [ en-US ] = "~Close" ;
- };
-};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */