1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #include <svx/svxids.hrc>
20 #include <svx/globlmn.hrc>
21 #include "toolbox.hrc"
26 DEFBUTTON = WB_DEF_OK ;
27 Message [ en-US ] = "There are no bitmaps in the Gallery theme 'Rulers'." ;
29 String STR_GRFILTER_OPENERROR
31 Text [ en-US ] = "Graphics file cannot be opened" ;
33 String STR_GRFILTER_IOERROR
35 Text [ en-US ] = "Graphics file cannot be read" ;
37 String STR_GRFILTER_FORMATERROR
39 Text [ en-US ] = "Unknown graphic format" ;
41 String STR_GRFILTER_VERSIONERROR
43 Text [ en-US ] = "This graphic file version is not supported" ;
45 String STR_GRFILTER_FILTERERROR
47 Text [ en-US ] = "Graphics filter not found" ;
49 String STR_GRFILTER_TOOBIG
51 Text [ en-US ] = "Not enough memory to insert the picture." ;
53 String STR_INSERT_GRAPHIC
55 Text [ en-US ] = "Insert picture" ;
57 String STR_NO_ADDRESSBOOK
59 Text [ en-US ] = "An Address Book does not exist" ;
61 String STR_REDLINE_COMMENT
63 Text [ en-US ] = "Comment: " ;
65 String STR_REDLINE_INSERTED
67 Text [ en-US ] = "Insertion" ;
69 String STR_REDLINE_DELETED
71 Text [ en-US ] = "Deletion" ;
73 String STR_REDLINE_AUTOFMT
75 Text [ en-US ] = "AutoCorrect";
77 String STR_REDLINE_FORMATED
79 Text [ en-US ] = "Formats" ;
81 String STR_REDLINE_TABLECHG
83 Text [ en-US ] = "Table Changes" ;
85 String STR_REDLINE_FMTCOLLSET
87 Text [ en-US ] = "Applied Paragraph Styles";
89 String STR_REDLINE_TITLE
91 Text [ en-US ] = "AutoCorrect";
93 String STR_REDLINE_MSG
95 Text [ en-US ] = "AutoCorrect completed.\nYou can accept or reject all changes,\nor accept or reject particular changes.";
97 String STR_REDLINE_ACCEPT_ALL
99 Text [ en-US ] = "Accept All";
101 String STR_REDLINE_REJECT_ALL
103 Text [ en-US ] = "Reject All";
105 String STR_REDLINE_EDIT
107 Text [ en-US ] = "Edit Changes";
109 QueryBox DLG_IMPORT_DBNAME
111 BUTTONS = WB_YES_NO ;
112 DEFBUTTON = WB_DEF_NO ;
113 Message [ en-US ] = "Use database name as default database for the document?" ;
117 Text [ en-US ] = "Page " ;
119 String RID_TEXT_TOOLBOX
121 Text [ en-US ] = "Text Object Bar" ;
123 String RID_TABLE_TOOLBOX
125 Text [ en-US ] = "Table Object Bar" ;
127 String RID_FRAME_TOOLBOX
129 Text [ en-US ] = "Frame Object Bar" ;
131 String RID_GRAFIK_TOOLBOX
133 Text [ en-US ] = "Graphics Object Bar" ;
135 String RID_OLE_TOOLBOX
137 Text [ en-US ] = "Object" ;
139 String RID_DRAW_TOOLBOX
141 Text [ en-US ] = "Draw Object Bar" ;
143 String RID_BEZIER_TOOLBOX
145 Text [ en-US ] = "Bézier Object Bar" ;
147 String RID_DRAW_TEXT_TOOLBOX
149 Text [ en-US ] = "Text Object Bar/Graphics" ;
151 String RID_NUM_TOOLBOX
153 Text [ en-US ] = "Numbering Object Bar" ;
155 String STR_SHELLNAME_TEXT
157 Text [ en-US ] = "Text" ;
159 String STR_SHELLNAME_TABLE
161 Text [ en-US ] = "Table" ;
163 String STR_SHELLNAME_FRAME
165 Text [ en-US ] = "Frame" ;
167 String STR_SHELLNAME_GRAPHIC
169 Text [ en-US ] = "Graphics" ;
171 String STR_SHELLNAME_OBJECT
173 Text [ en-US ] = "Object" ;
175 String STR_SHELLNAME_LIST
177 Text [ en-US ] = "List" ;
179 String STR_SHELLNAME_DRAW
181 Text [ en-US ] = "Drawing" ;
183 String STR_SHELLNAME_DRAWFORM
185 Text [ en-US ] = "Forms" ;
187 String STR_SHELLNAME_BEZIER
189 Text [ en-US ] = "Bézier" ;
191 String STR_SHELLNAME_DRAW_TEXT
193 Text [ en-US ] = "Draw text" ;
195 String STR_SHELLNAME_MEDIA
197 Text [ en-US ] = "Media" ;
199 String STR_SHELLNAME_NAVIGATION
201 Text [ en-US ] = "Navigation" ;
203 //Strings for gallery/background
204 String STR_SWBG_PARAGRAPH
206 Text [ en-US ] = "Paragraph" ;
208 String STR_SWBG_GRAPHIC
210 Text [ en-US ] = "Graphics" ;
214 Text [ en-US ] = "OLE object" ;
216 String STR_SWBG_FRAME
218 Text [ en-US ] = "Frame" ;
220 String STR_SWBG_TABLE
222 Text [ en-US ] = "Table" ;
224 String STR_SWBG_TABLE_ROW
226 Text [ en-US ] = "Table row" ;
228 String STR_SWBG_TABLE_CELL
230 Text [ en-US ] = "Table cell" ;
234 Text [ en-US ] = "Page" ;
236 String STR_SWBG_HEADER
238 Text [ en-US ] = "Header" ;
240 String STR_SWBG_FOOTER
242 Text [ en-US ] = "Footer" ;
244 //End: strings for gallery/background
246 // #i68101# no longer needed:
247 // String STR_NAME_SHAPE_LABEL {// String STR_NAME_SHAPE_DIALOG { Text [ en-US ] = "Name Object"; };
249 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */