docthemes: Save themes def. to a file when added to ColorSets
[LibreOffice.git] / android / source / res / values / strings.xml
blob36b3cef75a25110ff5876f608ade7fe2fde47c5b
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
4     <string name="app_name">LibreOffice Viewer</string>
5     <string name="app_name_settings">LibreOffice Viewer Settings</string>
7     <string name="app_version">Version: %1$s&lt;br&gt;Build ID: &lt;a href=&quot;https://hub.libreoffice.org/git-core/%2$s&quot;&gt;%2$s&lt;/a&gt;</string>
8     <string name="app_description">LibreOffice Viewer is a document viewer based on LibreOffice.</string>
9     <string name="app_credits">https://www.libreoffice.org</string>
10     <string name="app_vendor">This release was supplied by $VENDOR.</string>
11     <string name="readonly_file">This file is read-only.</string>
13     <string name="about_license">Show License</string>
14     <string name="about_notice">Show Notice</string>
15     <string name="about_privacy_policy">Privacy Policy</string>
17     <string name="create_file">Create New File</string>
18     <string name="new_textdocument">New Text Document</string>
19     <string name="new_presentation">New Presentation</string>
20     <string name="new_spreadsheet">New Spreadsheet</string>
21     <string name="new_drawing">New Drawing</string>
22     <string name="default_document_name">untitled</string>
24     <string name="select_file_to_open">Select file to open</string>
26     <string name="search_find_next">Find Next</string>
27     <string name="search_find_previous">Find Previous</string>
28     <string name="file_icon_desc">fileicon</string>
29     <string name="title_recents">Recent files</string>
30     <string name="title_browser">All files</string>
31     <string name="pref_category_general">General</string>
32     <string name="pref_experimental_editing">Experimental Mode</string>
33     <string name="pref_experimental_editing_summary">Enable the experimental editing mode. Use at your own risk.</string>
34     <string name="pref_developer_mode">Developer Mode</string>
35     <string name="pref_developer_mode_summary">Enable developer mode where you can send UNO commands within app. Use at your own risk.</string>
37     <string name="action_about">About</string>
38     <string name="action_parts">Parts</string>
39     <string name="action_settings">Settings</string>
41     <!-- Edit action names -->
42     <string name="action_keyboard">Show keyboard</string>
43     <string name="action_save">Save</string>
44     <string name="action_save_as">Save As…</string>
45     <string name="action_fromat">Enable Format</string>
46     <string name="action_search">Search</string>
47     <string name="action_UNO_commands">Send UNO Cmd</string>
49     <!-- Feedback messages -->
50     <string name="message_saved">Save complete</string>
51     <string name="message_saving">Saving the document…</string>
52     <string name="message_saving_failed">Saving the document failed.</string>
54     <string name="password">Password</string>
55     <string name="action_undo">Undo</string>
56     <string name="action_redo">Redo</string>
58     <!-- Save Alert dialog strings -->
59     <string name="save_alert_dialog_title">Save the document before closing?</string>
60     <string name="save_document">SAVE</string>
61     <string name="action_cancel">Cancel</string>
62     <string name="no_save_document">NO</string>
64     <!-- Presentation Mode Strings -->
65     <string name="action_presentation">Slide show</string>
66     <string name="action_add_slide">Add Slide</string>
67     <string name="slideshow_action_back">Back</string>
69     <!-- Calc Header Menu Strings -->
70     <string name="calc_insert_before">Insert</string>
71     <string name="calc_delete">Delete</string>
72     <string name="calc_hide">Hide</string>
73     <string name="calc_show">Show</string>
74     <string name="calc_optimal_length">Optimal Length</string>
75     <string name="calc_adjust_length">Adjust Length</string>
76     <string name="calc_adjust_height">Adjust Height</string>
77     <string name="calc_adjust_width">Adjust Width</string>
78     <string name="calc_optimal_height">Optimal Height</string>
79     <string name="calc_optimal_width">Optimal Width</string>
80     <string name="calc_optimal_length_confirm">OK</string>
81     <string name="calc_optimal_length_default_text">Enter Extra Length in 100th/mm</string>
82     <string name="calc_alert_double_click_optimal_length">Hint: Double tap on a header sets optimal width/height.</string>
83     <string name="action_add_worksheet">Add Worksheet</string>
85     <!-- Password dialog strings -->
86     <string name="action_pwd_dialog_OK">OK</string>
87     <string name="action_pwd_dialog_cancel">Cancel</string>
88     <string name="action_pwd_dialog_title">Please enter password</string>
90     <!-- Insert Image Strings -->
91     <string name="take_photo">Take Photo</string>
92     <string name="select_photo">Select Photo</string>
93     <string name="select_photo_title">Select Picture</string>
94     <string name="no_camera_found">No Camera Found</string>
95     <string name="compress_photo_smallest_size">Smallest Size</string>
96     <string name="compress_photo_medium_size">Medium Size</string>
97     <string name="compress_photo_max_quality">Max Quality</string>
98     <string name="compress_photo_no_compress">Don\'t Compress</string>
99     <string name="compress_photo_title">Do you want to compress the photo?</string>
101     <!-- Clipboard Actions -->
102     <string name="action_copy">Copy</string>
103     <string name="action_paste">Paste</string>
104     <string name="action_cut">Cut</string>
105     <string name="action_back">Back</string>
106     <string name="action_text_copied">Text copied to the clipboard</string>
107     <string name="insert_table">Insert table</string>
108     <string name="select_insert_options">Select insert options:</string>
109     <string name="select_delete_options">Select delete options:</string>
110     <string name="action_rename_worksheet">Rename worksheet</string>
111     <string name="action_delete_worksheet">Delete worksheet</string>
112     <string name="action_delete_slide">Delete slide</string>
113     <string name="name_already_used">Given name is already being used.</string>
114     <string name="part_name_changed">Part name has been changed.</string>
115     <string name="part_deleted">Part has been deleted.</string>
116     <string-array name="insertrowscolumns">
117         <item>Insert Rows Before</item>
118         <item>Insert Rows After</item>
119         <item>Insert Columns Before</item>
120         <item>Insert Columns After</item>
121         <item>Insert Table</item>
122     </string-array>
123     <string-array name="deleterowcolumns">
124         <item>Delete Rows</item>
125         <item>Delete Columns</item>
126         <item>Delete Table</item>
127     </string-array>
129     <!-- UNO cmd controller Strings -->
130     <string name="UNO_commands_string_hint">UNO Command</string>
131     <string name="UNO_commands_string_type_hint">Type</string>
132     <string name="UNO_commands_string_value_hint">Value</string>
133     <string name="UNO_commands_string_parent_value_hint">Parent Value</string>
134     <string name="action_exportToPDF">Export To PDF</string>
135     <string name="action_print">Print</string>
136     <string name="tabhost_character">Character</string>
137     <string name="tabhost_paragraph">Paragraph</string>
138     <string name="tabhost_insert">Insert</string>
139     <string name="tabhost_style">Style</string>
140     <string name="alert_ok">OK</string>
141     <string name="alert_cancel">Cancel</string>
142     <string name="current_uno_command">Current UNO command</string>
143     <string name="pdf_export_finished">PDF export finished</string>
144     <string name="unable_to_export_pdf">Unable to export to pdf</string>
145     <string name="unable_to_save">Unable to save file</string>
146     <string name="error">Error</string>
147     <string name="enter_part_name">Enter a part name</string>
148     <string name="bmp_null">Bmp is null!</string>
149     <string name="page">Page</string>
150     <string name="sheet">Sheet</string>
151     <string name="slide">Slide</string>
152     <string name="part">Part</string>
153     <string name="highlight_color">Highlight Color</string>
154     <string name="font_color">Font Color</string>
155     <string name="action_rename_slide">Rename Slide</string>
156     <string name="automatic">Automatic</string>
157 </resources>