summaryrefslogtreecommitdiff
path: root/connectivity/source/resource/conn_error_message.src
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/resource/conn_error_message.src')
-rw-r--r--connectivity/source/resource/conn_error_message.src21
1 files changed, 19 insertions, 2 deletions
diff --git a/connectivity/source/resource/conn_error_message.src b/connectivity/source/resource/conn_error_message.src
index 7833269ee5f2..a558cd7bea50 100644
--- a/connectivity/source/resource/conn_error_message.src
+++ b/connectivity/source/resource/conn_error_message.src
@@ -73,13 +73,30 @@ String 256 + 2*303 + 0
Text [ en-US ] = "The name '$1$' is already in use in the database.";
};
+// DB_NOT_CONNECTED = 304
String 256 + 2*304 + 0
{
- Text = "No connection to the database exists.";
- // TODO: localize
+ Text [ en-US ] = "No connection to the database exists.";
};
String 256 + 2*304 + 1
{
Text = "08003";
};
+
+String 256 + 2*500 + 0
+{
+ Text [ en-US ] = "No $1$ exists.";
+};
+
+// DATA_CANNOT_SELECT_UNFILTERED = 550
+String 256 + 2*550 + 0
+{
+ Text [ en-US ] = "Unable to display the complete table content. Please apply a filter.";
+};
+
+String 256 + 2*550 + 1
+{
+ Text = "IM001";
+};
+