From d6baf2ce1a1f188cbd85dea8e691751b2b1edcb0 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 18 Aug 2014 03:31:53 +0200 Subject: move strings to global file Change-Id: I6e1b54a66d0b669ecbba4eb305c1dd8925747edd --- sw/source/ui/app/app.src | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'sw/source/ui/app/app.src') diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src index c4a86bae82ce..e8f7b7129bb5 100644 --- a/sw/source/ui/app/app.src +++ b/sw/source/ui/app/app.src @@ -720,4 +720,19 @@ String STR_CAPTION_OLE Text [ en-US ] = "Other OLE Objects"; }; +String STR_WRONG_TABLENAME +{ + Text [ en-US ] = "The name of the table must not contain spaces." ; +}; + +String STR_ERR_TABLE_MERGE +{ + Text [ en-US ] = "Selected table cells are too complex to merge." ; +}; + +String STR_SRTERR +{ + Text [ en-US ] = "Cannot sort selection" ; +}; + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit