summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/sbabrw.src
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-04-26 10:36:16 +0000
committerFrank Schönheit <fs@openoffice.org>2001-04-26 10:36:16 +0000
commita699cc1cfe82423ac86b8cae77bebed6275c86e1 (patch)
tree57e1242e49e8b85faff5ee00e758bbd198dbe3a7 /dbaccess/source/ui/browser/sbabrw.src
parentdef84ad26a05ab080c3f7586b0733bcdf7381d57 (diff)
added support for data source associated bookmarks
Diffstat (limited to 'dbaccess/source/ui/browser/sbabrw.src')
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src273
1 files changed, 180 insertions, 93 deletions
diff --git a/dbaccess/source/ui/browser/sbabrw.src b/dbaccess/source/ui/browser/sbabrw.src
index 0787c562a5a1..647e76ae9cbd 100644
--- a/dbaccess/source/ui/browser/sbabrw.src
+++ b/dbaccess/source/ui/browser/sbabrw.src
@@ -2,9 +2,9 @@
*
* $RCSfile: sbabrw.src,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: oj $ $Date: 2001-04-24 14:39:06 $
+ * last change: $Author: fs $ $Date: 2001-04-26 11:36:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -574,6 +574,18 @@ Image QUERY_TREE_ICON
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
+Image BOOKMARKFOLDER_TREE_ICON
+{
+ ImageBitmap = Bitmap { File = "bookmarkcontainer_sx.bmp"; };
+ MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
+};
+
+Image BOOKMARK_TREE_ICON
+{
+ ImageBitmap = Bitmap { File = "bookmark_sx.bmp"; };
+ MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
+};
+
String RID_STR_QUERIES_CONTAINER
{
Text = "Abfragen";
@@ -622,84 +634,128 @@ String RID_STR_TABLES_CONTAINER
Text[ arabic ] = "Tables";
};
-Menu MENU_BROWSERTREE_CONTEXT
+String RID_STR_BOOKMARKS_CONTAINER
+{
+ Text = "Verknpfungen";
+ Text [ english ] = "Bookmarks";
+ Text [ english_us ] = "Bookmarks";
+};
+
+#define MID_ADMINISTRATE \
+ Identifier = ID_TREE_ADMINISTRATE ; \
+ HelpId = HID_BROWSER_DSADMINISTRATE ; \
+ Text = "~Datenquellen verwalten ..." ; \
+ Text [ english ] = "administrate ~data sources ..." ; \
+ Text [ english_us ] = "Administrate ~Data Sources..." ; \
+ Text[ portuguese ] = "A~dministrar fontes de dados..."; \
+ Text[ russian ] = "~ ..."; \
+ Text[ greek ] = " ~..."; \
+ Text[ dutch ] = "~gegevensbronnen beheren..."; \
+ Text[ french ] = "Grer les sources de ~donnes..."; \
+ Text[ spanish ] = "Administrar fuente de datos..."; \
+ Text[ italian ] = "Amministra ~sorgente dati..."; \
+ Text[ danish ] = "administrate ~data sources ..."; \
+ Text[ swedish ] = "Administrera ~datakllor..."; \
+ Text[ polish ] = "Administruj rda danych..."; \
+ Text[ portuguese_brazilian ] = "administrate ~data sources ..."; \
+ Text[ japanese ] = "ް̊Ǘ(~D)..."; \
+ Text[ korean ] = "a~dministrate data sources ..."; \
+ Text[ chinese_simplified ] = "Դ(~D)..."; \
+ Text[ chinese_traditional ] = "޲zƷ(~D)..."; \
+ Text[ turkish ] = "administrate ~data sources ..."; \
+ Text[ arabic ] = " ..."; \
+
+#define MID_CLOSECONN \
+ Identifier = ID_TREE_CLOSE_CONN ; \
+ HelpId = HID_BROWSER_CLOSECONN ; \
+ Text = "Verbindung s~chlieen" ; \
+ Text [ english ] = "~close connection" ; \
+ Text [ english_us ] = "Disco~nnect" ; \
+ Text[ portuguese ] = "~Desligar"; \
+ Text[ russian ] = ""; \
+ Text[ greek ] = " ~"; \
+ Text[ dutch ] = "~Verbinding verbreken"; \
+ Text[ french ] = "D~connecter"; \
+ Text[ spanish ] = "Cerrar conexin"; \
+ Text[ italian ] = "C~hiudi collegamento"; \
+ Text[ danish ] = "~close connection"; \
+ Text[ swedish ] = "Stn~g frbindelse"; \
+ Text[ polish ] = "Rozcz"; \
+ Text[ portuguese_brazilian ] = "~close connection"; \
+ Text[ japanese ] = "ڑ‚(~N)"; \
+ Text[ korean ] = "close co~nnection"; \
+ Text[ chinese_simplified ] = "(~N)"; \
+ Text[ chinese_traditional ] = "su(~N)"; \
+ Text[ turkish ] = "~close connection"; \
+ Text[ arabic ] = " "; \
+
+#define MID_REFRESHCONN \
+ Identifier = ID_TREE_REBUILD_CONN ; \
+ HelpId = HID_BROWSER_REFRESHCONN ; \
+ Text = "Verbindung e~rneuern" ; \
+ Text [ english ] = "~refresh connection" ; \
+ Text [ english_us ] = "~Refresh Connection" ; \
+ Text[ portuguese ] = "~Actualizar ligao"; \
+ Text[ russian ] = "~ "; \
+ Text[ greek ] = " "; \
+ Text[ dutch ] = "~opnieuw verbinden"; \
+ Text[ french ] = "~Rtablir la connexion"; \
+ Text[ spanish ] = "Actualizar conexin"; \
+ Text[ italian ] = "Ag~giorna collegamento"; \
+ Text[ danish ] = "~refresh connection"; \
+ Text[ swedish ] = "F~rnya frbindelse"; \
+ Text[ polish ] = "Odtwrz poczenie"; \
+ Text[ portuguese_brazilian ] = "~refresh connection"; \
+ Text[ japanese ] = "ڑXV(~R)"; \
+ Text[ korean ] = "~refresh connection"; \
+ Text[ chinese_simplified ] = "(~R)"; \
+ Text[ chinese_traditional ] = "ssu(~R)"; \
+ Text[ turkish ] = "~refresh connection"; \
+ Text[ arabic ] = " "; \
+
+#define MITEMS_DEFAULT \
+ MenuItem \
+ { \
+ MID_ADMINISTRATE \
+ }; \
+ MenuItem \
+ { \
+ MID_CLOSECONN \
+ }; \
+ MenuItem \
+ { \
+ MID_REFRESHCONN \
+ }; \
+ MenuItem \
+ { \
+ Separator = TRUE; \
+ };
+
+Menu MENU_BROWSER_DEFAULTCONTEXT
+{
+ ItemList =
+ {
+ MITEMS_DEFAULT
+ };
+};
+
+Menu MENU_BROWSER_BOOKMARKCONTEXT
{
ItemList =
{
+ MITEMS_DEFAULT
+
MenuItem
{
- Identifier = ID_TREE_ADMINISTRATE ;
- HelpId = HID_BROWSER_DSADMINISTRATE ;
- Text = "~Datenquellen verwalten ..." ;
- Text [ english ] = "administrate ~data sources ..." ;
- Text [ english_us ] = "Administrate ~Data Sources..." ;
- Text[ portuguese ] = "A~dministrar fontes de dados...";
- Text[ russian ] = "~ ...";
- Text[ greek ] = " ~...";
- Text[ dutch ] = "~gegevensbronnen beheren...";
- Text[ french ] = "Grer les sources de ~donnes...";
- Text[ spanish ] = "Administrar fuente de datos...";
- Text[ italian ] = "Amministra ~sorgente dati...";
- Text[ danish ] = "administrate ~data sources ...";
- Text[ swedish ] = "Administrera ~datakllor...";
- Text[ polish ] = "Administruj rda danych...";
- Text[ portuguese_brazilian ] = "administrate ~data sources ...";
- Text[ japanese ] = "ް̊Ǘ(~D)...";
- Text[ korean ] = "a~dministrate data sources ...";
- Text[ chinese_simplified ] = "Դ(~D)...";
- Text[ chinese_traditional ] = "޲zƷ(~D)...";
- Text[ turkish ] = "administrate ~data sources ...";
- Text[ arabic ] = " ...";
+ MID_LINK_NEW
};
MenuItem
{
- Identifier = ID_TREE_CLOSE_CONN ;
- HelpId = HID_BROWSER_CLOSECONN ;
- Text = "Verbindung s~chlieen" ;
- Text [ english ] = "~close connection" ;
- Text [ english_us ] = "Disco~nnect" ;
- Text[ portuguese ] = "~Desligar";
- Text[ russian ] = "";
- Text[ greek ] = " ~";
- Text[ dutch ] = "~Verbinding verbreken";
- Text[ french ] = "D~connecter";
- Text[ spanish ] = "Cerrar conexin";
- Text[ italian ] = "C~hiudi collegamento";
- Text[ danish ] = "~close connection";
- Text[ swedish ] = "Stn~g frbindelse";
- Text[ polish ] = "Rozcz";
- Text[ portuguese_brazilian ] = "~close connection";
- Text[ japanese ] = "ڑ‚(~N)";
- Text[ korean ] = "close co~nnection";
- Text[ chinese_simplified ] = "(~N)";
- Text[ chinese_traditional ] = "su(~N)";
- Text[ turkish ] = "~close connection";
- Text[ arabic ] = " ";
+ MID_LINK_EDIT
};
MenuItem
{
- Identifier = ID_TREE_REBUILD_CONN ;
- HelpId = HID_BROWSER_REFRESHCONN ;
- Text = "Verbindung e~rneuern" ;
- Text [ english ] = "~refresh connection" ;
- Text [ english_us ] = "~Refresh Connection" ;
- Text[ portuguese ] = "~Actualizar ligao";
- Text[ russian ] = "~ ";
- Text[ greek ] = " ";
- Text[ dutch ] = "~opnieuw verbinden";
- Text[ french ] = "~Rtablir la connexion";
- Text[ spanish ] = "Actualizar conexin";
- Text[ italian ] = "Ag~giorna collegamento";
- Text[ danish ] = "~refresh connection";
- Text[ swedish ] = "F~rnya frbindelse";
- Text[ polish ] = "Odtwrz poczenie";
- Text[ portuguese_brazilian ] = "~refresh connection";
- Text[ japanese ] = "ڑXV(~R)";
- Text[ korean ] = "~refresh connection";
- Text[ chinese_simplified ] = "(~R)";
- Text[ chinese_traditional ] = "ssu(~R)";
- Text[ turkish ] = "~refresh connection";
- Text[ arabic ] = " ";
+ MID_LINK_DROP
};
MenuItem
{
@@ -707,6 +763,31 @@ Menu MENU_BROWSERTREE_CONTEXT
};
MenuItem
{
+ MID_DOCUMENT_OPEN
+ };
+ MenuItem
+ {
+ MID_DOCUMENT_EDIT
+ };
+ MenuItem
+ {
+ Separator = TRUE;
+ };
+ MenuItem
+ {
+ MID_DOCUMENT_CREATE_NEW
+ };
+ };
+};
+
+Menu MENU_BROWSER_QUERYCONTEXT
+{
+ ItemList =
+ {
+ MITEMS_DEFAULT
+
+ MenuItem
+ {
Identifier = ID_TREE_QUERY_CREATE_DESIGN ;
HelpId = HID_BROWSER_QUERY_CREATE_DESIGN ;
Text = "neuer ~Abfrageentwurf" ;
@@ -834,10 +915,15 @@ Menu MENU_BROWSERTREE_CONTEXT
Text[ turkish ] = "c~opy query";
Text[ arabic ] = " ";
};
- MenuItem
- {
- Separator = TRUE;
- };
+ };
+};
+
+Menu MENU_BROWSER_TABLECONTEXT
+{
+ ItemList =
+ {
+ MITEMS_DEFAULT
+
MenuItem
{
Identifier = ID_TREE_TABLE_CREATE_DESIGN ;
@@ -1006,6 +1092,7 @@ Menu MENU_BROWSERTREE_CONTEXT
};
};
};
+
String STR_TITLE_CONFIRM_DELETION
{
Text = "Lschen besttigen" ;
@@ -1032,26 +1119,26 @@ String STR_TITLE_CONFIRM_DELETION
String STR_QUERY_DELETE_QUERY
{
- Text = "Soll die Abfrage '%1' gelscht werden?" ;
- Text [ English ] = "Delete query '%1'?" ;
- Text [ english_us ] = "Do you want to delete the query '%1'?" ;
- Text[ portuguese ] = "Eliminar consulta '%1'?";
- Text[ russian ] = " '%1'?";
- Text[ greek ] = " '%1';";
- Text[ dutch ] = "Wilt u query '%1' wissen?";
- Text[ french ] = "Voulez-vous supprimer la requte '%1' ?";
- Text[ spanish ] = "Desea eliminar la consulta '%1'?";
- Text[ italian ] = "Volete eliminare la ricerca '%1'?";
- Text[ danish ] = "Do you want to delete the query '%1'?";
- Text[ swedish ] = "Ska skningen '%1' raderas?";
- Text[ polish ] = "Usun kwerend'%1'?";
- Text[ portuguese_brazilian ] = "Do you want to delete the query '%1'?";
- Text[ japanese ] = "ذ '%1' 폜܂B";
- Text[ korean ] = "Do you want to delete the query '%1'?";
- Text[ chinese_simplified ] = "Ҫɾѯ '%1'?";
- Text[ chinese_traditional ] = "nRd'%1'?";
- Text[ turkish ] = "Do you want to delete the query '%1'?";
- Text[ arabic ] = " '%1'";
+ Text = "Soll die Abfrage '$name$' gelscht werden?" ;
+ Text [ English ] = "Delete query '$name$'?" ;
+ Text [ english_us ] = "Do you want to delete the query '$name$'?" ;
+ Text[ portuguese ] = "Eliminar consulta '$name$'?";
+ Text[ russian ] = " '$name$'?";
+ Text[ greek ] = " '$name$';";
+ Text[ dutch ] = "Wilt u query '$name$' wissen?";
+ Text[ french ] = "Voulez-vous supprimer la requte '$name$' ?";
+ Text[ spanish ] = "Desea eliminar la consulta '$name$'?";
+ Text[ italian ] = "Volete eliminare la ricerca '$name$'?";
+ Text[ danish ] = "Do you want to delete the query '$name$'?";
+ Text[ swedish ] = "Ska skningen '$name$' raderas?";
+ Text[ polish ] = "Usun kwerend'$name$'?";
+ Text[ portuguese_brazilian ] = "Do you want to delete the query '$name$'?";
+ Text[ japanese ] = "ذ '$name$' 폜܂B";
+ Text[ korean ] = "Do you want to delete the query '$name$'?";
+ Text[ chinese_simplified ] = "Ҫɾѯ '$name$'?";
+ Text[ chinese_traditional ] = "nRd'$name$'?";
+ Text[ turkish ] = "Do you want to delete the query '$name$'?";
+ Text[ arabic ] = " '$name$'";
};
String STR_QUERY_DELETE_TABLE