-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMultiMarkdown Composer-CustomStrings.plist
More file actions
84 lines (56 loc) · 5.24 KB
/
MultiMarkdown Composer-CustomStrings.plist
File metadata and controls
84 lines (56 loc) · 5.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/* Accept button */
"Accept" = "Accept";
/* Alert message title */
"Alert" = "Alert";
/* Character count label */
"C" = "C";
/* Cancel button */
"Cancel" = "Cancel";
/* Character count label */
"Characters" = "Characters";
/* Choose a file in your Dropbox folder... */
"Choose a file in your Dropbox folder..." = "Choose a file in your Dropbox folder...";
/* Congrats */
"Congratulations!" = "Congratulations!";
/* CriticMarkup HUD name */
"CriticMarkup " = "CriticMarkup ";
/* Info HUD name */
"Info " = "Info ";
/* Line count label */
"L" = "L";
/* Line count label */
"Lines" = "Lines";
/* OK Button */
"OK" = "OK";
/* Paragraph count label */
"P" = "P";
/* Paragraph count label */
"Paragraphs" = "Paragraphs";
/* Preview HUD name */
"Preview " = "Preview ";
/* Reference HUD name */
"References " = "References ";
/* Reject button */
"Reject" = "Reject";
/* Dropbox folder error */
"The file you have chosen does not appear to be in your Dropbox folder. Please select again." = "The file you have chosen does not appear to be in your Dropbox folder. Please select again.";
/* ePub export error */
"This file could not be exported to a valid ePub. It is likely that the HTML was not valid (are CriticMarkup changes present?)." = "This file could not be exported to a valid ePub. It is likely that the HTML was not valid (are CriticMarkup changes present?).";
/* Overwrite style changes error */
"This will remove any customizations you have made to the built-in themes. Other themes will not be affected. Always backup any files that are important to you." = "This will remove any customizations you have made to the built-in themes. Other themes will not be affected. Always backup any files that are important to you.";
/* TextBundle export error */
"To export as a Markdown/MultiMarkdown TextBundle package, you need the Pro version of MultiMarkdown Composer." = "To export as a Markdown/MultiMarkdown TextBundle package, you need the Pro version of MultiMarkdown Composer.";
/* TOC HUD name */
"TOC " = "TOC ";
/* Track Changes message title */
"Track Changes is enabled." = "Track Changes is enabled.";
/* Word count label */
"W" = "W";
/* Select your Dropbox folder... */
"Where is your Dropbox folder..." = "Where is your Dropbox folder...";
/* Word count label */
"Words" = "Words";
/* CriticMarkup Warning */
"You cannot modify CriticMarkup while change tracking is enabled." = "You cannot modify CriticMarkup while change tracking is enabled.";
/* Disable track changes error */
"You must disable Track Changes before using the TOC to rearrange text." = "You must disable Track Changes before using the TOC to rearrange text.";