summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/app.src
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/app/app.src')
-rw-r--r--sw/source/ui/app/app.src25
1 files changed, 25 insertions, 0 deletions
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src
index a42d2defb1a8..a8a503c2d03d 100644
--- a/sw/source/ui/app/app.src
+++ b/sw/source/ui/app/app.src
@@ -713,4 +713,29 @@ String STR_ROTATE_TO_STANDARD_ORIENTATION
Text [ en-US ] = "This image is rotated. Would you like to rotate it into standard orientation?";
};
+String STR_CAPTION_TABLE
+{
+ Text [ en-US ] = "%PRODUCTNAME Writer Table";
+};
+
+String STR_CAPTION_FRAME
+{
+ Text [ en-US ] = "%PRODUCTNAME Writer Frame";
+};
+
+String STR_CAPTION_GRAPHIC
+{
+ Text [ en-US ] = "%PRODUCTNAME Writer Picture";
+};
+
+String STR_CAPTION_OLE
+{
+ Text [ en-US ] = "Other OLE Objects";
+};
+
+String STR_CATEGORY_NONE
+{
+ Text [ en-US ] = "<None>" ;
+};
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */