xref: /trunk/main/svtools/source/dialogs/formats.src (revision 5134fcc0)
13c07ef42SAndrew Rist/**************************************************************
2*5134fcc0Smseidel *
33c07ef42SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
43c07ef42SAndrew Rist * or more contributor license agreements.  See the NOTICE file
53c07ef42SAndrew Rist * distributed with this work for additional information
63c07ef42SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
73c07ef42SAndrew Rist * to you under the Apache License, Version 2.0 (the
83c07ef42SAndrew Rist * "License"); you may not use this file except in compliance
93c07ef42SAndrew Rist * with the License.  You may obtain a copy of the License at
10*5134fcc0Smseidel *
113c07ef42SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*5134fcc0Smseidel *
133c07ef42SAndrew Rist * Unless required by applicable law or agreed to in writing,
143c07ef42SAndrew Rist * software distributed under the License is distributed on an
153c07ef42SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
163c07ef42SAndrew Rist * KIND, either express or implied.  See the License for the
173c07ef42SAndrew Rist * specific language governing permissions and limitations
183c07ef42SAndrew Rist * under the License.
19*5134fcc0Smseidel *
203c07ef42SAndrew Rist *************************************************************/
213c07ef42SAndrew Rist
22cdf0e10cSrcweir#include <svtools/sores.hxx>
23cdf0e10cSrcweir
24cdf0e10cSrcweirString STR_FORMAT_STRING
25cdf0e10cSrcweir{
26cdf0e10cSrcweir	Text [ en-US ] = "Unformatted text" ;
27cdf0e10cSrcweir};
28cdf0e10cSrcweirString STR_FORMAT_BITMAP
29cdf0e10cSrcweir{
30*5134fcc0Smseidel	Text [ en-US ] = "Bitmap" ;
31cdf0e10cSrcweir};
32cdf0e10cSrcweirString STR_FORMAT_GDIMETAFILE
33cdf0e10cSrcweir{
34*5134fcc0Smseidel	Text [ en-US ] = "GDI metafile" ;
35cdf0e10cSrcweir};
36cdf0e10cSrcweirString STR_FORMAT_RTF
37cdf0e10cSrcweir{
38cdf0e10cSrcweir	Text [ en-US ] = "Formatted text [RTF]" ;
39cdf0e10cSrcweir};
40cdf0e10cSrcweirString STR_FORMAT_ID_DRAWING
41cdf0e10cSrcweir{
42*5134fcc0Smseidel	Text [ en-US ] = "Drawing format" ;
43cdf0e10cSrcweir};
44cdf0e10cSrcweirString STR_FORMAT_ID_SVXB
45cdf0e10cSrcweir{
46*5134fcc0Smseidel	Text [ en-US ] = "SVXB (StarView bitmap/animation)" ;
47cdf0e10cSrcweir};
48cdf0e10cSrcweirString STR_FORMAT_ID_INTERNALLINK_STATE
49cdf0e10cSrcweir{
50*5134fcc0Smseidel	Text [ en-US ] = "Status Info from Svx Internal Link" ;
51cdf0e10cSrcweir};
52cdf0e10cSrcweirString STR_FORMAT_ID_SOLK
53cdf0e10cSrcweir{
54*5134fcc0Smseidel	Text [ en-US ] = "SOLK (%PRODUCTNAME Link)" ;
55cdf0e10cSrcweir};
56cdf0e10cSrcweirString STR_FORMAT_ID_NETSCAPE_BOOKMARK
57cdf0e10cSrcweir{
58*5134fcc0Smseidel	Text [ en-US ] = "Netscape Bookmark" ;
59cdf0e10cSrcweir};
60cdf0e10cSrcweirString STR_FORMAT_ID_STARSERVER
61cdf0e10cSrcweir{
62*5134fcc0Smseidel	Text [ en-US ] = "Star server format" ;
63cdf0e10cSrcweir};
64cdf0e10cSrcweirString STR_FORMAT_ID_STAROBJECT
65cdf0e10cSrcweir{
66*5134fcc0Smseidel	Text [ en-US ] = "Star object format" ;
67cdf0e10cSrcweir};
68cdf0e10cSrcweirString STR_FORMAT_ID_APPLETOBJECT
69cdf0e10cSrcweir{
70*5134fcc0Smseidel	Text [ en-US ] = "Applet object" ;
71cdf0e10cSrcweir};
72cdf0e10cSrcweirString STR_FORMAT_ID_PLUGIN_OBJECT
73cdf0e10cSrcweir{
74*5134fcc0Smseidel	Text [ en-US ] = "Plug-in object" ;
75cdf0e10cSrcweir};
76cdf0e10cSrcweirString STR_FORMAT_ID_STARWRITER_30
77cdf0e10cSrcweir{
78*5134fcc0Smseidel	Text [ en-US ] = "StarWriter 3.0 object" ;
79cdf0e10cSrcweir};
80cdf0e10cSrcweirString STR_FORMAT_ID_STARWRITER_40
81cdf0e10cSrcweir{
82*5134fcc0Smseidel	Text [ en-US ] = "StarWriter 4.0 object" ;
83cdf0e10cSrcweir};
84cdf0e10cSrcweirString STR_FORMAT_ID_STARWRITER_50
85cdf0e10cSrcweir{
86*5134fcc0Smseidel	Text [ en-US ] = "StarWriter 5.0 object" ;
87cdf0e10cSrcweir};
88cdf0e10cSrcweirString STR_FORMAT_ID_STARWRITERWEB_40
89cdf0e10cSrcweir{
90*5134fcc0Smseidel	Text [ en-US ] = "StarWriter/Web 4.0 object" ;
91cdf0e10cSrcweir};
92cdf0e10cSrcweirString STR_FORMAT_ID_STARWRITERWEB_50
93cdf0e10cSrcweir{
94*5134fcc0Smseidel	Text [ en-US ] = "StarWriter/Web 5.0 object" ;
95cdf0e10cSrcweir};
96cdf0e10cSrcweirString STR_FORMAT_ID_STARWRITERGLOB_40
97cdf0e10cSrcweir{
98*5134fcc0Smseidel	Text [ en-US ] = "StarWriter/Master 4.0 object" ;
99cdf0e10cSrcweir};
100cdf0e10cSrcweirString STR_FORMAT_ID_STARWRITERGLOB_50
101cdf0e10cSrcweir{
102*5134fcc0Smseidel	Text [ en-US ] = "StarWriter/Master 5.0 object" ;
103cdf0e10cSrcweir};
104cdf0e10cSrcweirString STR_FORMAT_ID_STARDRAW
105cdf0e10cSrcweir{
106*5134fcc0Smseidel	Text [ en-US ] = "StarDraw object" ;
107cdf0e10cSrcweir};
108cdf0e10cSrcweirString STR_FORMAT_ID_STARDRAW_40
109cdf0e10cSrcweir{
110*5134fcc0Smseidel	Text [ en-US ] = "StarDraw 4.0 object" ;
111cdf0e10cSrcweir};
112cdf0e10cSrcweirString STR_FORMAT_ID_STARIMPRESS_50
113cdf0e10cSrcweir{
114*5134fcc0Smseidel	Text [ en-US ] = "StarImpress 5.0 object" ;
115cdf0e10cSrcweir};
116cdf0e10cSrcweirString STR_FORMAT_ID_STARDRAW_50
117cdf0e10cSrcweir{
118*5134fcc0Smseidel	Text [ en-US ] = "StarDraw 5.0 object" ;
119cdf0e10cSrcweir};
120cdf0e10cSrcweirString STR_FORMAT_ID_STARCALC
121cdf0e10cSrcweir{
122*5134fcc0Smseidel	Text [ en-US ] = "StarCalc object" ;
123cdf0e10cSrcweir};
124cdf0e10cSrcweirString STR_FORMAT_ID_STARCALC_40
125cdf0e10cSrcweir{
126*5134fcc0Smseidel	Text [ en-US ] = "StarCalc 4.0 object" ;
127cdf0e10cSrcweir};
128cdf0e10cSrcweirString STR_FORMAT_ID_STARCALC_50
129cdf0e10cSrcweir{
130*5134fcc0Smseidel	Text [ en-US ] = "StarCalc 5.0 object" ;
131cdf0e10cSrcweir};
132cdf0e10cSrcweirString STR_FORMAT_ID_STARCHART
133cdf0e10cSrcweir{
134*5134fcc0Smseidel	Text [ en-US ] = "StarChart object" ;
135cdf0e10cSrcweir};
136cdf0e10cSrcweirString STR_FORMAT_ID_STARCHART_40
137cdf0e10cSrcweir{
138*5134fcc0Smseidel	Text [ en-US ] = "StarChart 4.0 object" ;
139cdf0e10cSrcweir};
140cdf0e10cSrcweirString STR_FORMAT_ID_STARCHART_50
141cdf0e10cSrcweir{
142*5134fcc0Smseidel	Text [ en-US ] = "StarChart 5.0 object" ;
143cdf0e10cSrcweir};
144cdf0e10cSrcweirString STR_FORMAT_ID_STARIMAGE
145cdf0e10cSrcweir{
146*5134fcc0Smseidel	Text [ en-US ] = "StarImage object" ;
147cdf0e10cSrcweir};
148cdf0e10cSrcweirString STR_FORMAT_ID_STARIMAGE_40
149cdf0e10cSrcweir{
150*5134fcc0Smseidel	Text [ en-US ] = "StarImage 4.0 object" ;
151cdf0e10cSrcweir};
152cdf0e10cSrcweirString STR_FORMAT_ID_STARIMAGE_50
153cdf0e10cSrcweir{
154*5134fcc0Smseidel	Text [ en-US ] = "StarImage 5.0 object" ;
155cdf0e10cSrcweir};
156cdf0e10cSrcweirString STR_FORMAT_ID_STARMATH
157cdf0e10cSrcweir{
158*5134fcc0Smseidel	Text [ en-US ] = "StarMath object" ;
159cdf0e10cSrcweir};
160cdf0e10cSrcweirString STR_FORMAT_ID_STARMATH_40
161cdf0e10cSrcweir{
162*5134fcc0Smseidel	Text [ en-US ] = "StarMath 4.0 object" ;
163cdf0e10cSrcweir};
164cdf0e10cSrcweirString STR_FORMAT_ID_STARMATH_50
165cdf0e10cSrcweir{
166*5134fcc0Smseidel	Text [ en-US ] = "StarMath 5.0 object" ;
167cdf0e10cSrcweir};
168cdf0e10cSrcweirString STR_FORMAT_ID_STAROBJECT_PAINTDOC
169cdf0e10cSrcweir{
170*5134fcc0Smseidel	Text [ en-US ] = "StarObject Paint object" ;
171cdf0e10cSrcweir};
172cdf0e10cSrcweirString STR_FORMAT_ID_HTML
173cdf0e10cSrcweir{
174*5134fcc0Smseidel	Text [ en-US ] = "HTML (HyperText Markup Language)" ;
175cdf0e10cSrcweir};
176cdf0e10cSrcweirString STR_FORMAT_ID_HTML_SIMPLE
177cdf0e10cSrcweir{
178*5134fcc0Smseidel	Text [ en-US ] = "HTML format" ;
179cdf0e10cSrcweir};
180cdf0e10cSrcweirString STR_FORMAT_ID_BIFF_5
181cdf0e10cSrcweir{
182*5134fcc0Smseidel	Text [ en-US ] = "Biff5 (Microsoft Excel 5.0/95)" ;
183cdf0e10cSrcweir};
184cdf0e10cSrcweirString STR_FORMAT_ID_BIFF_8
185cdf0e10cSrcweir{
186*5134fcc0Smseidel	Text [ en-US ] = "Biff8 (Microsoft Excel 97/2000/XP)" ;
187cdf0e10cSrcweir};
188cdf0e10cSrcweirString STR_FORMAT_ID_SYLK
189cdf0e10cSrcweir{
190*5134fcc0Smseidel	Text [ en-US ] = "Sylk" ;
191cdf0e10cSrcweir};
192cdf0e10cSrcweirString STR_FORMAT_ID_LINK
193cdf0e10cSrcweir{
194cdf0e10cSrcweir	Text [ en-US ] = "DDE link" ;
195cdf0e10cSrcweir};
196cdf0e10cSrcweirString STR_FORMAT_ID_DIF
197cdf0e10cSrcweir{
198*5134fcc0Smseidel	Text [ en-US ] = "DIF" ;
199cdf0e10cSrcweir};
200cdf0e10cSrcweirString STR_FORMAT_ID_MSWORD_DOC
201cdf0e10cSrcweir{
202*5134fcc0Smseidel	Text [ en-US ] = "Microsoft Word object" ;
203cdf0e10cSrcweir};
204cdf0e10cSrcweirString STR_FORMAT_ID_STAR_FRAMESET_DOC
205cdf0e10cSrcweir{
206*5134fcc0Smseidel	Text [ en-US ] = "StarFrameSet object" ;
207cdf0e10cSrcweir};
208cdf0e10cSrcweirString STR_FORMAT_ID_OFFICE_DOC
209cdf0e10cSrcweir{
210*5134fcc0Smseidel	Text [ en-US ] = "Office document object" ;
211cdf0e10cSrcweir};
212cdf0e10cSrcweirString STR_FORMAT_ID_NOTES_DOCINFO
213cdf0e10cSrcweir{
214*5134fcc0Smseidel	Text [ en-US ] = "Notes document info" ;
215cdf0e10cSrcweir};
216cdf0e10cSrcweirString STR_FORMAT_ID_SFX_DOC
217cdf0e10cSrcweir{
218*5134fcc0Smseidel	Text [ en-US ] = "Sfx document" ;
219cdf0e10cSrcweir};
220cdf0e10cSrcweirString STR_FORMAT_ID_STARCHARTDOCUMENT_50
221cdf0e10cSrcweir{
222*5134fcc0Smseidel	Text [ en-US ] = "StarChart 5.0 object" ;
223cdf0e10cSrcweir};
224cdf0e10cSrcweirString STR_FORMAT_ID_GRAPHOBJ
225cdf0e10cSrcweir{
226*5134fcc0Smseidel	Text [ en-US ] = "Graphic object" ;
227cdf0e10cSrcweir};
228cdf0e10cSrcweirString STR_FORMAT_ID_STARWRITER_60
229cdf0e10cSrcweir{
230*5134fcc0Smseidel	Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Writer object" ;
231cdf0e10cSrcweir};
232cdf0e10cSrcweirString STR_FORMAT_ID_STARWRITERWEB_60
233cdf0e10cSrcweir{
234*5134fcc0Smseidel	Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Writer/Web object" ;
235cdf0e10cSrcweir};
236cdf0e10cSrcweirString STR_FORMAT_ID_STARWRITERGLOB_60
237cdf0e10cSrcweir{
238*5134fcc0Smseidel	Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Writer/Master object" ;
239cdf0e10cSrcweir};
240cdf0e10cSrcweirString STR_FORMAT_ID_STARDRAW_60
241cdf0e10cSrcweir{
242*5134fcc0Smseidel	Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Draw object" ;
243cdf0e10cSrcweir};
244cdf0e10cSrcweirString STR_FORMAT_ID_STARIMPRESS_60
245cdf0e10cSrcweir{
246*5134fcc0Smseidel	Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Impress object" ;
247cdf0e10cSrcweir};
248cdf0e10cSrcweirString STR_FORMAT_ID_STARCALC_60
249cdf0e10cSrcweir{
250*5134fcc0Smseidel	Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Calc object" ;
251cdf0e10cSrcweir};
252cdf0e10cSrcweirString STR_FORMAT_ID_STARCHART_60
253cdf0e10cSrcweir{
254*5134fcc0Smseidel	Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Chart object" ;
255cdf0e10cSrcweir};
256cdf0e10cSrcweirString STR_FORMAT_ID_STARMATH_60
257cdf0e10cSrcweir{
258*5134fcc0Smseidel	Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Math object" ;
259cdf0e10cSrcweir};
260cdf0e10cSrcweirString STR_FORMAT_ID_WMF
261cdf0e10cSrcweir{
262*5134fcc0Smseidel	Text [ en-US ] = "Windows metafile" ;
263cdf0e10cSrcweir};
264cdf0e10cSrcweirString STR_FORMAT_ID_DBACCESS_QUERY
265cdf0e10cSrcweir{
266*5134fcc0Smseidel	Text [ en-US ] = "Data source object" ;
267cdf0e10cSrcweir};
268cdf0e10cSrcweirString STR_FORMAT_ID_DBACCESS_TABLE
269cdf0e10cSrcweir{
270*5134fcc0Smseidel	Text [ en-US ] = "Data source table" ;
271cdf0e10cSrcweir};
272cdf0e10cSrcweirString STR_FORMAT_ID_DBACCESS_COMMAND
273cdf0e10cSrcweir{
274*5134fcc0Smseidel	Text [ en-US ] = "SQL query" ;
275cdf0e10cSrcweir};
276cdf0e10cSrcweirString STR_FORMAT_ID_DIALOG_60
277cdf0e10cSrcweir{
278*5134fcc0Smseidel	Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION dialog" ;
279cdf0e10cSrcweir};
280cdf0e10cSrcweirString STR_FORMAT_ID_FILEGRPDESCRIPTOR
281cdf0e10cSrcweir{
282*5134fcc0Smseidel	Text [ en-US ] = "Link" ;
283cdf0e10cSrcweir};
284cdf0e10cSrcweirString STR_FORMAT_ID_HTML_NO_COMMENT
285cdf0e10cSrcweir{
286*5134fcc0Smseidel	Text [ en-US ] = "HTML format without comments" ;
287cdf0e10cSrcweir};
288cdf0e10cSrcweir
289*5134fcc0Smseidel// ********************************************************************** EOF
290