1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: impgrf.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 // pragma -------------------------------------------------------------------
32 // include ------------------------------------------------------------------
33 #include <svx/dialogs.hrc>
35 // --------------------------------------------------------------------------
36 String RID_SVXSTR_ALL_FILES
38 Text [ en-US ] = "<All files>" ;
40 Resource RID_SVXRES_IMPORTGRAPHIC
44 Text [ en-US ] = "<All formats>" ;
46 String STR_UNKNOWN_FORMAT
48 Text [ en-US ] = "Unknown file format!" ;
50 String STR_PATH_NOT_FOUND1
52 Text [ en-US ] = "The directory '" ;
54 String STR_PATH_NOT_FOUND2
56 Text [ en-US ] = "' does not exist" ;
60 Text = "BMP - MS Windows,*.BMP,BMPp0" ;
64 Text = "SGF - StarWriter SGF,*.SGF,????0" ;
68 Text = "SGV - StarDraw 2.0,*.SGV,????0" ;
72 Text = "SVM - StarView Metafile,*.SVM,SVM 0" ;
74 String STR_GRFILTER_OPENERROR
76 Text [ en-US ] = "Graphics file cannot be opened" ;
78 String STR_GRFILTER_IOERROR
80 Text [ en-US ] = "Graphics file cannot be read" ;
82 String STR_GRFILTER_FORMATERROR
84 Text [ en-US ] = "Unknown graphics format" ;
86 String STR_GRFILTER_VERSIONERROR
88 Text [ en-US ] = "Cannot support version of graphic file" ;
90 String STR_GRFILTER_FILTERERROR
92 Text [ en-US ] = "Graphics filter not found" ;
94 String STR_GRFILTER_TOOBIG
96 Text [ en-US ] = "Not enough memory to insert graphic" ;
100 Text [ en-US ] = "~Properties..." ;
104 Text [ en-US ] = "Standard" ;
108 Text [ en-US ] = "~Link" ;
112 Text [ en-US ] = "Pr~eview" ;
116 Text [ en-US ] = "~Filter..." ;
119 // ********************************************************************** EOF