Files
loongoffice/svtools/source/misc/svtools.src
Caolán McNamara f6b67d95d9 convert graphic export dialog to .ui
Change-Id: I3bd078e569c5cb1a55cfb44de7b1e569908e1698
2012-10-09 16:41:55 +01:00

53 lines
1.2 KiB
Plaintext

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "svtools/svtools.hrc"
String STR_1BIT_THRESHOLD
{
Text [ en-US ] = "1 bit threshold";
};
String STR_1BIT_DITHERED
{
Text [ en-US ] = "1 bit dithered";
};
String STR_4BIT_GRAYSCALE
{
Text [ en-US ] = "4 bit grayscale";
};
String STR_4BIT_COLOR_PALETTE
{
Text [ en-US ] = "4 bit color";
};
String STR_8BIT_GRAYSCALE
{
Text [ en-US ] = "8 bit grayscale";
};
String STR_8BIT_COLOR_PALETTE
{
Text [ en-US ] = "8 bit color";
};
String STR_24BIT_TRUE_COLOR
{
Text [ en-US ] = "24 bit true color";
};
String STR_ESTIMATED_SIZE_PIX_1
{
Text [ en-US ] = "The picture needs about %1 KB of memory.";
};
String STR_ESTIMATED_SIZE_PIX_2
{
Text [ en-US ] = "The picture needs about %1 KB of memory, the file size is %2 KB.";
};
String STR_ESTIMATED_SIZE_VEC
{
Text [ en-US ] = "The file size is %1 KB.";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */