summaryrefslogtreecommitdiffstats
path: root/android/source/res
diff options
context:
space:
mode:
authorMert Tumer <merttumer@outlook.com>2018-11-04 22:26:24 +0300
committerGülşah Köse <gulsah.1004@gmail.com>2018-11-04 23:50:52 +0100
commitf825e6d4082c0d0beb1c95b881f6a2ee9bfc9161 (patch)
tree63074a05d693699d95def43ac7fa142bcae5bb5d /android/source/res
parent[Pardus] Make the slide change command accessible. (diff)
downloadcore-f825e6d4082c0d0beb1c95b881f6a2ee9bfc9161.tar.gz
core-f825e6d4082c0d0beb1c95b881f6a2ee9bfc9161.zip
[Pardus] ability to change slide name
This patch is sponsored by ULAKBIM/Pardus project. Signed-off-by: Mert Tumer <merttumer@outlook.com> Change-Id: I6361e3d23b03e5463d165f7f02dacad8be9206da Reviewed-on: https://gerrit.libreoffice.org/62861 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.1004@gmail.com>
Diffstat (limited to 'android/source/res')
-rw-r--r--android/source/res/menu/main.xml5
-rw-r--r--android/source/res/values-tr/strings.xml1
-rw-r--r--android/source/res/values/strings.xml1
3 files changed, 7 insertions, 0 deletions
diff --git a/android/source/res/menu/main.xml b/android/source/res/menu/main.xml
index b442878cbf51..2c97b3201b9e 100644
--- a/android/source/res/menu/main.xml
+++ b/android/source/res/menu/main.xml
@@ -60,6 +60,7 @@
android:title="@string/action_add_worksheet"
android:orderInCategory="100"
android:visible="false" />
+
<item android:id="@+id/action_rename_worksheet"
android:title="@string/action_rename_worksheet"
android:orderInCategory="100"
@@ -79,6 +80,10 @@
android:title="@string/action_add_slide"
android:orderInCategory="100"
android:visible="false" />
+ <item android:id="@+id/action_rename_slide"
+ android:title="@string/action_rename_slide"
+ android:orderInCategory="100"
+ android:visible="false" />
<item android:id="@+id/action_delete_slide"
android:title="@string/action_delete_slide"
diff --git a/android/source/res/values-tr/strings.xml b/android/source/res/values-tr/strings.xml
index bb914081c749..583fa5313e13 100644
--- a/android/source/res/values-tr/strings.xml
+++ b/android/source/res/values-tr/strings.xml
@@ -240,4 +240,5 @@
<string name="part">Bölüm</string>
<string name="highlight_color">Vurgulama Rengi</string>
<string name="font_color">Metin Rengi</string>
+ <string name="action_rename_slide">Slaytı yeniden adlandır</string>
</resources>
diff --git a/android/source/res/values/strings.xml b/android/source/res/values/strings.xml
index 123751b8ee3b..3669d0a2ed90 100644
--- a/android/source/res/values/strings.xml
+++ b/android/source/res/values/strings.xml
@@ -240,4 +240,5 @@
<string name="part">Part</string>
<string name="highlight_color">Highlight Color</string>
<string name="font_color">Font Color</string>
+ <string name="action_rename_slide">Rename Slide</string>
</resources>