diff options
author | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2009-11-27 10:17:16 +0100 |
---|---|---|
committer | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2009-11-27 10:17:16 +0100 |
commit | ef1e644386cab9f56cea761a6ff0711d5af6ea0a (patch) | |
tree | bc861446862ec8db468463acd31c3ca71c1b7d8c /dbaccess/source/ui/app/app.src | |
parent | b1cd271a62c9b04a1b090bcb6544c17eaea3b881 (diff) |
dba33d: #i106772# check if update and refetching works otherwise set iter to end and some resource handling for error messages
Diffstat (limited to 'dbaccess/source/ui/app/app.src')
-rw-r--r-- | dbaccess/source/ui/app/app.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src index 3f9ff4e74..7ed782fb5 100644 --- a/dbaccess/source/ui/app/app.src +++ b/dbaccess/source/ui/app/app.src @@ -469,3 +469,11 @@ String RID_STR_EMBEDDED_DATABASE { Text [ en-US ] = "Embedded database"; }; +String RID_STR_NO_DIFF_CAT +{ + Text [ en-US ] = "You cannot select different categories."; +}; +String RID_STR_UNSUPPORTED_OBJECT_TYPE +{ + Text [ en-US ] = "Unsupported object type found ($type$)."; +}; |