summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/app.src
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 15:47:17 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 15:47:17 +0000
commit0c675d1dcc7babc520e9d23dc8700d216990c8ec (patch)
tree751b66902594e9ed00bf940b16e747e05587dcbe /dbaccess/source/ui/app/app.src
parentba45f97a970dd8c6e106e48b06401c6ddda88c31 (diff)
INTEGRATION: CWS dba22ui (1.11.198); FILE MERGED
2006/10/20 07:26:00 oj 1.11.198.2: #i67267# typo corrected 2006/10/10 07:18:57 fs 1.11.198.1: #i64651# add 'Edit in SQL View' command
Diffstat (limited to 'dbaccess/source/ui/app/app.src')
-rw-r--r--dbaccess/source/ui/app/app.src44
1 files changed, 26 insertions, 18 deletions
diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src
index 93b73613a..772ed3ba1 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2005-09-26 10:25:55 $
+ * last change: $Author: kz $ $Date: 2006-12-13 16:47:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -166,7 +166,7 @@ Menu RID_MENU_APP_NEW
Text [ de ] ="Ansicht (einfach)..." ;
Text [ en-US ] = "View (Simple)..." ;
};
-
+
};
};
@@ -187,7 +187,7 @@ Menu RID_MENU_APP_EDIT
Identifier = SID_DB_APP_PASTE_SPECIAL;
HelpID = SID_DB_APP_PASTE_SPECIAL ;
Text [ de ] ="Inhalte einfügen..." ;
- Text[ en-US ] = "Paste Special...";
+ Text[ en-US ] = "Paste Special...";
Command = ".uno:PasteSpecial";
};
MenuItem
@@ -199,7 +199,7 @@ Menu RID_MENU_APP_EDIT
Identifier = SID_DB_APP_DELETE;
HelpID = SID_DB_APP_DELETE ;
Text [ de ] ="Löschen" ;
- Text[ en-US ] = "Delete";
+ Text[ en-US ] = "Delete";
Command = ".uno:DBDelete";
};
MenuItem
@@ -207,7 +207,7 @@ Menu RID_MENU_APP_EDIT
Identifier = SID_DB_APP_RENAME;
HelpID = SID_DB_APP_RENAME ;
Text [ de ] ="Umbennen" ;
- Text[ en-US ] = "Rename";
+ Text[ en-US ] = "Rename";
Command = ".uno:DBRename";
};
MenuItem
@@ -215,15 +215,23 @@ Menu RID_MENU_APP_EDIT
Identifier = SID_DB_APP_EDIT;
HelpID = SID_DB_APP_EDIT ;
Text [ de ] ="Bearbeiten" ;
- Text[ en-US ] = "Edit";
+ Text[ en-US ] = "Edit";
Command = ".uno:DBEdit";
};
MenuItem
{
+ Identifier = SID_DB_APP_EDIT_SQL_VIEW;
+ HelpID = SID_DB_APP_EDIT_SQL_VIEW ;
+ Text [ de ] ="In SQL-Ansicht bearbeiten..." ;
+ Text [ en-US ] = "Edit in SQL View...";
+ Command = ".uno:DBEditSqlView";
+ };
+ MenuItem
+ {
Identifier = SID_DB_APP_OPEN;
HelpID = SID_DB_APP_OPEN ;
Text [ de ] ="Öffnen" ;
- Text[ en-US ] = "Open";
+ Text[ en-US ] = "Open";
Command = ".uno:DBOpen";
};
MenuItem
@@ -231,7 +239,7 @@ Menu RID_MENU_APP_EDIT
Identifier = SID_DB_APP_CONVERTTOVIEW;
HelpID = SID_DB_APP_CONVERTTOVIEW ;
Text [ de ] ="Als Ansicht erstellen" ;
- Text[ en-US ] = "Create as View";
+ Text[ en-US ] = "Create as View";
Command = ".uno:DBConvertToView";
};
MenuItem
@@ -246,7 +254,7 @@ Menu RID_MENU_APP_EDIT
Identifier = SID_REPORT_CREATE_REPWIZ_PRE_SEL ;
HelpID = HID_DOCUMENT_CREATE_REPWIZ ;
Text [ de ] ="Berichts-Assistent..." ;
- Text[ en-US ] = "Report Wizard...";
+ Text[ en-US ] = "Report Wizard...";
Command = ".uno:DBNewReportAutoPilotWithPreSelection";
};
@@ -256,10 +264,10 @@ Menu RID_MENU_APP_EDIT
};
MenuItem
{
- Identifier = SID_SELECTALL;
+ Identifier = SID_SELECTALL;
HelpID = SID_SELECTALL ;
Text [ de ] ="Alles auswählen" ;
- Text[ en-US ] = "Select All";
+ Text[ en-US ] = "Select All";
Command = ".uno:SelectAll";
};
MenuItem
@@ -268,7 +276,7 @@ Menu RID_MENU_APP_EDIT
};
MenuItem
{
- Identifier = MN_PROPS;
+ Identifier = MN_PROPS;
Text [ de ] ="~Datenbank" ;
Text[ en-US ] = "~Database";
SubMenu = Menu
@@ -280,15 +288,15 @@ Menu RID_MENU_APP_EDIT
Identifier = SID_DB_APP_DSPROPS;
HelpID = SID_DB_APP_DSPROPS ;
Text [ de ] ="Eigenschaften" ;
- Text[ en-US ] = "Properties";
+ Text[ en-US ] = "Properties";
Command = ".uno:DBDSProperties";
};
MenuItem
{
Identifier = SID_DB_APP_DSCONNECTION_TYPE;
HelpID = SID_DB_APP_DSCONNECTION_TYPE ;
- Text [ de ] ="Verbingungsart" ;
- Text[ en-US ] = "Connection Type";
+ Text [ de ] ="Verbindungsart" ;
+ Text[ en-US ] = "Connection Type";
Command = ".uno:DBDSConnectionType";
};
MenuItem
@@ -296,7 +304,7 @@ Menu RID_MENU_APP_EDIT
Identifier = SID_DB_APP_DSADVANCED_SETTINGS;
HelpID = SID_DB_APP_DSADVANCED_SETTINGS ;
Text [ de ] ="Erweiterte Eigenschaften" ;
- Text[ en-US ] = "Advanced Settings";
+ Text[ en-US ] = "Advanced Settings";
Command = ".uno:DBDSAdvancedSettings";
};
};
@@ -404,7 +412,7 @@ QueryBox APP_CLOSEDOCUMENTS
{
Buttons = WB_YES_NO ;
DefButton = WB_DEF_YES ;
- Message [ de ] = "Die Verbingungsart wurde geändert.\nDamit die Änderungen wirksam werden, müssen alle Formulare, Berichte, Abfragen und Tabellen geschlossen werden.\n\nMöchten Sie jetzt alle Dokumente schließen?" ;
+ Message [ de ] = "Die Verbindungsart wurde geändert.\nDamit die Änderungen wirksam werden, müssen alle Formulare, Berichte, Abfragen und Tabellen geschlossen werden.\n\nMöchten Sie jetzt alle Dokumente schließen?" ;
Message [ en-US ] = "The connection type has been altered.\nFor the changes to take effect, all forms, reports, queries and tables must be closed.\n\nDo you want to close all documents now?" ;
};