summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/app/strings.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-04 21:22:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-05 10:14:48 +0100
commita0d627639d24056337174dec65a5defba88a41f3 (patch)
tree2d81c4ea25e7d2ffa44284b0239a735a6a38fbf7 /sd/source/ui/app/strings.src
parentThis SyncSvStream/SyncSysStream stuff isn't used (diff)
downloadcore-a0d627639d24056337174dec65a5defba88a41f3.tar.gz
core-a0d627639d24056337174dec65a5defba88a41f3.zip
fix use of local resource string ids in global context
possibly a regression since 227113bbf16f2feda4d3e41bb9aff7dc100ede17 Take the opportunity to give them more useful names while I'm at it Change-Id: I175b656ac611b78ebaa21b53778085113632095e
Diffstat (limited to 'sd/source/ui/app/strings.src')
-rw-r--r--sd/source/ui/app/strings.src30
1 files changed, 30 insertions, 0 deletions
diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src
index 1bc40bfc72a3..75b2339a90d8 100644
--- a/sd/source/ui/app/strings.src
+++ b/sd/source/ui/app/strings.src
@@ -1269,3 +1269,33 @@ String STR_INSERT_MOVIE
{
Text [ en-US ] = "Insert Movie";
};
+
+String STRING_DRAG_AND_DROP_PAGES
+{
+ Text [ en-US ] = "Drag and Drop Pages" ;
+};
+
+String STRING_DRAG_AND_DROP_SLIDES
+{
+ Text [ en-US ] = "Drag and Drop Slides" ;
+};
+
+String STRING_START_SLIDESHOW
+{
+ Text [ en-US ] = "Start Slide Show" ;
+};
+
+String STRING_HIDE_SLIDE
+{
+ Text [ en-US ] = "Hide Slide" ;
+};
+
+String STRING_SHOW_SLIDE
+{
+ Text [ en-US ] = "Show Slide" ;
+};
+
+String STRING_DUPLICATE_SLIDE
+{
+ Text [ en-US ] = "Duplicate Slide" ;
+};