summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/app.src
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2009-11-27 10:17:16 +0100
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2009-11-27 10:17:16 +0100
commitef1e644386cab9f56cea761a6ff0711d5af6ea0a (patch)
treebc861446862ec8db468463acd31c3ca71c1b7d8c /dbaccess/source/ui/app/app.src
parentb1cd271a62c9b04a1b090bcb6544c17eaea3b881 (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.src8
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$).";
+};