154 lines
3.3 KiB
Plaintext
154 lines
3.3 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2008 by Sun Microsystems, Inc.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: impgrf.src,v $
|
|
* $Revision: 1.29 $
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
// pragma -------------------------------------------------------------------
|
|
|
|
// include ------------------------------------------------------------------
|
|
#include <svx/dialogs.hrc>
|
|
#include "impgrf.hrc"
|
|
// --------------------------------------------------------------------------
|
|
String RID_SVXSTR_ALL_FILES
|
|
{
|
|
Text [ en-US ] = "<All files>" ;
|
|
};
|
|
Resource RID_SVXRES_IMPORTGRAPHIC
|
|
{
|
|
String STR_IMPORT_ALL
|
|
{
|
|
Text [ en-US ] = "<All formats>" ;
|
|
};
|
|
String STR_UNKNOWN_FORMAT
|
|
{
|
|
Text [ en-US ] = "Unknown file format!" ;
|
|
};
|
|
String STR_PATH_NOT_FOUND1
|
|
{
|
|
Text [ en-US ] = "The directory '" ;
|
|
};
|
|
String STR_PATH_NOT_FOUND2
|
|
{
|
|
Text [ en-US ] = "' does not exist" ;
|
|
};
|
|
String STR_FLT_BMP
|
|
{
|
|
Text = "BMP - MS Windows,*.BMP,BMPp0" ;
|
|
};
|
|
String STR_FLT_SGF
|
|
{
|
|
Text = "SGF - StarWriter SGF,*.SGF,????0" ;
|
|
};
|
|
String STR_FLT_SGV
|
|
{
|
|
Text = "SGV - StarDraw 2.0,*.SGV,????0" ;
|
|
};
|
|
String STR_FLT_SVM
|
|
{
|
|
Text = "SVM - StarView Metafile,*.SVM,SVM 0" ;
|
|
};
|
|
String STR_GRFILTER_OPENERROR
|
|
{
|
|
Text [ en-US ] = "Graphics file cannot be opened" ;
|
|
};
|
|
String STR_GRFILTER_IOERROR
|
|
{
|
|
Text [ en-US ] = "Graphics file cannot be read" ;
|
|
};
|
|
String STR_GRFILTER_FORMATERROR
|
|
{
|
|
Text [ en-US ] = "Unknown graphics format" ;
|
|
};
|
|
String STR_GRFILTER_VERSIONERROR
|
|
{
|
|
Text [ en-US ] = "Cannot support version of graphic file" ;
|
|
};
|
|
String STR_GRFILTER_FILTERERROR
|
|
{
|
|
Text [ en-US ] = "Graphics filter not found" ;
|
|
};
|
|
String STR_GRFILTER_TOOBIG
|
|
{
|
|
Text [ en-US ] = "Not enough memory to insert graphic" ;
|
|
};
|
|
String STR_PROPERTIES
|
|
{
|
|
Text [ en-US ] = "~Properties..." ;
|
|
};
|
|
String STR_HOME
|
|
{
|
|
Text [ en-US ] = "Standard" ;
|
|
};
|
|
String STR_LINK
|
|
{
|
|
Text [ en-US ] = "~Link" ;
|
|
};
|
|
String STR_PREVIEW
|
|
{
|
|
Text [ en-US ] = "Pr~eview" ;
|
|
};
|
|
String STR_FILTER
|
|
{
|
|
Text [ en-US ] = "~Filter..." ;
|
|
};
|
|
};
|
|
// ********************************************************************** EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|