diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-11-23 21:07:47 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2010-11-23 21:44:31 -0800 |
commit | 0b176013df99ee6b10305306b9a9dd07ad51a8a5 (patch) | |
tree | cf6f32239289d171591c1933abc686f03d8b3404 /dbaccess/source/ui/control | |
parent | 9fee0a2c8613c8060a45acd5fd27716aa33462de (diff) |
.bmp to .png, plus formatting issues.
Diffstat (limited to 'dbaccess/source/ui/control')
-rw-r--r-- | dbaccess/source/ui/control/TableGrantCtrl.src | 28 | ||||
-rw-r--r-- | dbaccess/source/ui/control/tabletree.src | 7 | ||||
-rw-r--r-- | dbaccess/source/ui/control/undosqledit.src | 31 |
3 files changed, 6 insertions, 60 deletions
diff --git a/dbaccess/source/ui/control/TableGrantCtrl.src b/dbaccess/source/ui/control/TableGrantCtrl.src index 8da72a1f9fe1..8b870e4927b6 100644 --- a/dbaccess/source/ui/control/TableGrantCtrl.src +++ b/dbaccess/source/ui/control/TableGrantCtrl.src @@ -53,6 +53,7 @@ String STR_TABLE_PRIV_ALTER { Text [ en-US ] = "Alter structure"; }; + String STR_TABLE_PRIV_SELECT { Text [ en-US ] = "Read data"; @@ -67,30 +68,3 @@ String STR_TABLE_PRIV_DROP { Text [ en-US ] = "Drop structure"; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dbaccess/source/ui/control/tabletree.src b/dbaccess/source/ui/control/tabletree.src index d08535f3e8da..71f3945e245e 100644 --- a/dbaccess/source/ui/control/tabletree.src +++ b/dbaccess/source/ui/control/tabletree.src @@ -33,7 +33,6 @@ #endif #include "browserids.hxx" - Menu MENU_TABLETREE_POPUP { ItemList = @@ -65,24 +64,28 @@ String STR_COULDNOTCONNECT { Text [ en-US ] = "No connection could be established for the URL #connurl#."; }; + String STR_COULDNOTCONNECT_PLEASECHECK { Text [ en-US ] = "Please check the current settings, for example user name and password."; }; + String STR_NOTABLEINFO { Text [ en-US ] = "Successfully connected, but information about database tables is not available."; }; + String STR_ALL_TABLES { Text [ en-US ] = "All tables"; }; + String STR_ALL_VIEWS { Text [ en-US ] = "All views"; }; + String STR_ALL_TABLES_AND_VIEWS { Text [ en-US ] = "All tables and views"; }; - diff --git a/dbaccess/source/ui/control/undosqledit.src b/dbaccess/source/ui/control/undosqledit.src index 814a304d18c0..aab44ad5e7db 100644 --- a/dbaccess/source/ui/control/undosqledit.src +++ b/dbaccess/source/ui/control/undosqledit.src @@ -33,34 +33,3 @@ String STR_QUERY_UNDO_MODIFYSQLEDIT { Text [ en-US ] = "Modify SQL statement(s)" ; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |