Update ooo320-m1
[ooovba.git] / svx / source / dialog / impgrf.src
blob430d41dc1bf918f0c24bb2e4b957bd3dd07860cf
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: impgrf.src,v $
10  * $Revision: 1.29 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30  // pragma -------------------------------------------------------------------
32  // include ------------------------------------------------------------------
33 #include <svx/dialogs.hrc>
34 #include "impgrf.hrc"
35  // --------------------------------------------------------------------------
36 String RID_SVXSTR_ALL_FILES
38     Text [ en-US ] = "<All files>" ;
40 Resource RID_SVXRES_IMPORTGRAPHIC
42     String STR_IMPORT_ALL
43     {
44         Text [ en-US ] = "<All formats>" ;
45     };
46     String STR_UNKNOWN_FORMAT
47     {
48         Text [ en-US ] = "Unknown file format!" ;
49     };
50     String STR_PATH_NOT_FOUND1
51     {
52         Text [ en-US ] = "The directory '" ;
53     };
54     String STR_PATH_NOT_FOUND2
55     {
56         Text [ en-US ] = "' does not exist" ;
57     };
58     String STR_FLT_BMP
59     {
60         Text = "BMP - MS Windows,*.BMP,BMPp0" ;
61     };
62     String STR_FLT_SGF
63     {
64         Text = "SGF - StarWriter SGF,*.SGF,????0" ;
65     };
66     String STR_FLT_SGV
67     {
68         Text = "SGV - StarDraw 2.0,*.SGV,????0" ;
69     };
70     String STR_FLT_SVM
71     {
72         Text = "SVM - StarView Metafile,*.SVM,SVM 0" ;
73     };
74     String STR_GRFILTER_OPENERROR
75     {
76         Text [ en-US ] = "Graphics file cannot be opened" ;
77     };
78     String STR_GRFILTER_IOERROR
79     {
80         Text [ en-US ] = "Graphics file cannot be read" ;
81     };
82     String STR_GRFILTER_FORMATERROR
83     {
84         Text [ en-US ] = "Unknown graphics format" ;
85     };
86     String STR_GRFILTER_VERSIONERROR
87     {
88         Text [ en-US ] = "Cannot support version of graphic file" ;
89     };
90     String STR_GRFILTER_FILTERERROR
91     {
92         Text [ en-US ] = "Graphics filter not found" ;
93     };
94     String STR_GRFILTER_TOOBIG
95     {
96         Text [ en-US ] = "Not enough memory to insert graphic" ;
97     };
98     String STR_PROPERTIES
99     {
100         Text [ en-US ] = "~Properties..." ;
101     };
102     String STR_HOME
103     {
104         Text [ en-US ] = "Standard" ;
105     };
106     String STR_LINK
107     {
108         Text [ en-US ] = "~Link" ;
109     };
110     String STR_PREVIEW
111     {
112         Text [ en-US ] = "Pr~eview" ;
113     };
114     String STR_FILTER
115     {
116         Text [ en-US ] = "~Filter..." ;
117     };
119  // ********************************************************************** EOF