diff options
author | Mert Tümer <merttumer7@gmail.com> | 2018-02-06 18:30:13 +0300 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-02-24 14:58:00 +0100 |
commit | ddd49295d19f76c63ea61dc64af08a797dbafa9b (patch) | |
tree | 0798a6e179b3fc1fecedad8464de1fdf53d9ce6f /android/source/res | |
parent | a6e46a240267a6d7082f65629b2bc1dcd1313f89 (diff) |
[Pardus] tdf#112481 Ability to add worksheets on Calc
This patch is sponsored by ULAKBIM/PARDUS project.
Signed-off-by: Mert Tümer <merttumer7@gmail.com>
Change-Id: Id67e3c400971b47738fe2f628955534f34839493
Reviewed-on: https://gerrit.libreoffice.org/49294
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.xml | 5 | ||||
-rw-r--r-- | android/source/res/values/strings.xml | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/android/source/res/menu/main.xml b/android/source/res/menu/main.xml index 432c374b3997..229c20aed68c 100644 --- a/android/source/res/menu/main.xml +++ b/android/source/res/menu/main.xml @@ -40,6 +40,11 @@ android:title="@string/action_add_slide" android:orderInCategory="100" android:enabled="false" /> + + <item android:id="@+id/action_add_worksheet" + android:title="@string/action_add_worksheet" + android:orderInCategory="100" + android:enabled="false" /> </group> diff --git a/android/source/res/values/strings.xml b/android/source/res/values/strings.xml index c55b5a61f53b..2e885fee5e1a 100644 --- a/android/source/res/values/strings.xml +++ b/android/source/res/values/strings.xml @@ -155,6 +155,7 @@ <string name="calc_optimal_length_confirm">OK</string> <string name="calc_optimal_length_default_text">Enter Extra Length in 100th/mm</string> <string name="calc_alert_double_click_optimal_length">Hint: Double tap on a header sets optimal width/height.</string> + <string name="action_add_worksheet">Add Worksheet</string> <!-- Password dialog strings --> <string name="action_pwd_dialog_OK">OK</string> |