OSDN Git Service

import source-tree based svn r84.
[bluegriffon/BlueGriffon.git] / base / locale / en-US / bluegriffon / bluegriffon.dtd
1 <!-- ***** BEGIN LICENSE BLOCK *****
2    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
3    -
4    - The contents of this file are subject to the Mozilla Public License Version
5    - 1.1 (the "License"); you may not use this file except in compliance with
6    - the License. You may obtain a copy of the License at
7    - http://www.mozilla.org/MPL/
8    -
9    - Software distributed under the License is distributed on an "AS IS" basis,
10    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11    - for the specific language governing rights and limitations under the
12    - License.
13    -
14    - The Original Code is BlueGriffon.
15    -
16    - The Initial Developer of the Original Code is
17    - Disruptive Innovations SARL.
18    - Portions created by the Initial Developer are Copyright (C) 2006
19    - the Initial Developer. All Rights Reserved.
20    -
21    - Contributor(s):
22    -   Daniel Glazman (daniel.glazman@disruptive-innovations.com), Original Author
23    -
24    - Alternatively, the contents of this file may be used under the terms of
25    - either the GNU General Public License Version 2 or later (the "GPL"), or
26    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27    - in which case the provisions of the GPL or the LGPL are applicable instead
28    - of those above. If you wish to allow use of your version of this file only
29    - under the terms of either the GPL or the LGPL, and not to allow others to
30    - use your version of this file under the terms of the MPL, indicate your
31    - decision by deleting the provisions above and replace them with the notice
32    - and other provisions required by the LGPL or the GPL. If you do not delete
33    - the provisions above, a recipient may use your version of this file under
34    - the terms of any one of the MPL, the GPL or the LGPL.
35    -
36    - ***** END LICENSE BLOCK ***** -->
37
38 <!ENTITY window.title           "BlueGriffon">
39
40 <!ENTITY fileMenu.label         "File">
41 <!ENTITY fileMenu.accesskey     "f">
42 <!ENTITY newMenu.label                    "New">
43 <!ENTITY newMenu.accesskey                "n">
44
45 <!ENTITY newWizardMenu.label              "New wizard">
46
47 <!ENTITY editMenu.label                   "Edit">
48 <!ENTITY editMenu.accesskey               "e">
49
50 <!ENTITY viewMenu.label                   "View">
51 <!ENTITY viewMenu.accesskey               "v">
52 <!ENTITY fullScreen.label                 "Full screen">
53 <!ENTITY fullScreen.accesskey             "f">
54 <!ENTITY customizeToolbar.label           "Customize">
55 <!ENTITY customizeToolbar.accesskey       "c">
56
57 <!ENTITY insertMenu.label                 "Insert">
58 <!ENTITY insertMenu.accesskey             "i">
59
60 <!ENTITY formatMenu.label                 "Format">
61 <!ENTITY formatMenu.accesskey             "o">
62
63 <!ENTITY tableMenu.label                  "Table">
64 <!ENTITY tableMenu.accesskey              "b">
65
66 <!ENTITY toolsMenu.label                  "Tools">
67 <!ENTITY toolsMenu.accesskey              "t">
68 <!ENTITY consoleMenu.label                "JavaScript Console">
69
70 <!ENTITY helpMenu.label                   "Help">
71 <!ENTITY helpMenu.accesskey               "h">
72 <!ENTITY aboutComposer.label              "About BlueGriffon">
73
74 <!ENTITY throbber.tooltip                 "BlueGriffon">
75
76 <!ENTITY newMenu.label                    "New">
77 <!ENTITY newToolbarCmd.tooltip            "Create a new page">
78 <!ENTITY newTab.label                     "Page in New Tab">
79 <!ENTITY newWindow.label                  "Page in New Window">
80 <!ENTITY newOtherCmd.label                "More Options...">
81
82 <!ENTITY openMenu.label                   "Open">
83 <!ENTITY openMenu.tooltip                 "Open an existing page">
84 <!ENTITY openTab.label                    "Open in a New Tab">
85 <!ENTITY openWindow.label                 "Open in a New Window">
86
87 <!ENTITY quit.label                       "Quit">
88 <!ENTITY quit.accesskey                   "q">
89
90 <!ENTITY stopButton.label                 "Stop">
91 <!ENTITY stopButton.tooltip               "Stop loading the page">
92
93 <!ENTITY boldToolbarCmd.tooltip           "Bold">
94 <!ENTITY boldToolbarCmd.label             "Bold">
95 <!ENTITY italicToolbarCmd.tooltip         "Italic">
96 <!ENTITY italicToolbarCmd.label           "Italic">
97 <!ENTITY underlineToolbarCmd.tooltip      "Underline">
98 <!ENTITY underlineToolbarCmd.label        "Underline">
99 <!ENTITY strongToolbarCmd.tooltip         "Strong emphasis">
100 <!ENTITY strongToolbarCmd.label           "Strong emphasis">
101 <!ENTITY emToolbarCmd.tooltip             "Emphasis">
102 <!ENTITY emToolbarCmd.label               "Emphasis">
103 <!ENTITY codeToolbarCmd.label             "Code">
104 <!ENTITY codeToolbarCmd.tooltip           "Code">
105
106 <!ENTITY ParagraphSelect.tooltip "Choose a paragraph format">
107 <!-- Shared in Paragraph, and Toolbar menulist -->
108 <!ENTITY bodyTextCmd.label "Body Text">
109 <!ENTITY paragraphParagraphCmd.label "Paragraph">  
110 <!ENTITY heading1Cmd.label "Heading 1">
111 <!ENTITY heading2Cmd.label "Heading 2">
112 <!ENTITY heading3Cmd.label "Heading 3">
113 <!ENTITY heading4Cmd.label "Heading 4">
114 <!ENTITY heading5Cmd.label "Heading 5">
115 <!ENTITY heading6Cmd.label "Heading 6">
116 <!ENTITY paragraphAddressCmd.label "Address">
117 <!ENTITY paragraphPreformatCmd.label "Preformat">
118 <!ENTITY genericContainerCmd.label "Generic container (div)">
119
120 <!ENTITY unorderedList.tooltip "Unordered list">
121 <!ENTITY orderedList.tooltip "Ordered list">
122 <!ENTITY unorderedList.label "Unordered list">
123 <!ENTITY orderedList.label "Ordered list">
124
125 <!ENTITY alignLeft.tooltip "Align left">
126 <!ENTITY alignCenter.tooltip "Align center">
127 <!ENTITY alignRight.tooltip "Align right">
128 <!ENTITY alignJustify.tooltip "Align justified">
129 <!ENTITY alignLeft.label "Align left">
130 <!ENTITY alignCenter.label "Align center">
131 <!ENTITY alignRight.label "Align right">
132 <!ENTITY alignJustify.label "Align justified">
133
134 <!ENTITY indentToolbarCmd.tooltip "Indent text">
135 <!ENTITY indentToolbarCmd.label "Indent">
136
137 <!ENTITY outdentToolbarCmd.tooltip "Outdent text">
138 <!ENTITY outdentToolbarCmd.label "Outdent">
139
140 <!ENTITY definitionDescription.tooltip "Definition description">
141 <!ENTITY definitionDescription.label "Definition description">
142 <!ENTITY definitionTitle.tooltip "Definition title">
143 <!ENTITY definitionTitle.label "Definition title">
144
145 <!ENTITY FontFaceSelect.tooltip "Choose a font">
146 <!ENTITY fontVarWidth.label "Variable width">
147 <!ENTITY fontFixedWidth.label "Fixed width">
148 <!ENTITY fontHelveticaFont.label "Helvetica, Arial">
149 <!ENTITY fontTimes.label "Times">
150 <!ENTITY fontCourier.label "Courier">
151
152 <!ENTITY applyClassToSelectionCmd.tooltip "Apply a class to the selection">
153 <!ENTITY noClass.label "(no class)">
154
155 <!ENTITY tableToolbarCmd.label "Table">
156 <!ENTITY tableToolbarCmd.tooltip "Insert new table or edit selected table's properties">
157
158 <!ENTITY saveCmd.label "Save">
159 <!ENTITY saveToolbarCmd.tooltip "Save file to a local location">
160 <!ENTITY filesave.accesskey "s">
161 <!ENTITY filesave.keybinding "s">
162 <!ENTITY saveAsCmd.label "Save As...">
163 <!ENTITY filesaveas.accesskey "A">
164
165 <!ENTITY setZoomFactor.label "Set zoom factor">
166
167 <!ENTITY fileRecentMenu.label "Recent Pages">
168 <!ENTITY filerecentmenu.accesskey "r">
169
170 <!ENTITY markupCleanerCmd.label "Markup cleaner">
171 <!ENTITY markupcleaner.accesskey "m">
172
173 <!ENTITY viewToolbars.label "Toolbars">
174 <!ENTITY viewStatusbar.label "Status bar">
175
176 <!ENTITY formatToolbar.name "Format (primary)">
177 <!ENTITY formatToolbar2.name "Format (secondary)">
178
179 <!ENTITY elementLanguage.label "Language">
180 <!ENTITY elementLanguage.accesskey "L">