diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-04-25 04:38:07 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-04-25 04:38:07 +0000 |
commit | e6e2f91b1989dfb181742a727e26be0319a5bd41 (patch) | |
tree | 96ea6034b6cb4fef7a8c17f09880e1bb620dfe2e /modules | |
parent | bfeb1c20d370c4ffb6959350c90cdceea5a1f3c2 (diff) | |
download | gtk+-e6e2f91b1989dfb181742a727e26be0319a5bd41.tar.gz |
some more options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/printbackends/cups/gtkprintbackendcups.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c index 79922a5670..0e10c275b0 100644 --- a/modules/printbackends/cups/gtkprintbackendcups.c +++ b/modules/printbackends/cups/gtkprintbackendcups.c @@ -1393,6 +1393,9 @@ static const struct { const char *translation; } cups_option_translations[] = { { "Duplex", N_("Two Sided") }, + { "MediaType", N_("Paper Type") }, + { "InputSlot", N_("Paper Source") }, + { "OutputBin", N_("Output Tray") }, }; |