diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 03:31:53 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 03:57:30 +0200 |
commit | d6baf2ce1a1f188cbd85dea8e691751b2b1edcb0 (patch) | |
tree | 25eede8a149d5d79bc6bfa17777c1bd927014136 /sw/source/ui/app/app.src | |
parent | b99e3c5c739cfbb5001da66283f0e9cc6c53ba76 (diff) |
move strings to global file
Change-Id: I6e1b54a66d0b669ecbba4eb305c1dd8925747edd
Diffstat (limited to 'sw/source/ui/app/app.src')
-rw-r--r-- | sw/source/ui/app/app.src | 15 |
1 files changed, 15 insertions, 0 deletions
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: */ |