mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
some more options
This commit is contained in:
parent
bfeb1c20d3
commit
e6e2f91b19
@ -1,3 +1,8 @@
|
|||||||
|
2006-04-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* modules/printbackends/cups/gtkprintbackendcups.c:
|
||||||
|
Add some more translatable PPD option names.
|
||||||
|
|
||||||
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* po/POTFILES.in:
|
* po/POTFILES.in:
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2006-04-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* modules/printbackends/cups/gtkprintbackendcups.c:
|
||||||
|
Add some more translatable PPD option names.
|
||||||
|
|
||||||
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* po/POTFILES.in:
|
* po/POTFILES.in:
|
||||||
|
@ -1393,6 +1393,9 @@ static const struct {
|
|||||||
const char *translation;
|
const char *translation;
|
||||||
} cups_option_translations[] = {
|
} cups_option_translations[] = {
|
||||||
{ "Duplex", N_("Two Sided") },
|
{ "Duplex", N_("Two Sided") },
|
||||||
|
{ "MediaType", N_("Paper Type") },
|
||||||
|
{ "InputSlot", N_("Paper Source") },
|
||||||
|
{ "OutputBin", N_("Output Tray") },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user