@fiduswriter/editor 0.2.5 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/dist/copyright_dialog/templates.d.ts.map +1 -1
  2. package/dist/copyright_dialog/templates.js +11 -31
  3. package/dist/copyright_dialog/templates.js.map +1 -1
  4. package/dist/dialogs/epub_export.d.ts +15 -0
  5. package/dist/dialogs/epub_export.d.ts.map +1 -0
  6. package/dist/dialogs/epub_export.js +43 -0
  7. package/dist/dialogs/epub_export.js.map +1 -0
  8. package/dist/dialogs/html_export.d.ts +3 -0
  9. package/dist/dialogs/html_export.d.ts.map +1 -1
  10. package/dist/dialogs/html_export.js +4 -3
  11. package/dist/dialogs/html_export.js.map +1 -1
  12. package/dist/dialogs/index.d.ts +2 -0
  13. package/dist/dialogs/index.d.ts.map +1 -1
  14. package/dist/dialogs/index.js +2 -0
  15. package/dist/dialogs/index.js.map +1 -1
  16. package/dist/dialogs/template_export.d.ts +13 -0
  17. package/dist/dialogs/template_export.d.ts.map +1 -0
  18. package/dist/dialogs/template_export.js +46 -0
  19. package/dist/dialogs/template_export.js.map +1 -0
  20. package/dist/dialogs/templates.d.ts +9 -0
  21. package/dist/dialogs/templates.d.ts.map +1 -1
  22. package/dist/dialogs/templates.js +54 -12
  23. package/dist/dialogs/templates.js.map +1 -1
  24. package/dist/document_template/index.d.ts.map +1 -1
  25. package/dist/document_template/index.js +23 -4
  26. package/dist/document_template/index.js.map +1 -1
  27. package/dist/menus/headerbar/model.d.ts +1 -1
  28. package/dist/menus/headerbar/model.d.ts.map +1 -1
  29. package/dist/menus/headerbar/model.js +33 -12
  30. package/dist/menus/headerbar/model.js.map +1 -1
  31. package/dist/menus/toolbar/model.d.ts +7 -7
  32. package/dist/menus/toolbar/model.d.ts.map +1 -1
  33. package/locale/ar/messages.json +0 -1
  34. package/locale/bg/messages.json +0 -1
  35. package/locale/cs/messages.json +0 -1
  36. package/locale/da/messages.json +0 -1
  37. package/locale/de/messages.json +0 -1
  38. package/locale/en/messages.json +590 -574
  39. package/locale/en_US/messages.json +590 -574
  40. package/locale/es/messages.json +0 -1
  41. package/locale/fr/messages.json +0 -1
  42. package/locale/it/messages.json +0 -1
  43. package/locale/ja/messages.json +0 -1
  44. package/locale/ko/messages.json +0 -1
  45. package/locale/nb/messages.json +0 -1
  46. package/locale/nl/messages.json +0 -1
  47. package/locale/pl/messages.json +0 -1
  48. package/locale/pt_BR/messages.json +0 -1
  49. package/locale/pt_PT/messages.json +0 -1
  50. package/locale/ru/messages.json +0 -1
  51. package/locale/sv/messages.json +0 -1
  52. package/locale/tr/messages.json +0 -1
  53. package/locale/zh_Hans/messages.json +0 -1
  54. package/package.json +8 -5
  55. package/src/copyright_dialog/templates.ts +35 -31
  56. package/src/dialogs/epub_export.ts +66 -0
  57. package/src/dialogs/html_export.ts +11 -3
  58. package/src/dialogs/index.ts +2 -0
  59. package/src/dialogs/template_export.ts +66 -0
  60. package/src/dialogs/templates.ts +117 -14
  61. package/src/document_template/index.ts +23 -4
  62. package/src/menus/headerbar/model.ts +41 -12
@@ -1,575 +1,591 @@
1
1
  {
2
- "": "en_US",
3
- "(Author, 1998)": "(Author, 1998)",
4
- "[Encrypted message - decryption failed]": "[Encrypted message - decryption failed]",
5
- "[Encrypted message - enter password to read]": "[Encrypted message - enter password to read]",
6
- "100 %": "100 %",
7
- "1st Heading": "1st Heading",
8
- "25 %": "25 %",
9
- "2nd Heading": "2nd Heading",
10
- "3rd Heading": "3rd Heading",
11
- "4th Heading": "4th Heading",
12
- "50 %": "50 %",
13
- "5th Heading": "5th Heading",
14
- "6th Heading": "6th Heading",
15
- "75 %": "75 %",
16
- "A cross reference has lost its target.": "A cross reference has lost its target.",
17
- "A4 (DIN A4/ISO 216) which is used in most of the world.": "A4 (DIN A4/ISO 216) which is used in most of the world.",
18
- "Accept": "Accept",
19
- "Accept all": "Accept all",
20
- "Accept all in selection": "Accept all in selection",
21
- "Accept all tracked changes.": "",
22
- "Accept change": "Accept change",
23
- "Accept Change": "Accept Change",
24
- "Accepting or rejecting a change in the merge editor in the middle or the offline editor on the right causes a change in the merge editor. You can accept a change by directly clicking on the highlighted text. A dropdown menu will appear and you can then either accept or reject the change. When you click on the highlighted text, it also highlights the changes that will get accepted. %(mergeImage)s As shown in the above image one can click on a highlighted change, and click on accept change. On accepting a change it will be reflected in the merged document editor in the middle. Rejecting a change works in the same way except on reject a change the highlight of the change will be lost, with it the ability to accept, reject or copy a change.": "Accepting or rejecting a change in the merge editor in the middle or the offline editor on the right causes a change in the merge editor. You can accept a change by directly clicking on the highlighted text. A dropdown menu will appear and you can then either accept or reject the change. When you click on the highlighted text, it also highlights the changes that will get accepted. %(mergeImage)s As shown in the above image one can click on a highlighted change, and click on accept change. On accepting a change it will be reflected in the merged document editor in the middle. Rejecting a change works in the same way except on reject a change the highlight of the change will be lost, with it the ability to accept, reject or copy a change.",
25
- "Access rights could not be saved": "Access rights could not be saved",
26
- "Access rights have been saved": "Access rights have been saved",
27
- "Access rights modified": "Access rights modified",
28
- "Access rights used within document review": "Access rights used within document review",
29
- "Add": "Add",
30
- "Add a column to the left of the current column": "Add a column to the left of the current column",
31
- "Add a column to the right of the current column": "Add a column to the right of the current column",
32
- "Add a row above the current row": "Add a row above the current row",
33
- "Add a row below the current row": "Add a row below the current row",
34
- "Add column left": "Add column left",
35
- "Add column right": "Add column right",
36
- "Add contact": "Add contact",
37
- "Add contact or invite new user": "Add contact or invite new user",
38
- "Add document comment": "",
39
- "Add row above": "Add row above",
40
- "Add row below": "Add row below",
41
- "Added": "Added",
42
- "Added code block": "Added code block",
43
- "Alignment": "Alignment",
44
- "Am I the only one seeing this dialog?": "Am I the only one seeing this dialog?",
45
- "An error occurred during the merge process, so we cannot save your work to the server any longer, and it is downloaded to your computer instead. Please consider importing it into a new document.": "An error occurred during the merge process, so we cannot save your work to the server any longer, and it is downloaded to your computer instead. Please consider importing it into a new document.",
46
- "An internal link has lost its target.": "An internal link has lost its target.",
47
- "Anchor": "Anchor",
48
- "and": "and",
49
- "and others": "and others",
50
- "Any": "Any",
51
- "Any/None": "Any/None",
52
- "Assign comment to": "",
53
- "Assign comment to user": "Assign comment to user",
54
- "Assign to": "Assign to",
55
- "Assigned to": "Assigned to",
56
- "Assignee": "Assignee",
57
- "Author": "Author",
58
- "Author (1998)": "Author (1998)",
59
- "Available to read for free?": "Available to read for free?",
60
- "Back to navigator": "Back to navigator",
61
- "Basic": "Basic",
62
- "Basic access rights": "Basic access rights",
63
- "Bibliography": "Bibliography",
64
- "BITS": "BITS",
65
- "Bleed": "Bleed",
66
- "Bleed box": "Bleed box",
67
- "Block change": "Block change",
68
- "Blockquote": "Blockquote",
69
- "Bold": "Bold",
70
- "Bullet list": "Bullet list",
71
- "ca.": "ca.",
72
- "Can I edit content in all three editors?": "Can I edit content in all three editors?",
73
- "Cancel": "Cancel",
74
- "Cannot load document access data.": "Cannot load document access data.",
75
- "Caption": "Caption",
76
- "Category": "Category",
77
- "Center": "Center",
78
- "Change": "Change",
79
- "Change copied to clipboard.": "Change copied to clipboard.",
80
- "Change language of the document": "Change language of the document",
81
- "Change password": "Change password",
82
- "Change the password of this encrypted document.": "Change the password of this encrypted document.",
83
- "Change to heading ": "Change to heading",
84
- "Changed into code block": "Changed into code block",
85
- "Changed into heading %(level)s": "Changed into heading %(level)s",
86
- "Changed into paragraph": "Changed into paragraph",
87
- "Changes to citation sources are not being tracked!": "Changes to citation sources are not being tracked!",
88
- "Changes you made to the document since going offline will be lost, if you choose to close/refresh the tab or close the browser.": "Changes you made to the document since going offline will be lost, if you choose to close/refresh the tab or close the browser.",
89
- "Characters with blanks": "Characters with blanks",
90
- "Characters without blanks": "Characters without blanks",
91
- "Chinese (Simplified)": "Chinese (Simplified)",
92
- "Choose a papersize for print and PDF generation.": "Choose a papersize for print and PDF generation.",
93
- "Choose document template": "Choose document template",
94
- "Choose the language of the document.": "Choose the language of the document.",
95
- "Choose which optional sections to enable.": "Choose which optional sections to enable.",
96
- "Choose your preferred citation style.": "Choose your preferred citation style.",
97
- "Choose your preferred document style.": "Choose your preferred document style.",
98
- "Citation": "",
99
- "Citation format": "Citation format",
100
- "Citation Style": "Citation Style",
101
- "Cite": "Cite",
102
- "Close": "Close",
103
- "Close document": "Close document",
104
- "Close the document and return to the document overview menu.": "Close the document and return to the document overview menu.",
105
- "Code": "Code",
106
- "Code block": "",
107
- "Collaborators": "Collaborators",
108
- "Column style": "Column style",
109
- "Comment": "Comment",
110
- "Comment, but not see comments and chats of others": "Comment, but not see comments and chats of others",
111
- "Comments": "Comments",
112
- "Common Document": "Common Document",
113
- "Configure": "Configure",
114
- "Configure Citation": "",
115
- "Configure code block": "Configure code block",
116
- "Configure settings of this document.": "Configure settings of this document.",
117
- "Configure table": "Configure table",
118
- "Configure the code block.": "Configure the code block.",
119
- "Configure the figure.": "Configure the figure.",
120
- "Configure the table.": "Configure the table.",
121
- "Contacts": "Contacts",
122
- "Copy": "Copy",
123
- "Copy anchor": "Copy anchor",
124
- "Copy content": "Copy content",
125
- "Copy link": "Copy link",
126
- "Copy to Clipboard": "Copy to Clipboard",
127
- "Copy to clipboard failed. Please copy manually.": "Copy to clipboard failed. Please copy manually.",
128
- "Copyright holder": "Copyright holder",
129
- "Copyright Information": "Copyright Information",
130
- "Copyright year": "Copyright year",
131
- "Could not copy link.": "Could not copy link.",
132
- "Could not create document": "Could not create document",
133
- "Could not create share link.": "Could not create share link.",
134
- "Could not encrypt image": "Could not encrypt image",
135
- "Could not load share links.": "Could not load share links.",
136
- "Could not revoke share link.": "Could not revoke share link.",
137
- "Could not save ": "Could not save",
138
- "Could not save document.": "Could not save document.",
139
- "Could not save encrypted image": "Could not save encrypted image",
140
- "Could not send access request.": "Could not send access request.",
141
- "Create": "Create",
142
- "Create a copy of the document.": "Create a copy of the document.",
143
- "Create copy": "Create copy",
144
- "Create copy as ...": "Create copy as ...",
145
- "Create copy of the current document with a specific template.": "Create copy of the current document with a specific template.",
146
- "Create new share link": "Create new share link",
147
- "Create share link": "Create share link",
148
- "Creating copy...": "",
149
- "Crop marks": "Crop marks",
150
- "Cross reference": "Cross reference",
151
- "Cross Reference": "Cross Reference",
152
- "Cross-references": "",
153
- "Custom": "Custom",
154
- "Decryption Failed": "Decryption Failed",
155
- "Delete": "Delete",
156
- "Delete column": "Delete column",
157
- "Delete comment": "Delete comment",
158
- "Delete current column": "Delete current column",
159
- "Delete current row": "Delete current row",
160
- "Delete currently selected table": "Delete currently selected table",
161
- "Delete figure": "Delete figure",
162
- "Delete row": "Delete row",
163
- "Delete table": "Delete table",
164
- "Delete the figure": "Delete the figure",
165
- "Deleted by online users": "Deleted by online users",
166
- "Deleted by you": "Deleted by you",
167
- "Deleted citation": "Deleted citation",
168
- "Deleted figure": "Deleted figure",
169
- "Deleted keyword: %(keyword)s": "Deleted keyword: %(keyword)s",
170
- "Deletion": "Deletion",
171
- "Description (optional)": "Description (optional)",
172
- "DIN A4": "DIN A4",
173
- "Disable": "Disable",
174
- "Disconnected. Attempting to reconnect...": "Disconnected. Attempting to reconnect...",
175
- "Do not worry, we can handle such a situation as we will simply show you another merge dialog.": "Do not worry, we can handle such a situation as we will simply show you another merge dialog.",
176
- "Document": "Document",
177
- "Document comment": "",
178
- "Document encryption key rotated. Other passphrase users will receive the new key automatically.": "Document encryption key rotated. Other passphrase users will receive the new key automatically.",
179
- "Document has been modified by another user. Please reload the page.": "Document has been modified by another user. Please reload the page.",
180
- "Document headings": "Document headings",
181
- "Document key is not available. Please reload the document.": "Document key is not available. Please reload the document.",
182
- "Document Navigator": "Document Navigator",
183
- "Document N̲avigator": "Document N̲avigator",
184
- "Document password": "Document password",
185
- "Document password changed. Remember to share the new password with your collaborators.": "Document password changed. Remember to share the new password with your collaborators.",
186
- "Document Style": "Document Style",
187
- "Does the order in which I work on merging the changes matter?": "Does the order in which I work on merging the changes matter?",
188
- "Download": "Download",
189
- "Download Document": "Download Document",
190
- "Dutch": "Dutch",
191
- "E-mail address or username": "E-mail address or username",
192
- "E2EE is not enabled on this server.": "E2EE is not enabled on this server.",
193
- "Edit": "Edit",
194
- "Edit citation": "Edit citation",
195
- "Edit cross reference": "Edit cross reference",
196
- "Edit equation": "Edit equation",
197
- "Edit link": "Edit link",
198
- "Either print or create a PDF using your browser print dialog.": "Either print or create a PDF using your browser print dialog.",
199
- "Email": "Email",
200
- "Email is in incorrect format!": "Email is in incorrect format!",
201
- "Embed a Fidus Writer file of this document in the PDF": "Embed a Fidus Writer file of this document in the PDF",
202
- "Emphasis": "Emphasis",
203
- "Enable": "Enable",
204
- "Encrypt the copy": "Encrypt the copy",
205
- "End-to-end encrypted document": "End-to-end encrypted document",
206
- "English (United Kingdom)": "English (United Kingdom)",
207
- "English (United States)": "English (United States)",
208
- "Enter latex math or insert an image": "Enter latex math or insert an image",
209
- "Enter the document password to include it in the link": "Enter the document password to include it in the link",
210
- "Epub": "Epub",
211
- "Equation": "",
212
- "expires": "expires",
213
- "Expires": "Expires",
214
- "Export": "Export",
215
- "Export of the document contents": "Export of the document contents",
216
- "Export the document as a FIDUS file including its template.": "Export the document as a FIDUS file including its template.",
217
- "Export the document directly to a PDF file.": "Export the document directly to a PDF file.",
218
- "Export the document to a Book Interchange Tag Set BITS Version 2.1 file.": "Export the document to a Book Interchange Tag Set BITS Version 2.1 file.",
219
- "Export the document to a DOCX file with the given template.": "Export the document to a DOCX file with the given template.",
220
- "Export the document to a FIDUS file without its template.": "Export the document to a FIDUS file without its template.",
221
- "Export the document to a Journal Archiving and Interchange Tag Library NISO JATS Version 1.2 file.": "Export the document to a Journal Archiving and Interchange Tag Library NISO JATS Version 1.2 file.",
222
- "Export the document to a Pandoc JSON file.": "Export the document to a Pandoc JSON file.",
223
- "Export the document to an Epub electronic reader file.": "Export the document to an Epub electronic reader file.",
224
- "Export the document to an HTML file.": "Export the document to an HTML file.",
225
- "Export the document to an LaTeX file.": "Export the document to an LaTeX file.",
226
- "Export the document to an ODT file with the given template.": "Export the document to an ODT file with the given template.",
227
- "Exporting DOCX...": "",
228
- "Exporting Fidus file...": "",
229
- "Exporting ODT...": "",
230
- "Exporting...": "",
231
- "External": "External",
232
- "Figure": "Figure",
233
- "File": "File",
234
- "File handling": "File handling",
235
- "Filter options": "Filter options",
236
- "Find": "Find",
237
- "Firstname": "Firstname",
238
- "Fit content": "Fit content",
239
- "Fixed width": "Fixed width",
240
- "Footnote": "",
241
- "Format change": "Format change",
242
- "Format Change": "Format Change",
243
- "French": "French",
244
- "From list": "From list",
245
- "Functions": "Functions",
246
- "German (Germany)": "German (Germany)",
247
- "Greek Letters": "Greek Letters",
248
- "Heading 1": "Heading 1",
249
- "Heading 2": "Heading 2",
250
- "Heading 3": "Heading 3",
251
- "Heading 4": "Heading 4",
252
- "Heading 5": "Heading 5",
253
- "Heading 6": "Heading 6",
254
- "Heading level ": "Heading level",
255
- "High priority": "High priority",
256
- "Horizontal line": "Horizontal line",
257
- "How do I accept or reject a particular change?": "How do I accept or reject a particular change?",
258
- "HTML": "HTML",
259
- "I cannot accept a particular change. What do I do?": "I cannot accept a particular change. What do I do?",
260
- "ID Value": "ID Value",
261
- "ID Value format is incorrect for ": "ID Value format is incorrect for ",
262
- "If the work is not in the public domain, specify the year of the copyright.": "If the work is not in the public domain, specify the year of the copyright.",
263
- "If the work is not in the public domain, specify who the copyright holder is.": "If the work is not in the public domain, specify who the copyright holder is.",
264
- "If you cannot automatically accept a change into the merge editor, do not worry. You can choose to copy the change either by clicking on the copy button or manually copy the change and then paste it in the merge editor in the middle. It is as simple as that!": "If you cannot automatically accept a change into the merge editor, do not worry. You can choose to copy the change either by clicking on the copy button or manually copy the change and then paste it in the merge editor in the middle. It is as simple as that!",
265
- "If you enter the password above, it will be embedded in the link (after #). Anyone with the link can open the document. Only share such links through secure channels.": "If you enter the password above, it will be embedded in the link (after #). Anyone with the link can open the document. Only share such links through secure channels.",
266
- "Image": "Image",
267
- "Include tracked changes in the PDF": "Include tracked changes in the PDF",
268
- "Incorrect passphrase.": "Incorrect passphrase.",
269
- "Incorrect passphrase. Please try again.": "Incorrect passphrase. Please try again.",
270
- "Incorrect password.": "Incorrect password.",
271
- "Informational": "Informational",
272
- "Insert": "Insert",
273
- "Insert a table into the document.": "Insert a table into the document.",
274
- "Insert column after": "Insert column after",
275
- "Insert column before": "Insert column before",
276
- "Insert image": "Insert image",
277
- "Insert row after": "Insert row after",
278
- "Insert row before": "Insert row before",
279
- "Insert table": "Insert table",
280
- "Insert Table": "Insert Table",
281
- "Inserted by online users": "Inserted by online users",
282
- "Inserted by you": "Inserted by you",
283
- "Inserted citation": "Inserted citation",
284
- "Inserted figure": "Inserted figure",
285
- "Inserted table": "Inserted table",
286
- "Insertion": "Insertion",
287
- "Institution": "Institution",
288
- "Instructions": "Instructions",
289
- "Internal": "Internal",
290
- "Invalid email!": "Invalid email!",
291
- "Invalid Share Link": "Invalid Share Link",
292
- "Invite": "Invite",
293
- "Invite you received": "Invite you received",
294
- "Invite you sent": "Invite you sent",
295
- "It is always better to try to accept the changes in a linear fashion.": "It is always better to try to accept the changes in a linear fashion.",
296
- "Italian": "Italian",
297
- "Italics": "Italics",
298
- "Japanese": "Japanese",
299
- "JATS": "JATS",
300
- "Keyboard shortcuts": "Keyboard shortcuts",
301
- "Keyboard Shortcuts": "Keyboard Shortcuts",
302
- "Language": "Language",
303
- "Lastname": "Lastname",
304
- "LaTeX": "LaTeX",
305
- "LaTeX Command Mode": "LaTeX Command Mode",
306
- "Leave editor": "Leave editor",
307
- "Left": "Left",
308
- "License Title": "License Title",
309
- "License URL": "License URL",
310
- "License(s)": "License(s)",
311
- "Lift": "Lift",
312
- "Lifted list item": "Lifted list item",
313
- "Link": "Link",
314
- "Link copied to clipboard": "Link copied to clipboard",
315
- "Link copied to clipboard.": "Link copied to clipboard.",
316
- "Link title": "Link title",
317
- "List start": "List start",
318
- "Listed as": "Listed as",
319
- "Loading…": "Loading…",
320
- "Math": "Math",
321
- "Mathematical formula": "Mathematical formula",
322
- "Merge cells": "Merge cells",
323
- "Merge Complete": "Merge Complete",
324
- "Merge Dialog Frequent Questions": "Merge Dialog Frequent Questions",
325
- "Merge failed": "",
326
- "Merge Resolution warning": "Merge Resolution warning",
327
- "Merge selected cells": "Merge selected cells",
328
- "Merged heading": "Merged heading",
329
- "Merged paragraph": "Merged paragraph",
330
- "Merging Offline Document": "Merging Offline Document",
331
- "mm": "mm",
332
- "More": "More",
333
- "My collaborators": "My collaborators",
334
- "My contacts": "My contacts",
335
- "My sources": "My sources",
336
- "Navigator settings": "Navigator settings",
337
- "never": "never",
338
- "New heading": "New heading",
339
- "New keyword: %(keyword)s": "New keyword: %(keyword)s",
340
- "New list item": "New list item",
341
- "New paragraph": "New paragraph",
342
- "Next": "Next",
343
- "No active share links yet.": "No active share links yet.",
344
- "No comments": "",
345
- "No matching sources": "No matching sources",
346
- "No results found": "",
347
- "No sources registered": "No sources registered",
348
- "No tracking": "No tracking",
349
- "No-one": "No-one",
350
- "None": "None",
351
- "Normal Text": "Normal Text",
352
- "Not all changes have been resolved. Please make sure to review all the changes to before proceeding.": "Not all changes have been resolved. Please make sure to review all the changes to before proceeding.",
353
- "Not tracked": "Not tracked",
354
- "Note": "Note",
355
- "Number of": "Number of",
356
- "Numbered list": "Numbered list",
357
- "Numeric": "Numeric",
358
- "Offline Document": "Offline Document",
359
- "OK": "OK",
360
- "One of the image(s) you copied could not be found on the server. Please try uploading it again.": "One of the image(s) you copied could not be found on the server. Please try uploading it again.",
361
- "One of the Image(s) you copied could not be found on the server. Please try uploading it again.": "One of the Image(s) you copied could not be found on the server. Please try uploading it again.",
362
- "One or more of the image(s) you copied could not be found on the server. Consider re-uploading them once the document is merged.": "One or more of the image(s) you copied could not be found on the server. Consider re-uploading them once the document is merged.",
363
- "Online Document": "Online Document",
364
- "Only major comments": "Only major comments",
365
- "Open/close header menu": "Open/close header menu",
366
- "Optional sections": "Optional sections",
367
- "Optional title": "Optional title",
368
- "or": "or",
369
- "Order": "Order",
370
- "Ordered list": "Ordered list",
371
- "Other": "Other",
372
- "Page": "Page",
373
- "Pandoc JSON": "Pandoc JSON",
374
- "Paper Size": "Paper Size",
375
- "Paragraph": "",
376
- "Paste with content detection": "Paste with content detection",
377
- "Paste without content detection": "Paste without content detection",
378
- "PDF": "PDF",
379
- "PDF export options": "PDF export options",
380
- "People": "People",
381
- "Please select at least one citation source!": "Please select at least one citation source!",
382
- "Polish": "Polish",
383
- "Portuguese (Brazil)": "Portuguese (Brazil)",
384
- "Previous": "Previous",
385
- "Print": "Print",
386
- "Print production": "Print production",
387
- "Print/PDF": "Print/PDF",
388
- "Proceed to Login page": "Proceed to Login page",
389
- "Proceed to Merge": "Proceed to Merge",
390
- "Rasterize SVG images": "Rasterize SVG images",
391
- "Read": "Read",
392
- "Read document but not see comments and chats of others": "Read document but not see comments and chats of others",
393
- "Read without comments": "Read without comments",
394
- "Record": "Record",
395
- "Record document changes": "Record document changes",
396
- "Recovery Failed": "Recovery Failed",
397
- "Recovery failed: ": "Recovery failed:",
398
- "Recreate": "Recreate",
399
- "Recreate comment": "Recreate comment",
400
- "Redo": "Redo",
401
- "Register new source": "Register new source",
402
- "Reject": "Reject",
403
- "Reject all": "Reject all",
404
- "Reject all in selection": "Reject all in selection",
405
- "Reject all tracked changes.": "Reject all tracked changes.",
406
- "Reject change": "Reject change",
407
- "Reject Change": "Reject Change",
408
- "Remove": "Remove",
409
- "Remove anchor": "Remove anchor",
410
- "Remove citation": "Remove citation",
411
- "Remove cross reference": "Remove cross reference",
412
- "Remove equation": "Remove equation",
413
- "Remove image": "Remove image",
414
- "Remove link": "Remove link",
415
- "Remove the code block.": "Remove the code block.",
416
- "Remove the image that is previewed": "Remove the image that is previewed",
417
- "Remove user assignment from comment": "Remove user assignment from comment",
418
- "Removed": "Removed",
419
- "Removed code block": "Removed code block",
420
- "Replace": "Replace",
421
- "Replace All": "Replace All",
422
- "Replace with": "Replace with",
423
- "replies": "replies",
424
- "Request Access": "Request Access",
425
- "Request to be added as a collaborator.": "Request to be added as a collaborator.",
426
- "Resolve": "Resolve",
427
- "Resolve comment": "Resolve comment",
428
- "Resolve tracked changes (accept all)": "Resolve tracked changes (accept all)",
429
- "Resolved comments": "Resolved comments",
430
- "Respond": "Respond",
431
- "Retry": "Retry",
432
- "Review": "Review",
433
- "Review tracked": "Review tracked",
434
- "Reviewer": "Reviewer",
435
- "Revision could not be saved.": "Revision could not be saved.",
436
- "Revision description": "Revision description",
437
- "Revision file could not be generated.": "Revision file could not be generated.",
438
- "Revision saved.": "",
439
- "Revoke": "Revoke",
440
- "Right": "Right",
441
- "Rights": "Rights",
442
- "Russian": "Russian",
443
- "Save": "Save",
444
- "Save a revision of the document.": "Save a revision of the document.",
445
- "Save revision": "Save revision",
446
- "Saving revision...": "",
447
- "Search": "Search",
448
- "Search and replace": "Search and replace",
449
- "Search...": "Search...",
450
- "See document statistics.": "See document statistics.",
451
- "Select document editing tool.": "Select document editing tool.",
452
- "Select document template for copy.": "Select document template for copy.",
453
- "Select ID Type": "Select ID Type",
454
- "Select Target": "Select Target",
455
- "Selection": "",
456
- "Send a message...": "Send a message...",
457
- "Session Expired": "Session Expired",
458
- "Set Copyright": "Set Copyright",
459
- "Set copyright information": "Set copyright information",
460
- "Set list start number": "Set list start number",
461
- "Settings": "",
462
- "Share": "Share",
463
- "Share Document Password": "Share Document Password",
464
- "Share link": "Share link",
465
- "Share link created.": "Share link created.",
466
- "Share link revoked.": "Share link revoked.",
467
- "Share the document with other users.": "Share the document with other users.",
468
- "Share your document with others": "Share your document with others",
469
- "Show a search and replace dialog.": "Show a search and replace dialog.",
470
- "Show an overview of available keyboard shortcuts.": "Show an overview of available keyboard shortcuts.",
471
- "Show comments from all authors.": "Show comments from all authors.",
472
- "Show comments of ": "Show comments of",
473
- "Show keyboard shortcuts": "Show keyboard shortcuts",
474
- "show less": "show less",
475
- "Show link annotation borders": "Show link annotation borders",
476
- "show more": "show more",
477
- "Show track changes from all authors.": "Show track changes from all authors.",
478
- "Show track changes of ": "Show track changes of",
479
- "Show/hide": "Show/hide",
480
- "Sign up / Log in": "Sign up / Log in",
481
- "Sign up for an account or log in.": "Sign up for an account or log in.",
482
- "Sign up or log in": "Sign up or log in",
483
- "Slim FIDUS": "Slim FIDUS",
484
- "Spanish": "Spanish",
485
- "Specify copyright information": "Specify copyright information",
486
- "Specify the number from which this list is to start counting": "Specify the number from which this list is to start counting",
487
- "Specify whether the work can be accessed without paying a fee.": "Specify whether the work can be accessed without paying a fee.",
488
- "Split cell": "Split cell",
489
- "Split cells": "Split cells",
490
- "Split selected cell": "Split selected cell",
491
- "start": "start",
492
- "Start date": "",
493
- "Strong": "Strong",
494
- "Submit": "Submit",
495
- "Subscript": "Subscript",
496
- "Superscript": "Superscript",
497
- "Symbols and Roman Letters": "Symbols and Roman Letters",
498
- "Table": "Table",
499
- "Text before": "",
500
- "Text Language": "",
501
- "Text replaced successfully": "Text replaced successfully",
502
- "The change could not be applied automatically. Please consider using the copy option to copy the changes.": "The change could not be applied automatically. Please consider using the copy option to copy the changes.",
503
- "The current password is incorrect.": "The current password is incorrect.",
504
- "The document password was changed by another user. You will need to enter the new password to continue editing.": "The document password was changed by another user. You will need to enter the new password to continue editing.",
505
- "The document was modified substantially by other users while you were offline. We have merged your changes in as tracked changes. You should verify that your edits still make sense.": "The document was modified substantially by other users while you were offline. We have merged your changes in as tracked changes. You should verify that your edits still make sense.",
506
- "The editors in the middle and on the right will show content that is highlighted in green. They also contain text that is highlighted in red. The text marked in green corresponds to the text that was edited (added) by you or other users. The text marked in red corresponds to text that was deleted by either you or other users. The insertions and deletions made by other users will be marked in the merge editor. The insertions and deletions made by you will be marked in the offline editor on the right.": "The editors in the middle and on the right will show content that is highlighted in green. They also contain text that is highlighted in red. The text marked in green corresponds to the text that was edited (added) by you or other users. The text marked in red corresponds to text that was deleted by either you or other users. The insertions and deletions made by other users will be marked in the merge editor. The insertions and deletions made by you will be marked in the offline editor on the right.",
507
- "The format used by the USA and some other American countries.": "The format used by the USA and some other American countries.",
508
- "The recovery key you entered is incorrect, or the recovery process failed. Please try again.": "The recovery key you entered is incorrect, or the recovery process failed. Please try again.",
509
- "This document is end-to-end encrypted. Collaborators without a personal passphrase will need the document password shared with them through a secure channel outside of Fidus Writer. Do not send the password through the document chat.": "This document is end-to-end encrypted. Collaborators without a personal passphrase will need the document password shared with them through a secure channel outside of Fidus Writer. Do not send the password through the document chat.",
510
- "This person is already in your contacts!": "This person is already in your contacts!",
511
- "This share link has expired or is invalid. Please ask the document owner for a new link.": "This share link has expired or is invalid. Please ask the document owner for a new link.",
512
- "Title": "",
513
- "Toggle document navigator": "Toggle document navigator",
514
- "Toggle header cell": "Toggle header cell",
515
- "Toggle header cells": "Toggle header cells",
516
- "Toggle header column": "Toggle header column",
517
- "Toggle header row": "Toggle header row",
518
- "Toggle header-status of currently selected cells": "Toggle header-status of currently selected cells",
519
- "Toggle header-status of currently selected column": "Toggle header-status of currently selected column",
520
- "Toggle header-status of currently selected row": "Toggle header-status of currently selected row",
521
- "Toggle Virtual Keyboard": "Toggle Virtual Keyboard",
522
- "Tools": "Tools",
523
- "Track changes": "Track changes",
524
- "Tracking": "Tracking",
525
- "Tracking changes to the document": "",
526
- "Trim box": "Trim box",
527
- "Type formula": "Type formula",
528
- "Underline": "Underline",
529
- "Undo": "Undo",
530
- "Untitled": "Untitled",
531
- "Untitled Document": "Untitled Document",
532
- "Unwrapped blockquote": "Unwrapped blockquote",
533
- "Update": "Update",
534
- "Updating document. Please wait...": "Updating document. Please wait...",
535
- "Upload": "Upload",
536
- "URL": "URL",
537
- "US Letter": "US Letter",
538
- "User": "User",
539
- "Warning! Not all your changes have been saved! You could suffer data loss. Attempting to reconnect...": "Warning! Not all your changes have been saved! You could suffer data loss. Attempting to reconnect...",
540
- "Warnings": "Warnings",
541
- "Was": "Was",
542
- "What are the green and red highlights in the editors?": "What are the green and red highlights in the editors?",
543
- "What do I do after completing the merge?": "What do I do after completing the merge?",
544
- "What happens if I try to complete merge without resolving all the changes?": "What happens if I try to complete merge without resolving all the changes?",
545
- "What if my collaborators continue working on the document while I am merging?": "What if my collaborators continue working on the document while I am merging?",
546
- "Why am I seeing this merge dialog?": "Why am I seeing this merge dialog?",
547
- "Why am I seeing three editors?": "Why am I seeing three editors?",
548
- "Width": "Width",
549
- "Word counter": "Word counter",
550
- "Words": "Words",
551
- "Wrap selection in bullet list": "Wrap selection in bullet list",
552
- "Wrap selection in numbered list": "Wrap selection in numbered list",
553
- "Wrapped into blockquote": "Wrapped into blockquote",
554
- "Write": "Write",
555
- "Write tracked": "Write tracked",
556
- "Write with changes tracked": "Write with changes tracked",
557
- "Write with tracked changes, but not see comments and chats of others": "Write with tracked changes, but not see comments and chats of others",
558
- "Year": "Year",
559
- "Yes, you are the only one who can see this dialog. Therefore it would be great if you could ask your collaborators to stop editing the document, so that once you are finished with the merge, it will not lead to more conflicts.": "Yes, you are the only one who can see this dialog. Therefore it would be great if you could ask your collaborators to stop editing the document, so that once you are finished with the merge, it will not lead to more conflicts.",
560
- "You are currently offline. Please try again when you are back online.": "You are currently offline. Please try again when you are back online.",
561
- "You are seeing this merge dialog because you were offline for a long time, and the changes you made to the document while you were offline conflicted with the changes made by other users. So it was not possible to merge your edits in automatically.": "You are seeing this merge dialog because you were offline for a long time, and the changes you made to the document while you were offline conflicted with the changes made by other users. So it was not possible to merge your edits in automatically.",
562
- "You can edit the content only in the merge editor in the middle. You cannot edit content in the other two editors.": "You can edit the content only in the merge editor in the middle. You cannot edit content in the other two editors.",
563
- "You cannot add yourself to your contacts!": "You cannot add yourself to your contacts!",
564
- "You will receive a warning when you try to complete a merge without accepting or rejecting all of the changes. You can still proceed to merge the document. If you do that, all the insertions and deletions in the merge editor in the middle will be accepted automatically, and all the insertions and deletions in the offline editor on the right will be ignored.": "",
565
- "Your access request has been sent to the document owner.": "Your access request has been sent to the document owner.",
566
- "Your Access rights have been modified. You now have %(accessRight)s access to this document.": "Your Access rights have been modified. You now have %(accessRight)s access to this document.",
567
- "Your access rights were modified while you were offline, so we cannot save your work to the server any longer, and it is downloaded to your computer instead. Please consider importing it into a new document.": "Your access rights were modified while you were offline, so we cannot save your work to the server any longer, and it is downloaded to your computer instead. Please consider importing it into a new document.",
568
- "Your document was out of sync and has been reset.": "Your document was out of sync and has been reset.",
569
- "Your personal passphrase will still unlock this document. A new random password is generated automatically. Other passphrase users will receive it automatically; non-passphrase collaborators need it shared with them manually.": "Your personal passphrase will still unlock this document. A new random password is generated automatically. Other passphrase users will receive it automatically; non-passphrase collaborators need it shared with them manually.",
570
- "Your session expired while you were offline, so we cannot save your work to the server any longer, but you can download it to your computer instead. Please consider importing it as a new document after logging in.": "Your session expired while you were offline, so we cannot save your work to the server any longer, but you can download it to your computer instead. Please consider importing it as a new document after logging in.",
571
- "YYYY-MM-DD or empty": "YYYY-MM-DD or empty",
572
- "HTML export options": "HTML export options",
573
- "Render formulas as SVG images instead of MathML": "Render formulas as SVG images instead of MathML",
574
- "SVG renders consistently across browsers and is used in PDF export; MathML keeps formulas as text that can be searched and copied, but only newer browsers support it.": "SVG renders consistently across browsers and is used in PDF export; MathML keeps formulas as text that can be searched and copied, but only newer browsers support it."
575
- }
2
+ "": "en_US",
3
+ "(Author, 1998)": "(Author, 1998)",
4
+ "[Encrypted message - decryption failed]": "[Encrypted message - decryption failed]",
5
+ "[Encrypted message - enter password to read]": "[Encrypted message - enter password to read]",
6
+ "100 %": "100 %",
7
+ "1st Heading": "1st Heading",
8
+ "25 %": "25 %",
9
+ "2nd Heading": "2nd Heading",
10
+ "3rd Heading": "3rd Heading",
11
+ "4th Heading": "4th Heading",
12
+ "50 %": "50 %",
13
+ "5th Heading": "5th Heading",
14
+ "6th Heading": "6th Heading",
15
+ "75 %": "75 %",
16
+ "A cross reference has lost its target.": "A cross reference has lost its target.",
17
+ "A4 (DIN A4/ISO 216) which is used in most of the world.": "A4 (DIN A4/ISO 216) which is used in most of the world.",
18
+ "Accept": "Accept",
19
+ "Accept all": "Accept all",
20
+ "Accept all in selection": "Accept all in selection",
21
+ "Accept all tracked changes.": "",
22
+ "Accept change": "Accept change",
23
+ "Accept Change": "Accept Change",
24
+ "Accepting or rejecting a change in the merge editor in the middle or the offline editor on the right causes a change in the merge editor. You can accept a change by directly clicking on the highlighted text. A dropdown menu will appear and you can then either accept or reject the change. When you click on the highlighted text, it also highlights the changes that will get accepted. %(mergeImage)s As shown in the above image one can click on a highlighted change, and click on accept change. On accepting a change it will be reflected in the merged document editor in the middle. Rejecting a change works in the same way except on reject a change the highlight of the change will be lost, with it the ability to accept, reject or copy a change.": "Accepting or rejecting a change in the merge editor in the middle or the offline editor on the right causes a change in the merge editor. You can accept a change by directly clicking on the highlighted text. A dropdown menu will appear and you can then either accept or reject the change. When you click on the highlighted text, it also highlights the changes that will get accepted. %(mergeImage)s As shown in the above image one can click on a highlighted change, and click on accept change. On accepting a change it will be reflected in the merged document editor in the middle. Rejecting a change works in the same way except on reject a change the highlight of the change will be lost, with it the ability to accept, reject or copy a change.",
25
+ "Access rights could not be saved": "Access rights could not be saved",
26
+ "Access rights have been saved": "Access rights have been saved",
27
+ "Access rights modified": "Access rights modified",
28
+ "Access rights used within document review": "Access rights used within document review",
29
+ "Add": "Add",
30
+ "Add a column to the left of the current column": "Add a column to the left of the current column",
31
+ "Add a column to the right of the current column": "Add a column to the right of the current column",
32
+ "Add a row above the current row": "Add a row above the current row",
33
+ "Add a row below the current row": "Add a row below the current row",
34
+ "Add column left": "Add column left",
35
+ "Add column right": "Add column right",
36
+ "Add contact": "Add contact",
37
+ "Add contact or invite new user": "Add contact or invite new user",
38
+ "Add document comment": "",
39
+ "Add row above": "Add row above",
40
+ "Add row below": "Add row below",
41
+ "Added": "Added",
42
+ "Added code block": "Added code block",
43
+ "Alignment": "Alignment",
44
+ "Am I the only one seeing this dialog?": "Am I the only one seeing this dialog?",
45
+ "An error occurred during the merge process, so we cannot save your work to the server any longer, and it is downloaded to your computer instead. Please consider importing it into a new document.": "An error occurred during the merge process, so we cannot save your work to the server any longer, and it is downloaded to your computer instead. Please consider importing it into a new document.",
46
+ "An internal link has lost its target.": "An internal link has lost its target.",
47
+ "Anchor": "Anchor",
48
+ "and": "and",
49
+ "and others": "and others",
50
+ "Any": "Any",
51
+ "Any/None": "Any/None",
52
+ "Assign comment to": "",
53
+ "Assign comment to user": "Assign comment to user",
54
+ "Assign to": "Assign to",
55
+ "Assigned to": "Assigned to",
56
+ "Assignee": "Assignee",
57
+ "Author": "Author",
58
+ "Author (1998)": "Author (1998)",
59
+ "Available to read for free?": "Available to read for free?",
60
+ "Back to navigator": "Back to navigator",
61
+ "Basic": "Basic",
62
+ "Basic access rights": "Basic access rights",
63
+ "Bibliography": "Bibliography",
64
+ "BITS": "BITS",
65
+ "Bleed": "Bleed",
66
+ "Bleed box": "Bleed box",
67
+ "Block change": "Block change",
68
+ "Blockquote": "Blockquote",
69
+ "Bold": "Bold",
70
+ "Bullet list": "Bullet list",
71
+ "ca.": "ca.",
72
+ "Can I edit content in all three editors?": "Can I edit content in all three editors?",
73
+ "Cancel": "Cancel",
74
+ "Cannot load document access data.": "Cannot load document access data.",
75
+ "Caption": "Caption",
76
+ "Category": "Category",
77
+ "Center": "Center",
78
+ "Change": "Change",
79
+ "Change copied to clipboard.": "Change copied to clipboard.",
80
+ "Change language of the document": "Change language of the document",
81
+ "Change password": "Change password",
82
+ "Change the password of this encrypted document.": "Change the password of this encrypted document.",
83
+ "Change to heading ": "Change to heading",
84
+ "Changed into code block": "Changed into code block",
85
+ "Changed into heading %(level)s": "Changed into heading %(level)s",
86
+ "Changed into paragraph": "Changed into paragraph",
87
+ "Changes to citation sources are not being tracked!": "Changes to citation sources are not being tracked!",
88
+ "Changes you made to the document since going offline will be lost, if you choose to close/refresh the tab or close the browser.": "Changes you made to the document since going offline will be lost, if you choose to close/refresh the tab or close the browser.",
89
+ "Characters with blanks": "Characters with blanks",
90
+ "Characters without blanks": "Characters without blanks",
91
+ "Chinese (Simplified)": "Chinese (Simplified)",
92
+ "Choose a papersize for print and PDF generation.": "Choose a papersize for print and PDF generation.",
93
+ "Choose document template": "Choose document template",
94
+ "Choose the language of the document.": "Choose the language of the document.",
95
+ "Choose which optional sections to enable.": "Choose which optional sections to enable.",
96
+ "Choose your preferred citation style.": "Choose your preferred citation style.",
97
+ "Choose your preferred document style.": "Choose your preferred document style.",
98
+ "Citation": "",
99
+ "Citation format": "Citation format",
100
+ "Citation Style": "Citation Style",
101
+ "Cite": "Cite",
102
+ "Close": "Close",
103
+ "Close document": "Close document",
104
+ "Close the document and return to the document overview menu.": "Close the document and return to the document overview menu.",
105
+ "Code": "Code",
106
+ "Code block": "",
107
+ "Collaborators": "Collaborators",
108
+ "Column style": "Column style",
109
+ "Comment": "Comment",
110
+ "Comment, but not see comments and chats of others": "Comment, but not see comments and chats of others",
111
+ "Comments": "Comments",
112
+ "Common Document": "Common Document",
113
+ "Configure": "Configure",
114
+ "Configure Citation": "",
115
+ "Configure code block": "Configure code block",
116
+ "Configure settings of this document.": "Configure settings of this document.",
117
+ "Configure table": "Configure table",
118
+ "Configure the code block.": "Configure the code block.",
119
+ "Configure the figure.": "Configure the figure.",
120
+ "Configure the table.": "Configure the table.",
121
+ "Contacts": "Contacts",
122
+ "Copy": "Copy",
123
+ "Copy anchor": "Copy anchor",
124
+ "Copy content": "Copy content",
125
+ "Copy link": "Copy link",
126
+ "Copy to Clipboard": "Copy to Clipboard",
127
+ "Copy to clipboard failed. Please copy manually.": "Copy to clipboard failed. Please copy manually.",
128
+ "Copyright holder": "Copyright holder",
129
+ "Copyright Information": "Copyright Information",
130
+ "Copyright year": "Copyright year",
131
+ "Could not copy link.": "Could not copy link.",
132
+ "Could not create document": "Could not create document",
133
+ "Could not create share link.": "Could not create share link.",
134
+ "Could not encrypt image": "Could not encrypt image",
135
+ "Could not load share links.": "Could not load share links.",
136
+ "Could not revoke share link.": "Could not revoke share link.",
137
+ "Could not save ": "Could not save",
138
+ "Could not save document.": "Could not save document.",
139
+ "Could not save encrypted image": "Could not save encrypted image",
140
+ "Could not send access request.": "Could not send access request.",
141
+ "Create": "Create",
142
+ "Create a copy of the document.": "Create a copy of the document.",
143
+ "Create copy": "Create copy",
144
+ "Create copy as ...": "Create copy as ...",
145
+ "Create copy of the current document with a specific template.": "Create copy of the current document with a specific template.",
146
+ "Create new share link": "Create new share link",
147
+ "Create share link": "Create share link",
148
+ "Creating copy...": "",
149
+ "Crop marks": "Crop marks",
150
+ "Cross reference": "Cross reference",
151
+ "Cross Reference": "Cross Reference",
152
+ "Cross-references": "",
153
+ "Custom": "Custom",
154
+ "Decryption Failed": "Decryption Failed",
155
+ "Delete": "Delete",
156
+ "Delete column": "Delete column",
157
+ "Delete comment": "Delete comment",
158
+ "Delete current column": "Delete current column",
159
+ "Delete current row": "Delete current row",
160
+ "Delete currently selected table": "Delete currently selected table",
161
+ "Delete figure": "Delete figure",
162
+ "Delete row": "Delete row",
163
+ "Delete table": "Delete table",
164
+ "Delete the figure": "Delete the figure",
165
+ "Deleted by online users": "Deleted by online users",
166
+ "Deleted by you": "Deleted by you",
167
+ "Deleted citation": "Deleted citation",
168
+ "Deleted figure": "Deleted figure",
169
+ "Deleted keyword: %(keyword)s": "Deleted keyword: %(keyword)s",
170
+ "Deletion": "Deletion",
171
+ "Description (optional)": "Description (optional)",
172
+ "DIN A4": "DIN A4",
173
+ "Disable": "Disable",
174
+ "Disconnected. Attempting to reconnect...": "Disconnected. Attempting to reconnect...",
175
+ "Do not worry, we can handle such a situation as we will simply show you another merge dialog.": "Do not worry, we can handle such a situation as we will simply show you another merge dialog.",
176
+ "Document": "Document",
177
+ "Document comment": "",
178
+ "Document encryption key rotated. Other passphrase users will receive the new key automatically.": "Document encryption key rotated. Other passphrase users will receive the new key automatically.",
179
+ "Document has been modified by another user. Please reload the page.": "Document has been modified by another user. Please reload the page.",
180
+ "Document headings": "Document headings",
181
+ "Document key is not available. Please reload the document.": "Document key is not available. Please reload the document.",
182
+ "Document Navigator": "Document Navigator",
183
+ "Document N̲avigator": "Document N̲avigator",
184
+ "Document password": "Document password",
185
+ "Document password changed. Remember to share the new password with your collaborators.": "Document password changed. Remember to share the new password with your collaborators.",
186
+ "Document Style": "Document Style",
187
+ "Does the order in which I work on merging the changes matter?": "Does the order in which I work on merging the changes matter?",
188
+ "Download": "Download",
189
+ "Download Document": "Download Document",
190
+ "Dutch": "Dutch",
191
+ "E-mail address or username": "E-mail address or username",
192
+ "E2EE is not enabled on this server.": "E2EE is not enabled on this server.",
193
+ "Edit": "Edit",
194
+ "Edit citation": "Edit citation",
195
+ "Edit cross reference": "Edit cross reference",
196
+ "Edit equation": "Edit equation",
197
+ "Edit link": "Edit link",
198
+ "Either print or create a PDF using your browser print dialog.": "Either print or create a PDF using your browser print dialog.",
199
+ "Email": "Email",
200
+ "Email is in incorrect format!": "Email is in incorrect format!",
201
+ "Embed a Fidus Writer file of this document in the PDF": "Embed a Fidus Writer file of this document in the PDF",
202
+ "Emphasis": "Emphasis",
203
+ "Enable": "Enable",
204
+ "Encrypt the copy": "Encrypt the copy",
205
+ "End-to-end encrypted document": "End-to-end encrypted document",
206
+ "English (United Kingdom)": "English (United Kingdom)",
207
+ "English (United States)": "English (United States)",
208
+ "Enter latex math or insert an image": "Enter latex math or insert an image",
209
+ "Enter the document password to include it in the link": "Enter the document password to include it in the link",
210
+ "Epub": "Epub",
211
+ "Equation": "",
212
+ "expires": "expires",
213
+ "Expires": "Expires",
214
+ "Export": "Export",
215
+ "Export of the document contents": "Export of the document contents",
216
+ "Export the document as a FIDUS file including its template.": "Export the document as a FIDUS file including its template.",
217
+ "Export the document directly to a PDF file.": "Export the document directly to a PDF file.",
218
+ "Export the document to a Book Interchange Tag Set BITS Version 2.1 file.": "Export the document to a Book Interchange Tag Set BITS Version 2.1 file.",
219
+ "Export the document to a DOCX file with the given template.": "Export the document to a DOCX file with the given template.",
220
+ "Export the document to a FIDUS file without its template.": "Export the document to a FIDUS file without its template.",
221
+ "Export the document to a Journal Archiving and Interchange Tag Library NISO JATS Version 1.2 file.": "Export the document to a Journal Archiving and Interchange Tag Library NISO JATS Version 1.2 file.",
222
+ "Export the document to a Pandoc JSON file.": "Export the document to a Pandoc JSON file.",
223
+ "Export the document to an Epub electronic reader file.": "Export the document to an Epub electronic reader file.",
224
+ "Export the document to an HTML file.": "Export the document to an HTML file.",
225
+ "Export the document to an LaTeX file.": "Export the document to an LaTeX file.",
226
+ "Export the document to an ODT file with the given template.": "Export the document to an ODT file with the given template.",
227
+ "Exporting DOCX...": "",
228
+ "Exporting Fidus file...": "",
229
+ "Exporting ODT...": "",
230
+ "Exporting...": "",
231
+ "External": "External",
232
+ "Figure": "Figure",
233
+ "File": "File",
234
+ "File handling": "File handling",
235
+ "Filter options": "Filter options",
236
+ "Find": "Find",
237
+ "Firstname": "Firstname",
238
+ "Fit content": "Fit content",
239
+ "Fixed width": "Fixed width",
240
+ "Footnote": "",
241
+ "Format change": "Format change",
242
+ "Format Change": "Format Change",
243
+ "French": "French",
244
+ "From list": "From list",
245
+ "Functions": "Functions",
246
+ "German (Germany)": "German (Germany)",
247
+ "Greek Letters": "Greek Letters",
248
+ "Heading 1": "Heading 1",
249
+ "Heading 2": "Heading 2",
250
+ "Heading 3": "Heading 3",
251
+ "Heading 4": "Heading 4",
252
+ "Heading 5": "Heading 5",
253
+ "Heading 6": "Heading 6",
254
+ "Heading level ": "Heading level",
255
+ "High priority": "High priority",
256
+ "Horizontal line": "Horizontal line",
257
+ "How do I accept or reject a particular change?": "How do I accept or reject a particular change?",
258
+ "HTML": "HTML",
259
+ "I cannot accept a particular change. What do I do?": "I cannot accept a particular change. What do I do?",
260
+ "ID Value": "ID Value",
261
+ "ID Value format is incorrect for ": "ID Value format is incorrect for ",
262
+ "If the work is not in the public domain, specify the year of the copyright.": "If the work is not in the public domain, specify the year of the copyright.",
263
+ "If the work is not in the public domain, specify who the copyright holder is.": "If the work is not in the public domain, specify who the copyright holder is.",
264
+ "If you cannot automatically accept a change into the merge editor, do not worry. You can choose to copy the change either by clicking on the copy button or manually copy the change and then paste it in the merge editor in the middle. It is as simple as that!": "If you cannot automatically accept a change into the merge editor, do not worry. You can choose to copy the change either by clicking on the copy button or manually copy the change and then paste it in the merge editor in the middle. It is as simple as that!",
265
+ "If you enter the password above, it will be embedded in the link (after #). Anyone with the link can open the document. Only share such links through secure channels.": "If you enter the password above, it will be embedded in the link (after #). Anyone with the link can open the document. Only share such links through secure channels.",
266
+ "Image": "Image",
267
+ "Include tracked changes in the PDF": "Include tracked changes in the PDF",
268
+ "Incorrect passphrase.": "Incorrect passphrase.",
269
+ "Incorrect passphrase. Please try again.": "Incorrect passphrase. Please try again.",
270
+ "Incorrect password.": "Incorrect password.",
271
+ "Informational": "Informational",
272
+ "Insert": "Insert",
273
+ "Insert a table into the document.": "Insert a table into the document.",
274
+ "Insert column after": "Insert column after",
275
+ "Insert column before": "Insert column before",
276
+ "Insert image": "Insert image",
277
+ "Insert row after": "Insert row after",
278
+ "Insert row before": "Insert row before",
279
+ "Insert table": "Insert table",
280
+ "Insert Table": "Insert Table",
281
+ "Inserted by online users": "Inserted by online users",
282
+ "Inserted by you": "Inserted by you",
283
+ "Inserted citation": "Inserted citation",
284
+ "Inserted figure": "Inserted figure",
285
+ "Inserted table": "Inserted table",
286
+ "Insertion": "Insertion",
287
+ "Institution": "Institution",
288
+ "Instructions": "Instructions",
289
+ "Internal": "Internal",
290
+ "Invalid email!": "Invalid email!",
291
+ "Invalid Share Link": "Invalid Share Link",
292
+ "Invite": "Invite",
293
+ "Invite you received": "Invite you received",
294
+ "Invite you sent": "Invite you sent",
295
+ "It is always better to try to accept the changes in a linear fashion.": "It is always better to try to accept the changes in a linear fashion.",
296
+ "Italian": "Italian",
297
+ "Italics": "Italics",
298
+ "Japanese": "Japanese",
299
+ "JATS": "JATS",
300
+ "Keyboard shortcuts": "Keyboard shortcuts",
301
+ "Keyboard Shortcuts": "Keyboard Shortcuts",
302
+ "Language": "Language",
303
+ "Lastname": "Lastname",
304
+ "LaTeX": "LaTeX",
305
+ "LaTeX Command Mode": "LaTeX Command Mode",
306
+ "Leave editor": "Leave editor",
307
+ "Left": "Left",
308
+ "License Title": "License Title",
309
+ "License URL": "License URL",
310
+ "License(s)": "License(s)",
311
+ "Lift": "Lift",
312
+ "Lifted list item": "Lifted list item",
313
+ "Link": "Link",
314
+ "Link copied to clipboard": "Link copied to clipboard",
315
+ "Link copied to clipboard.": "Link copied to clipboard.",
316
+ "Link title": "Link title",
317
+ "List start": "List start",
318
+ "Listed as": "Listed as",
319
+ "Loading…": "Loading…",
320
+ "Math": "Math",
321
+ "Mathematical formula": "Mathematical formula",
322
+ "Merge cells": "Merge cells",
323
+ "Merge Complete": "Merge Complete",
324
+ "Merge Dialog Frequent Questions": "Merge Dialog Frequent Questions",
325
+ "Merge failed": "",
326
+ "Merge Resolution warning": "Merge Resolution warning",
327
+ "Merge selected cells": "Merge selected cells",
328
+ "Merged heading": "Merged heading",
329
+ "Merged paragraph": "Merged paragraph",
330
+ "Merging Offline Document": "Merging Offline Document",
331
+ "mm": "mm",
332
+ "More": "More",
333
+ "My collaborators": "My collaborators",
334
+ "My contacts": "My contacts",
335
+ "My sources": "My sources",
336
+ "Navigator settings": "Navigator settings",
337
+ "never": "never",
338
+ "New heading": "New heading",
339
+ "New keyword: %(keyword)s": "New keyword: %(keyword)s",
340
+ "New list item": "New list item",
341
+ "New paragraph": "New paragraph",
342
+ "Next": "Next",
343
+ "No active share links yet.": "No active share links yet.",
344
+ "No comments": "",
345
+ "No matching sources": "No matching sources",
346
+ "No results found": "",
347
+ "No sources registered": "No sources registered",
348
+ "No tracking": "No tracking",
349
+ "No-one": "No-one",
350
+ "None": "None",
351
+ "Normal Text": "Normal Text",
352
+ "Not all changes have been resolved. Please make sure to review all the changes to before proceeding.": "Not all changes have been resolved. Please make sure to review all the changes to before proceeding.",
353
+ "Not tracked": "Not tracked",
354
+ "Note": "Note",
355
+ "Number of": "Number of",
356
+ "Numbered list": "Numbered list",
357
+ "Numeric": "Numeric",
358
+ "Offline Document": "Offline Document",
359
+ "OK": "OK",
360
+ "One of the image(s) you copied could not be found on the server. Please try uploading it again.": "One of the image(s) you copied could not be found on the server. Please try uploading it again.",
361
+ "One of the Image(s) you copied could not be found on the server. Please try uploading it again.": "One of the Image(s) you copied could not be found on the server. Please try uploading it again.",
362
+ "One or more of the image(s) you copied could not be found on the server. Consider re-uploading them once the document is merged.": "One or more of the image(s) you copied could not be found on the server. Consider re-uploading them once the document is merged.",
363
+ "Online Document": "Online Document",
364
+ "Only major comments": "Only major comments",
365
+ "Open/close header menu": "Open/close header menu",
366
+ "Optional sections": "Optional sections",
367
+ "Optional title": "Optional title",
368
+ "or": "or",
369
+ "Order": "Order",
370
+ "Ordered list": "Ordered list",
371
+ "Other": "Other",
372
+ "Page": "Page",
373
+ "Pandoc JSON": "Pandoc JSON",
374
+ "Paper Size": "Paper Size",
375
+ "Paragraph": "",
376
+ "Paste with content detection": "Paste with content detection",
377
+ "Paste without content detection": "Paste without content detection",
378
+ "PDF": "PDF",
379
+ "PDF export options": "PDF export options",
380
+ "People": "People",
381
+ "Please select at least one citation source!": "Please select at least one citation source!",
382
+ "Polish": "Polish",
383
+ "Portuguese (Brazil)": "Portuguese (Brazil)",
384
+ "Previous": "Previous",
385
+ "Print": "Print",
386
+ "Print production": "Print production",
387
+ "Proceed to Login page": "Proceed to Login page",
388
+ "Proceed to Merge": "Proceed to Merge",
389
+ "Rasterize SVG images": "Rasterize SVG images",
390
+ "Read": "Read",
391
+ "Read document but not see comments and chats of others": "Read document but not see comments and chats of others",
392
+ "Read without comments": "Read without comments",
393
+ "Record": "Record",
394
+ "Record document changes": "Record document changes",
395
+ "Recovery Failed": "Recovery Failed",
396
+ "Recovery failed: ": "Recovery failed:",
397
+ "Recreate": "Recreate",
398
+ "Recreate comment": "Recreate comment",
399
+ "Redo": "Redo",
400
+ "Register new source": "Register new source",
401
+ "Reject": "Reject",
402
+ "Reject all": "Reject all",
403
+ "Reject all in selection": "Reject all in selection",
404
+ "Reject all tracked changes.": "Reject all tracked changes.",
405
+ "Reject change": "Reject change",
406
+ "Reject Change": "Reject Change",
407
+ "Remove": "Remove",
408
+ "Remove anchor": "Remove anchor",
409
+ "Remove citation": "Remove citation",
410
+ "Remove cross reference": "Remove cross reference",
411
+ "Remove equation": "Remove equation",
412
+ "Remove image": "Remove image",
413
+ "Remove link": "Remove link",
414
+ "Remove the code block.": "Remove the code block.",
415
+ "Remove the image that is previewed": "Remove the image that is previewed",
416
+ "Remove user assignment from comment": "Remove user assignment from comment",
417
+ "Removed": "Removed",
418
+ "Removed code block": "Removed code block",
419
+ "Replace": "Replace",
420
+ "Replace All": "Replace All",
421
+ "Replace with": "Replace with",
422
+ "replies": "replies",
423
+ "Request Access": "Request Access",
424
+ "Request to be added as a collaborator.": "Request to be added as a collaborator.",
425
+ "Resolve": "Resolve",
426
+ "Resolve comment": "Resolve comment",
427
+ "Resolve tracked changes (accept all)": "Resolve tracked changes (accept all)",
428
+ "Resolved comments": "Resolved comments",
429
+ "Respond": "Respond",
430
+ "Retry": "Retry",
431
+ "Review": "Review",
432
+ "Review tracked": "Review tracked",
433
+ "Reviewer": "Reviewer",
434
+ "Revision could not be saved.": "Revision could not be saved.",
435
+ "Revision description": "Revision description",
436
+ "Revision file could not be generated.": "Revision file could not be generated.",
437
+ "Revision saved.": "",
438
+ "Revoke": "Revoke",
439
+ "Right": "Right",
440
+ "Rights": "Rights",
441
+ "Russian": "Russian",
442
+ "Save": "Save",
443
+ "Save a revision of the document.": "Save a revision of the document.",
444
+ "Save revision": "Save revision",
445
+ "Saving revision...": "",
446
+ "Search": "Search",
447
+ "Search and replace": "Search and replace",
448
+ "Search...": "Search...",
449
+ "See document statistics.": "See document statistics.",
450
+ "Select document editing tool.": "Select document editing tool.",
451
+ "Select document template for copy.": "Select document template for copy.",
452
+ "Select ID Type": "Select ID Type",
453
+ "Select Target": "Select Target",
454
+ "Selection": "",
455
+ "Send a message...": "Send a message...",
456
+ "Session Expired": "Session Expired",
457
+ "Set Copyright": "Set Copyright",
458
+ "Set copyright information": "Set copyright information",
459
+ "Set list start number": "Set list start number",
460
+ "Settings": "",
461
+ "Share": "Share",
462
+ "Share Document Password": "Share Document Password",
463
+ "Share link": "Share link",
464
+ "Share link created.": "Share link created.",
465
+ "Share link revoked.": "Share link revoked.",
466
+ "Share the document with other users.": "Share the document with other users.",
467
+ "Share your document with others": "Share your document with others",
468
+ "Show a search and replace dialog.": "Show a search and replace dialog.",
469
+ "Show an overview of available keyboard shortcuts.": "Show an overview of available keyboard shortcuts.",
470
+ "Show comments from all authors.": "Show comments from all authors.",
471
+ "Show comments of ": "Show comments of",
472
+ "Show keyboard shortcuts": "Show keyboard shortcuts",
473
+ "show less": "show less",
474
+ "Show link annotation borders": "Show link annotation borders",
475
+ "show more": "show more",
476
+ "Show track changes from all authors.": "Show track changes from all authors.",
477
+ "Show track changes of ": "Show track changes of",
478
+ "Show/hide": "Show/hide",
479
+ "Sign up / Log in": "Sign up / Log in",
480
+ "Sign up for an account or log in.": "Sign up for an account or log in.",
481
+ "Sign up or log in": "Sign up or log in",
482
+ "Slim FIDUS": "Slim FIDUS",
483
+ "Spanish": "Spanish",
484
+ "Specify copyright information": "Specify copyright information",
485
+ "Specify the number from which this list is to start counting": "Specify the number from which this list is to start counting",
486
+ "Specify whether the work can be accessed without paying a fee.": "Specify whether the work can be accessed without paying a fee.",
487
+ "Split cell": "Split cell",
488
+ "Split cells": "Split cells",
489
+ "Split selected cell": "Split selected cell",
490
+ "start": "start",
491
+ "Start date": "",
492
+ "Strong": "Strong",
493
+ "Submit": "Submit",
494
+ "Subscript": "Subscript",
495
+ "Superscript": "Superscript",
496
+ "Symbols and Roman Letters": "Symbols and Roman Letters",
497
+ "Table": "Table",
498
+ "Text before": "",
499
+ "Text Language": "",
500
+ "Text replaced successfully": "Text replaced successfully",
501
+ "The change could not be applied automatically. Please consider using the copy option to copy the changes.": "The change could not be applied automatically. Please consider using the copy option to copy the changes.",
502
+ "The current password is incorrect.": "The current password is incorrect.",
503
+ "The document password was changed by another user. You will need to enter the new password to continue editing.": "The document password was changed by another user. You will need to enter the new password to continue editing.",
504
+ "The document was modified substantially by other users while you were offline. We have merged your changes in as tracked changes. You should verify that your edits still make sense.": "The document was modified substantially by other users while you were offline. We have merged your changes in as tracked changes. You should verify that your edits still make sense.",
505
+ "The editors in the middle and on the right will show content that is highlighted in green. They also contain text that is highlighted in red. The text marked in green corresponds to the text that was edited (added) by you or other users. The text marked in red corresponds to text that was deleted by either you or other users. The insertions and deletions made by other users will be marked in the merge editor. The insertions and deletions made by you will be marked in the offline editor on the right.": "The editors in the middle and on the right will show content that is highlighted in green. They also contain text that is highlighted in red. The text marked in green corresponds to the text that was edited (added) by you or other users. The text marked in red corresponds to text that was deleted by either you or other users. The insertions and deletions made by other users will be marked in the merge editor. The insertions and deletions made by you will be marked in the offline editor on the right.",
506
+ "The format used by the USA and some other American countries.": "The format used by the USA and some other American countries.",
507
+ "The recovery key you entered is incorrect, or the recovery process failed. Please try again.": "The recovery key you entered is incorrect, or the recovery process failed. Please try again.",
508
+ "This document is end-to-end encrypted. Collaborators without a personal passphrase will need the document password shared with them through a secure channel outside of Fidus Writer. Do not send the password through the document chat.": "This document is end-to-end encrypted. Collaborators without a personal passphrase will need the document password shared with them through a secure channel outside of Fidus Writer. Do not send the password through the document chat.",
509
+ "This person is already in your contacts!": "This person is already in your contacts!",
510
+ "This share link has expired or is invalid. Please ask the document owner for a new link.": "This share link has expired or is invalid. Please ask the document owner for a new link.",
511
+ "Title": "",
512
+ "Toggle document navigator": "Toggle document navigator",
513
+ "Toggle header cell": "Toggle header cell",
514
+ "Toggle header cells": "Toggle header cells",
515
+ "Toggle header column": "Toggle header column",
516
+ "Toggle header row": "Toggle header row",
517
+ "Toggle header-status of currently selected cells": "Toggle header-status of currently selected cells",
518
+ "Toggle header-status of currently selected column": "Toggle header-status of currently selected column",
519
+ "Toggle header-status of currently selected row": "Toggle header-status of currently selected row",
520
+ "Toggle Virtual Keyboard": "Toggle Virtual Keyboard",
521
+ "Tools": "Tools",
522
+ "Track changes": "Track changes",
523
+ "Tracking": "Tracking",
524
+ "Tracking changes to the document": "",
525
+ "Trim box": "Trim box",
526
+ "Type formula": "Type formula",
527
+ "Underline": "Underline",
528
+ "Undo": "Undo",
529
+ "Untitled": "Untitled",
530
+ "Untitled Document": "Untitled Document",
531
+ "Unwrapped blockquote": "Unwrapped blockquote",
532
+ "Update": "Update",
533
+ "Updating document. Please wait...": "Updating document. Please wait...",
534
+ "Upload": "Upload",
535
+ "URL": "URL",
536
+ "US Letter": "US Letter",
537
+ "User": "User",
538
+ "Warning! Not all your changes have been saved! You could suffer data loss. Attempting to reconnect...": "Warning! Not all your changes have been saved! You could suffer data loss. Attempting to reconnect...",
539
+ "Warnings": "Warnings",
540
+ "Was": "Was",
541
+ "What are the green and red highlights in the editors?": "What are the green and red highlights in the editors?",
542
+ "What do I do after completing the merge?": "What do I do after completing the merge?",
543
+ "What happens if I try to complete merge without resolving all the changes?": "What happens if I try to complete merge without resolving all the changes?",
544
+ "What if my collaborators continue working on the document while I am merging?": "What if my collaborators continue working on the document while I am merging?",
545
+ "Why am I seeing this merge dialog?": "Why am I seeing this merge dialog?",
546
+ "Why am I seeing three editors?": "Why am I seeing three editors?",
547
+ "Width": "Width",
548
+ "Word counter": "Word counter",
549
+ "Words": "Words",
550
+ "Wrap selection in bullet list": "Wrap selection in bullet list",
551
+ "Wrap selection in numbered list": "Wrap selection in numbered list",
552
+ "Wrapped into blockquote": "Wrapped into blockquote",
553
+ "Write": "Write",
554
+ "Write tracked": "Write tracked",
555
+ "Write with changes tracked": "Write with changes tracked",
556
+ "Write with tracked changes, but not see comments and chats of others": "Write with tracked changes, but not see comments and chats of others",
557
+ "Year": "Year",
558
+ "Yes, you are the only one who can see this dialog. Therefore it would be great if you could ask your collaborators to stop editing the document, so that once you are finished with the merge, it will not lead to more conflicts.": "Yes, you are the only one who can see this dialog. Therefore it would be great if you could ask your collaborators to stop editing the document, so that once you are finished with the merge, it will not lead to more conflicts.",
559
+ "You are currently offline. Please try again when you are back online.": "You are currently offline. Please try again when you are back online.",
560
+ "You are seeing this merge dialog because you were offline for a long time, and the changes you made to the document while you were offline conflicted with the changes made by other users. So it was not possible to merge your edits in automatically.": "You are seeing this merge dialog because you were offline for a long time, and the changes you made to the document while you were offline conflicted with the changes made by other users. So it was not possible to merge your edits in automatically.",
561
+ "You can edit the content only in the merge editor in the middle. You cannot edit content in the other two editors.": "You can edit the content only in the merge editor in the middle. You cannot edit content in the other two editors.",
562
+ "You cannot add yourself to your contacts!": "You cannot add yourself to your contacts!",
563
+ "You will receive a warning when you try to complete a merge without accepting or rejecting all of the changes. You can still proceed to merge the document. If you do that, all the insertions and deletions in the merge editor in the middle will be accepted automatically, and all the insertions and deletions in the offline editor on the right will be ignored.": "",
564
+ "Your access request has been sent to the document owner.": "Your access request has been sent to the document owner.",
565
+ "Your Access rights have been modified. You now have %(accessRight)s access to this document.": "Your Access rights have been modified. You now have %(accessRight)s access to this document.",
566
+ "Your access rights were modified while you were offline, so we cannot save your work to the server any longer, and it is downloaded to your computer instead. Please consider importing it into a new document.": "Your access rights were modified while you were offline, so we cannot save your work to the server any longer, and it is downloaded to your computer instead. Please consider importing it into a new document.",
567
+ "Your document was out of sync and has been reset.": "Your document was out of sync and has been reset.",
568
+ "Your personal passphrase will still unlock this document. A new random password is generated automatically. Other passphrase users will receive it automatically; non-passphrase collaborators need it shared with them manually.": "Your personal passphrase will still unlock this document. A new random password is generated automatically. Other passphrase users will receive it automatically; non-passphrase collaborators need it shared with them manually.",
569
+ "Your session expired while you were offline, so we cannot save your work to the server any longer, but you can download it to your computer instead. Please consider importing it as a new document after logging in.": "Your session expired while you were offline, so we cannot save your work to the server any longer, but you can download it to your computer instead. Please consider importing it as a new document after logging in.",
570
+ "YYYY-MM-DD or empty": "YYYY-MM-DD or empty",
571
+ "HTML export options": "HTML export options",
572
+ "Render formulas as SVG images instead of MathML": "Render formulas as SVG images instead of MathML",
573
+ "SVG renders consistently across browsers; MathML keeps formulas as text that can be searched and copied, but only newer browsers support it.": "SVG renders consistently across browsers; MathML keeps formulas as text that can be searched and copied, but only newer browsers support it.",
574
+ "EPUB export options": "EPUB export options",
575
+ "More information": "More information",
576
+ "Applies all tracked changes so the PDF shows the document as if every change had already been accepted.": "Applies all tracked changes so the PDF shows the document as if every change had already been accepted.",
577
+ "Prints the tracked changes so reviewers can see what was added, removed or altered.": "Prints the tracked changes so reviewers can see what was added, removed or altered.",
578
+ "Embeds the editable Fidus Writer document inside the PDF so it can be reopened for editing.": "Embeds the editable Fidus Writer document inside the PDF so it can be reopened for editing.",
579
+ "Small lines at the corners of the page that show printers where to cut the paper.": "Small lines at the corners of the page that show printers where to cut the paper.",
580
+ "Marks the final size of the page after it has been cut.": "Marks the final size of the page after it has been cut.",
581
+ "Marks the area beyond the final page size where images and colors must extend so no white edges appear after cutting.": "Marks the area beyond the final page size where images and colors must extend so no white edges appear after cutting.",
582
+ "How far, in millimeters, images and colors extend beyond the edge of the page.": "How far, in millimeters, images and colors extend beyond the edge of the page.",
583
+ "Draws a visible border around hyperlinks in the PDF so they are easier to find.": "Draws a visible border around hyperlinks in the PDF so they are easier to find.",
584
+ "Converts SVG images to bitmap images in the PDF, which can help when PDF viewers or printers do not render SVG images correctly.": "Converts SVG images to bitmap images in the PDF, which can help when PDF viewers or printers do not render SVG images correctly.",
585
+ "Tracked changes": "Tracked changes",
586
+ "Include tracked changes in the export": "Include tracked changes in the export",
587
+ "Applies all tracked changes so the exported file shows the document as if every change had already been accepted.": "Applies all tracked changes so the exported file shows the document as if every change had already been accepted.",
588
+ "Keeps the tracked changes so reviewers can see what was added, removed or altered.": "Keeps the tracked changes so reviewers can see what was added, removed or altered.",
589
+ "DOCX export options": "DOCX export options",
590
+ "ODT export options": "ODT export options"
591
+ }