summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/app.src
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/app/app.src')
-rw-r--r--dbaccess/source/ui/app/app.src130
1 files changed, 0 insertions, 130 deletions
diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src
index 3b4f12496727..04dce61ae977 100644
--- a/dbaccess/source/ui/app/app.src
+++ b/dbaccess/source/ui/app/app.src
@@ -21,8 +21,6 @@
#include "browserids.hxx"
#include "dbaccess_helpid.hrc"
-#define MN_PROPS 25
-
String RID_STR_NEW_FORM
{
Text [ en-US ] = "Create Form in Design View..." ;
@@ -80,134 +78,6 @@ String RID_STR_REPORTS_CONTAINER
{
Text [ en-US ] = "Reports" ;
};
-
-Menu RID_MENU_APP_EDIT
-{
- ItemList =
- {
- MenuItem
- {
- Identifier = SID_COPY ;
- Command = ".uno:Copy" ;
- Text [ en-US ] = "~Copy" ;
- };
- MenuItem
- {
- Identifier = SID_PASTE ;
- Command = ".uno:Paste" ;
- Text [ en-US ] = "~Paste" ;
- };
- MenuItem
- {
- Identifier = SID_DB_APP_PASTE_SPECIAL;
- Text[ en-US ] = "Paste Special...";
- Command = ".uno:PasteSpecial";
- };
- MenuItem
- {
- Separator = TRUE ;
- };
- MenuItem
- {
- Identifier = SID_DB_APP_DELETE;
- Text[ en-US ] = "Delete";
- Command = ".uno:DBDelete";
- };
- MenuItem
- {
- Identifier = SID_DB_APP_RENAME;
- Text[ en-US ] = "Rename";
- Command = ".uno:DBRename";
- };
- MenuItem
- {
- Identifier = SID_DB_APP_EDIT;
- Text[ en-US ] = "Edit";
- Command = ".uno:DBEdit";
- };
- MenuItem
- {
- Identifier = SID_DB_APP_EDIT_SQL_VIEW;
- Text [ en-US ] = "Edit in SQL View...";
- Command = ".uno:DBEditSqlView";
- };
- MenuItem
- {
- Identifier = SID_DB_APP_OPEN;
- Text[ en-US ] = "Open";
- Command = ".uno:DBOpen";
- };
- MenuItem
- {
- Identifier = SID_DB_APP_CONVERTTOVIEW;
- Text[ en-US ] = "Create as View";
- Command = ".uno:DBConvertToView";
- };
- MenuItem
- {
- Identifier = SID_FORM_CREATE_REPWIZ_PRE_SEL;
- Text [ en-US ] = "Form Wizard...";
- Command = ".uno:DBNewFormAutoPilotWithPreSelection";
- };
- MenuItem
- {
- Identifier = SID_APP_NEW_REPORT_PRE_SEL;
- Command = ".uno:DBNewReportWithPreSelection";
- Text [ en-US ] = "Report..." ;
- };
- MenuItem
- {
- Identifier = SID_REPORT_CREATE_REPWIZ_PRE_SEL ;
- Text[ en-US ] = "Report Wizard...";
-
- Command = ".uno:DBNewReportAutoPilotWithPreSelection";
- };
- MenuItem
- {
- Separator = TRUE ;
- };
- MenuItem
- {
- Identifier = SID_SELECTALL;
- Text[ en-US ] = "Select All";
- Command = ".uno:SelectAll";
- };
- MenuItem
- {
- Separator = TRUE ;
- };
- MenuItem
- {
- Identifier = MN_PROPS;
- Text[ en-US ] = "~Database";
- SubMenu = Menu
- {
- ItemList =
- {
- MenuItem
- {
- Identifier = SID_DB_APP_DSPROPS;
- Text[ en-US ] = "Properties...";
- Command = ".uno:DBDSProperties";
- };
- MenuItem
- {
- Identifier = SID_DB_APP_DSCONNECTION_TYPE;
- Text[ en-US ] = "Connection Type...";
- Command = ".uno:DBDSConnectionType";
- };
- MenuItem
- {
- Identifier = SID_DB_APP_DSADVANCED_SETTINGS;
- Text[ en-US ] = "Advanced Settings...";
- Command = ".uno:DBDSAdvancedSettings";
- };
- };
- };
- };
- };
-};
-
String STR_QUERY_DELETE_DATASOURCE
{
Text [ en-US ] = "Do you want to delete the data source '%1'?" ;