/* -*- 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_SVT_1BIT_THRESHOLD
{
    Text [ en-US ] = "1 bit threshold";
};
String STR_SVT_1BIT_DITHERED
{
    Text [ en-US ] = "1 bit dithered";
};
String STR_SVT_4BIT_GRAYSCALE
{
    Text [ en-US ] = "4 bit grayscale";
};
String STR_SVT_4BIT_COLOR_PALETTE
{
    Text [ en-US ] = "4 bit color";
};
String STR_SVT_8BIT_GRAYSCALE
{
    Text [ en-US ] = "8 bit grayscale";
};
String STR_SVT_8BIT_COLOR_PALETTE
{
    Text [ en-US ] = "8 bit color";
};
String STR_SVT_24BIT_TRUE_COLOR
{
    Text [ en-US ] = "24 bit true color";
};
String STR_SVT_ESTIMATED_SIZE_PIX_1
{
    Text [ en-US ] = "The picture needs about %1 KB of memory.";
};
String STR_SVT_ESTIMATED_SIZE_PIX_2
{
    Text [ en-US ] = "The picture needs about %1 KB of memory, the file size is %2 KB.";
};
String STR_SVT_ESTIMATED_SIZE_VEC
{
    Text [ en-US ] = "The file size is %1 KB.";
};
String STR_SVT_PRNDLG_READY
{
    Text [ en-US ] = "Ready" ;
};
String STR_SVT_PRNDLG_PAUSED
{
    Text [ en-US ] = "Paused" ;
};
String STR_SVT_PRNDLG_PENDING
{
    Text [ en-US ] = "Pending deletion" ;
};
String STR_SVT_PRNDLG_BUSY
{
    Text [ en-US ] = "Busy" ;
};
String STR_SVT_PRNDLG_INITIALIZING
{
    Text [ en-US ] = "Initializing" ;
};
String STR_SVT_PRNDLG_WAITING
{
    Text [ en-US ] = "Waiting" ;
};
String STR_SVT_PRNDLG_WARMING_UP
{
    Text [ en-US ] = "Warming up" ;
};
String STR_SVT_PRNDLG_PROCESSING
{
    Text [ en-US ] = "Processing" ;
};
String STR_SVT_PRNDLG_PRINTING
{
    Text [ en-US ] = "Printing" ;
};
String STR_SVT_PRNDLG_OFFLINE
{
    Text [ en-US ] = "Offline" ;
};
String STR_SVT_PRNDLG_ERROR
{
    Text [ en-US ] = "Error" ;
};
String STR_SVT_PRNDLG_SERVER_UNKNOWN
{
    Text [ en-US ] = "Unknown Server" ;
};
String STR_SVT_PRNDLG_PAPER_JAM
{
    Text [ en-US ] = "Paper jam" ;
};
String STR_SVT_PRNDLG_PAPER_OUT
{
    Text [ en-US ] = "Not enough paper" ;
};
String STR_SVT_PRNDLG_MANUAL_FEED
{
    Text [ en-US ] = "Manual feed" ;
};
String STR_SVT_PRNDLG_PAPER_PROBLEM
{
    Text [ en-US ] = "Paper problem" ;
};
String STR_SVT_PRNDLG_IO_ACTIVE
{
    Text [ en-US ] = "I/O active" ;
};
String STR_SVT_PRNDLG_OUTPUT_BIN_FULL
{
    Text [ en-US ] = "Output bin full" ;
};
String STR_SVT_PRNDLG_TONER_LOW
{
    Text [ en-US ] = "Toner low" ;
};
String STR_SVT_PRNDLG_NO_TONER
{
    Text [ en-US ] = "No toner" ;
};
String STR_SVT_PRNDLG_PAGE_PUNT
{
    Text [ en-US ] = "Delete Page" ;
};
String STR_SVT_PRNDLG_USER_INTERVENTION
{
    Text [ en-US ] = "User intervention necessary" ;
};
String STR_SVT_PRNDLG_OUT_OF_MEMORY
{
    Text [ en-US ] = "Insufficient memory" ;
};
String STR_SVT_PRNDLG_DOOR_OPEN
{
    Text [ en-US ] = "Cover open" ;
};
String STR_SVT_PRNDLG_POWER_SAVE
{
    Text [ en-US ] = "Power save mode" ;
};
String STR_SVT_PRNDLG_DEFPRINTER
{
    Text [ en-US ] = "Default printer" ;
};
String STR_SVT_PRNDLG_JOBCOUNT
{
    Text [ en-US ] = "%d documents" ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */