summaryrefslogtreecommitdiff
path: root/sw/source/ui/dochdl/dochdl.src
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dochdl/dochdl.src')
-rw-r--r--sw/source/ui/dochdl/dochdl.src6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/source/ui/dochdl/dochdl.src b/sw/source/ui/dochdl/dochdl.src
index 2f647808f87f..e303d5a0b6ee 100644
--- a/sw/source/ui/dochdl/dochdl.src
+++ b/sw/source/ui/dochdl/dochdl.src
@@ -24,11 +24,17 @@ String STR_NOGLOS
{
Text [ en-US ] = "AutoText for Shortcut '%1' not found." ;
};
+
String STR_NO_TABLE
{
Text [ en-US ] = "A table cannot be inserted into another table. However, you can paste the data into the document when the cursor is not in a table.";
};
+String STR_TABLE_TOO_LARGE
+{
+ Text [ en-US ] = "The table cannot be inserted because it is too large";
+};
+
String STR_ERR_INSERT_GLOS
{
Text [ en-US ] = "AutoText could not be created." ;