forked from amazingfate/loongoffice
Drop the possibility to manually set a UI language
introduced in
commit f2e35a695671028b32139df1824ff536e7610d35
Author: Mert Tumer <merttumer@outlook.com>
Date: Tue Sep 18 23:29:57 2018 +0300
Added language support on Android Viewer
Since
commit 5bf2ec9ed8728a2042e110122ea2b0e4ff55104a
Author: Michael Weghorn <m.weghorn@posteo.de>
Date: Fri Dec 20 10:40:34 2019 +0100
android: Use system locale by default
, Android Viewer defaulted to the system
language for its UI language as well.
In addition, current Android versions allow to set
a specific language for apps: [1]
The previous approach of manually setting a language
in Android Viewer shouldn't really be necessary any more.
With the app now being available for translation on
Weblate and having been translated to more languages,
the list of available languages had become out of sync.
Additionally, the manually selected language wasn't
consistently applied everywhere:
* On the start activity where a document can be selected,
it was only applied after closing the app, then opening
it again.
* in the Settings, the language was not applied at all,
that was always using the system locale anyway
Changes to the system locale are applied immediately
and consistently, so stick to the default Android mechanism
and reduce the overall complexity and maintenance burden.
[1] https://support.google.com/android/answer/12395118?hl=en
Change-Id: Ida61650b888a563f2346ea94a14b260802b1d24d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167718
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
158 lines
7.8 KiB
XML
158 lines
7.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="app_name">LibreOffice Viewer</string>
|
|
<string name="app_name_settings">LibreOffice Viewer Settings</string>
|
|
|
|
<string name="app_version">Version: %1$s<br>Build ID: <a href="https://hub.libreoffice.org/git-core/%2$s">%2$s</a></string>
|
|
<string name="app_description">LibreOffice Viewer is a document viewer based on LibreOffice.</string>
|
|
<string name="app_credits">https://www.libreoffice.org</string>
|
|
<string name="app_vendor">This release was supplied by $VENDOR.</string>
|
|
<string name="readonly_file">This file is read-only.</string>
|
|
|
|
<string name="about_license">Show License</string>
|
|
<string name="about_notice">Show Notice</string>
|
|
<string name="about_privacy_policy">Privacy Policy</string>
|
|
|
|
<string name="create_file">Create New File</string>
|
|
<string name="new_textdocument">New Text Document</string>
|
|
<string name="new_presentation">New Presentation</string>
|
|
<string name="new_spreadsheet">New Spreadsheet</string>
|
|
<string name="new_drawing">New Drawing</string>
|
|
<string name="default_document_name">untitled</string>
|
|
|
|
<string name="select_file_to_open">Select file to open</string>
|
|
|
|
<string name="search_find_next">Find Next</string>
|
|
<string name="search_find_previous">Find Previous</string>
|
|
<string name="file_icon_desc">fileicon</string>
|
|
<string name="title_recents">Recent files</string>
|
|
<string name="title_browser">All files</string>
|
|
<string name="pref_category_general">General</string>
|
|
<string name="pref_experimental_editing">Experimental Mode</string>
|
|
<string name="pref_experimental_editing_summary">Enable the experimental editing mode. Use at your own risk.</string>
|
|
<string name="pref_developer_mode">Developer Mode</string>
|
|
<string name="pref_developer_mode_summary">Enable developer mode where you can send UNO commands within app. Use at your own risk.</string>
|
|
|
|
<string name="action_about">About</string>
|
|
<string name="action_parts">Parts</string>
|
|
<string name="action_settings">Settings</string>
|
|
|
|
<!-- Edit action names -->
|
|
<string name="action_keyboard">Show keyboard</string>
|
|
<string name="action_save">Save</string>
|
|
<string name="action_save_as">Save As…</string>
|
|
<string name="action_fromat">Enable Format</string>
|
|
<string name="action_search">Search</string>
|
|
<string name="action_UNO_commands">Send UNO Cmd</string>
|
|
|
|
<!-- Feedback messages -->
|
|
<string name="message_saved">Save complete</string>
|
|
<string name="message_saving">Saving the document…</string>
|
|
<string name="message_saving_failed">Saving the document failed.</string>
|
|
|
|
<string name="password">Password</string>
|
|
<string name="action_undo">Undo</string>
|
|
<string name="action_redo">Redo</string>
|
|
|
|
<!-- Save Alert dialog strings -->
|
|
<string name="save_alert_dialog_title">Save the document before closing?</string>
|
|
<string name="save_document">SAVE</string>
|
|
<string name="action_cancel">Cancel</string>
|
|
<string name="no_save_document">NO</string>
|
|
|
|
<!-- Presentation Mode Strings -->
|
|
<string name="action_presentation">Slide show</string>
|
|
<string name="action_add_slide">Add Slide</string>
|
|
<string name="slideshow_action_back">Back</string>
|
|
|
|
<!-- Calc Header Menu Strings -->
|
|
<string name="calc_insert_before">Insert</string>
|
|
<string name="calc_delete">Delete</string>
|
|
<string name="calc_hide">Hide</string>
|
|
<string name="calc_show">Show</string>
|
|
<string name="calc_optimal_length">Optimal Length</string>
|
|
<string name="calc_adjust_length">Adjust Length</string>
|
|
<string name="calc_adjust_height">Adjust Height</string>
|
|
<string name="calc_adjust_width">Adjust Width</string>
|
|
<string name="calc_optimal_height">Optimal Height</string>
|
|
<string name="calc_optimal_width">Optimal Width</string>
|
|
<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>
|
|
<string name="action_pwd_dialog_cancel">Cancel</string>
|
|
<string name="action_pwd_dialog_title">Please enter password</string>
|
|
|
|
<!-- Insert Image Strings -->
|
|
<string name="take_photo">Take Photo</string>
|
|
<string name="select_photo">Select Photo</string>
|
|
<string name="select_photo_title">Select Picture</string>
|
|
<string name="no_camera_found">No Camera Found</string>
|
|
<string name="compress_photo_smallest_size">Smallest Size</string>
|
|
<string name="compress_photo_medium_size">Medium Size</string>
|
|
<string name="compress_photo_max_quality">Max Quality</string>
|
|
<string name="compress_photo_no_compress">Don\'t Compress</string>
|
|
<string name="compress_photo_title">Do you want to compress the photo?</string>
|
|
|
|
<!-- Clipboard Actions -->
|
|
<string name="action_copy">Copy</string>
|
|
<string name="action_paste">Paste</string>
|
|
<string name="action_cut">Cut</string>
|
|
<string name="action_back">Back</string>
|
|
<string name="action_text_copied">Text copied to the clipboard</string>
|
|
<string name="insert_table">Insert table</string>
|
|
<string name="select_insert_options">Select insert options:</string>
|
|
<string name="select_delete_options">Select delete options:</string>
|
|
<string name="action_rename_worksheet">Rename worksheet</string>
|
|
<string name="action_delete_worksheet">Delete worksheet</string>
|
|
<string name="action_delete_slide">Delete slide</string>
|
|
<string name="name_already_used">Given name is already being used.</string>
|
|
<string name="part_name_changed">Part name has been changed.</string>
|
|
<string name="part_deleted">Part has been deleted.</string>
|
|
<string-array name="insertrowscolumns">
|
|
<item>Insert Rows Before</item>
|
|
<item>Insert Rows After</item>
|
|
<item>Insert Columns Before</item>
|
|
<item>Insert Columns After</item>
|
|
<item>Insert Table</item>
|
|
</string-array>
|
|
<string-array name="deleterowcolumns">
|
|
<item>Delete Rows</item>
|
|
<item>Delete Columns</item>
|
|
<item>Delete Table</item>
|
|
</string-array>
|
|
|
|
<!-- UNO cmd controller Strings -->
|
|
<string name="UNO_commands_string_hint">UNO Command</string>
|
|
<string name="UNO_commands_string_type_hint">Type</string>
|
|
<string name="UNO_commands_string_value_hint">Value</string>
|
|
<string name="UNO_commands_string_parent_value_hint">Parent Value</string>
|
|
<string name="action_exportToPDF">Export To PDF</string>
|
|
<string name="action_print">Print</string>
|
|
<string name="tabhost_character">Character</string>
|
|
<string name="tabhost_paragraph">Paragraph</string>
|
|
<string name="tabhost_insert">Insert</string>
|
|
<string name="tabhost_style">Style</string>
|
|
<string name="alert_ok">OK</string>
|
|
<string name="alert_cancel">Cancel</string>
|
|
<string name="current_uno_command">Current UNO command</string>
|
|
<string name="pdf_export_finished">PDF export finished</string>
|
|
<string name="unable_to_export_pdf">Unable to export to pdf</string>
|
|
<string name="unable_to_save">Unable to save file</string>
|
|
<string name="error">Error</string>
|
|
<string name="enter_part_name">Enter a part name</string>
|
|
<string name="bmp_null">Bmp is null!</string>
|
|
<string name="page">Page</string>
|
|
<string name="sheet">Sheet</string>
|
|
<string name="slide">Slide</string>
|
|
<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>
|
|
<string name="automatic">Automatic</string>
|
|
</resources>
|