summaryrefslogtreecommitdiffstats
path: root/android/source/res
diff options
context:
space:
mode:
authorbrainbreaker <gautamprajapati06@gmail.com>2017-04-06 15:00:33 +0530
committerTomaž Vajngerl <quikee@gmail.com>2017-04-18 14:14:14 +0200
commitd70636a3145c72fe7f34c0a73f3784f99dc329ee (patch)
treefa7b1515c1baaf6f71b33dea98d1f2b6d569e7c2 /android/source/res
parenttdf#96764 - Android Viewer does not show page count (diff)
downloadcore-d70636a3145c72fe7f34c0a73f3784f99dc329ee.tar.gz
core-d70636a3145c72fe7f34c0a73f3784f99dc329ee.zip
Discard StorageAccessFramework for creating new documents
This commit adds the ability to create a new document using existing file system browsing in the app. Usage of StorageAccessFramework to create new document has been ditched as it is not backward compatible. Change-Id: I852c3de337613cb01e689d532476d2c5f932c1b3 Reviewed-on: https://gerrit.libreoffice.org/36195 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'android/source/res')
-rw-r--r--android/source/res/values/strings.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/android/source/res/values/strings.xml b/android/source/res/values/strings.xml
index a554c84b4aef..4495ca584927 100644
--- a/android/source/res/values/strings.xml
+++ b/android/source/res/values/strings.xml
@@ -16,9 +16,11 @@
<string name="about_moreinfo">More Info</string>
<string name="back_again_to_quit">Press back again to quit</string>
+ <string name="new_write">New Write</string>
<string name="new_impress">New Impress</string>
<string name="new_spreadsheet">New Sheet</string>
<string name="new_draw">New Draw</string>
+ <string name="default_document_name">untitled</string>
<string name="browser_app_name">LibreOffice Browser</string>
<string name="menu_search">Search</string>
@@ -94,7 +96,8 @@
<string name="message_saved">Save complete</string>
<string name="message_saving">Saving the document…</string>
<string name="message_save_incomplete">Save incomplete. Were there any changes?</string>
- <string name="new_file_created">File created in Documents folder</string>
+ <string name="create_new_file_success">"Created new file - "</string>
+ <string name="create_new_file_error">Unable to create new file, please check entered file name.</string>
<!-- Document provider settings -->
<string name="storage_provider_settings">Storage provider settings</string>
@@ -118,15 +121,14 @@
<string name="directory_browser_label">Choose Directory</string>
<string name="bad_directory">Invalid directory path</string>
- <!-- Closing alert dialog strings -->
+ <!-- Save Alert dialog strings -->
<string name="save_alert_dialog_title">Save the document before closing?</string>
<string name="save_document">SAVE</string>
- <string name="cancel_save_document">CANCEL</string>
+ <string name="action_cancel">Cancel</string>
<string name="no_save_document">NO</string>
- <string name="new_write">New Write</string>
-
- <string name="save_as_success">Saved file -</string>
- <string name="save_as_error">Unable to create new file, please check entered file name.</string>
+ <!-- Create New Document Dialog Strings -->
+ <string name="create_new_document_title">Enter file name</string>
+ <string name="action_create">CREATE</string>
</resources>