summaryrefslogtreecommitdiffstats
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-05 10:11:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-05 10:12:49 +0000
commita2863a411dc3fa55bd9025071eccf46bf11230cd (patch)
tree0e266400ea0e9a86fdd49514686d211a82a134cd /svtools/source/misc
parentthe builder now always owns all its widgets (diff)
downloadcore-a2863a411dc3fa55bd9025071eccf46bf11230cd.tar.gz
core-a2863a411dc3fa55bd9025071eccf46bf11230cd.zip
move printer setup .ui to svtools and replace .src with it
Change-Id: I8959b08aee2d2974552b8d33c03436973352d599
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/svtools.src128
1 files changed, 118 insertions, 10 deletions
diff --git a/svtools/source/misc/svtools.src b/svtools/source/misc/svtools.src
index 1ae9e3a45bf5..00e70803033d 100644
--- a/svtools/source/misc/svtools.src
+++ b/svtools/source/misc/svtools.src
@@ -9,44 +9,152 @@
#include "svtools/svtools.hrc"
-String STR_1BIT_THRESHOLD
+String STR_SVT_1BIT_THRESHOLD
{
Text [ en-US ] = "1 bit threshold";
};
-String STR_1BIT_DITHERED
+String STR_SVT_1BIT_DITHERED
{
Text [ en-US ] = "1 bit dithered";
};
-String STR_4BIT_GRAYSCALE
+String STR_SVT_4BIT_GRAYSCALE
{
Text [ en-US ] = "4 bit grayscale";
};
-String STR_4BIT_COLOR_PALETTE
+String STR_SVT_4BIT_COLOR_PALETTE
{
Text [ en-US ] = "4 bit color";
};
-String STR_8BIT_GRAYSCALE
+String STR_SVT_8BIT_GRAYSCALE
{
Text [ en-US ] = "8 bit grayscale";
};
-String STR_8BIT_COLOR_PALETTE
+String STR_SVT_8BIT_COLOR_PALETTE
{
Text [ en-US ] = "8 bit color";
};
-String STR_24BIT_TRUE_COLOR
+String STR_SVT_24BIT_TRUE_COLOR
{
Text [ en-US ] = "24 bit true color";
};
-String STR_ESTIMATED_SIZE_PIX_1
+String STR_SVT_ESTIMATED_SIZE_PIX_1
{
Text [ en-US ] = "The picture needs about %1 KB of memory.";
};
-String STR_ESTIMATED_SIZE_PIX_2
+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_ESTIMATED_SIZE_VEC
+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: */