diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2021-04-23 13:31:52 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2021-04-23 15:01:31 +0200 |
commit | 3199182588fecac8a1c1fe202ca55702a3aab6ab (patch) | |
tree | 0feb4b0af4f3f3479ffb6c7a27741eaa4b1af78a /android/source/res/values-tr | |
parent | 95b6907d8e49729b4c47cf637049cc91b45c838e (diff) |
android: Offer 'Save As' in readonly mode
Provide the "Save As..." menu entry in Android
Viewer also if read-only mode is used, either
because the experimental editing mode is disabled
or there is no write access to the document.
This way, a copy of the original document
can be saved elsewhere.
In case experimental mode is enabled, editing
is allowed after saving the document.
Call 'ToolbarController#setEditMode' in
'ToolbarController#switchToEditMode' right away instead
of posting it to the main handler in a Runnable along
with the other commands (that change the UI), so the new state
is already taken into account in
'LibreOfficeMainActivity#onResume' and the toolbar
isn't switched back to view mode there right away.
Change-Id: I321e42d0833463b31c7b39336d66b29bd51d9890
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114539
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'android/source/res/values-tr')
-rw-r--r-- | android/source/res/values-tr/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/source/res/values-tr/strings.xml b/android/source/res/values-tr/strings.xml index a780a59fe165..ec7274c8cca6 100644 --- a/android/source/res/values-tr/strings.xml +++ b/android/source/res/values-tr/strings.xml @@ -9,7 +9,7 @@ <string name="app_description">LibreOffice Görüntüleyici LibreOffice tabanlı bir belge görüntüleyicisidir.</string> <string name="app_credits">https://www.libreoffice.org</string> <string name="app_vendor">Bu sürüm $VENDOR tarafından derlenmiştir.</string> - <string name="temp_file_saving_disabled">Bu dosya salt okunabilir haldedir. Kaydetme devredışı.</string> + <string name="readonly_file">Bu dosya salt okunabilir haldedir.</string> <string name="about_license">Lisansı Görüntüle</string> <string name="about_notice">Bildiriyi Görüntüle</string> |