diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-06 07:01:34 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-06 07:01:34 +0000 |
commit | 86ccd79a9318d9e4733b484503552869bf390049 (patch) | |
tree | d73ce3bd8322e4df4c5513d011fc3c5e543eea88 | |
parent | fdd8be9a64295c82d07b88d798f70436e3c912b0 (diff) |
INTEGRATION: CWS oj14 (1.11.4); FILE MERGED
2007/06/04 18:00:08 oj 1.11.4.4: RESYNC: (1.12-1.13); FILE MERGED
2007/05/24 11:57:03 lla 1.11.4.3: #i77259# error message if no report designer is installed
2006/12/18 16:16:12 oj 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED
2006/01/03 07:48:59 oj 1.11.4.1: changed module client
-rw-r--r-- | dbaccess/source/ui/app/app.src | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src index 6df048346..5c4f34a63 100644 --- a/dbaccess/source/ui/app/app.src +++ b/dbaccess/source/ui/app/app.src @@ -4,9 +4,9 @@ * * $RCSfile: app.src,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 14:53:28 $ + * last change: $Author: rt $ $Date: 2007-07-06 08:01:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -68,6 +68,13 @@ String RID_STR_NEW_REPORT_AUTO { Text [ en-US ] = "Use Wizard to Create Report..." ; }; + +String RID_STR_NEW_REPORT +{ + Text [ de ] ="Bericht in Entwurfsansicht erstellen..." ; + Text [ en-US ] = "Create Report in Design View..." ; +}; + String RID_STR_NEW_QUERY { Text [ en-US ] = "Create Query in Design View..." ; @@ -119,6 +126,14 @@ Menu RID_MENU_APP_NEW }; MenuItem { + Identifier = SID_APP_NEW_REPORT; + HelpId = SID_APP_NEW_REPORT; + Command = ".uno:DBNewReport"; + Text [ de ] ="Bericht..." ; + Text [ en-US ] = "Report..." ; + }; + MenuItem + { MID_DOCUMENT_CREATE_REPWIZ Command = ".uno:DBNewReportAutoPilot"; }; @@ -304,6 +319,11 @@ String RID_STR_FORMS_HELP_TEXT { Text [ en-US ] = "Create a form by specifying the record source, controls, and control properties." ; }; +String RID_STR_REPORT_HELP_TEXT +{ + Text [ de ] ="Erstellen Sie einen Bericht, indem Sie die Datensatzquelle, Steuerelemente und Steuerelementeigenschaften angeben." ; + Text [ en-US ] = "Create a report by specifying the record source, controls, and control properties." ; +}; String RID_STR_FORMS_HELP_TEXT_WIZARD { Text [ en-US ] = "The wizard will guide you through the steps necessary to create a form." ; @@ -429,3 +449,8 @@ String STR_FOLDER_LABEL Text [ en-US ] = "F~older name" ; }; +String RID_STR_ERROR_NO_REPORT_INSTALLED +{ + Text [ de ] ="Es wurde keine Report Designer Erweiterung gefunden, bitte installieren." ; + Text [ en-US ] = "There is no report designer extension found, please install." ; +}; |