summaryrefslogtreecommitdiffstats
path: root/android/source/res
diff options
context:
space:
mode:
authorMert Tümer <merttumer7@gmail.com>2018-01-24 15:22:22 +0300
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-01-30 02:16:12 +0100
commit976b48e9e7777e03e7bd36e0f99a8752aa06a337 (patch)
treec21710f3b776e64f4656d4d80ca88164f5ed36f2 /android/source/res
parenttdf#115044: do not load external documents if it is not allowed (diff)
downloadcore-976b48e9e7777e03e7bd36e0f99a8752aa06a337.tar.gz
core-976b48e9e7777e03e7bd36e0f99a8752aa06a337.zip
[Pardus] tdf#112482 ability to add slides to impress
This patch is sponsored by ULAKBIM/PARDUS project. Signed-off-by: Mert Tümer <merttumer7@gmail.com> Change-Id: I3c8b55d032604b30117573ac447776a1a0e5205f Reviewed-on: https://gerrit.libreoffice.org/48500 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'android/source/res')
-rw-r--r--android/source/res/menu/main.xml5
-rw-r--r--android/source/res/values/strings.xml1
2 files changed, 6 insertions, 0 deletions
diff --git a/android/source/res/menu/main.xml b/android/source/res/menu/main.xml
index 9a4384af6fd5..432c374b3997 100644
--- a/android/source/res/menu/main.xml
+++ b/android/source/res/menu/main.xml
@@ -35,6 +35,11 @@
<item android:id="@+id/action_save"
android:title="@string/action_save"
android:orderInCategory="100" />
+
+ <item android:id="@+id/action_add_slide"
+ android:title="@string/action_add_slide"
+ android:orderInCategory="100"
+ android:enabled="false" />
</group>
diff --git a/android/source/res/values/strings.xml b/android/source/res/values/strings.xml
index 5d7eca869a39..052389847f7c 100644
--- a/android/source/res/values/strings.xml
+++ b/android/source/res/values/strings.xml
@@ -136,6 +136,7 @@
<!-- Presentation Mode Strings -->
<string name="action_presentation">Slide show</string>
+ <string name="action_add_slide">Add Slide</string>
<string name="alert_copy_svg_slide_show_to_clipboard">Your Android device doesn\'t support in-app svg slideshow. We copied the slideshow link to clipboard. Please press home button, open a modern web browser, paste in the address bar, and go.</string>
<string name="alert_copy_svg_slide_show_to_clipboard_dismiss">OK</string>
<string name="slideshow_action_back">Back</string>