Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
e6e2f91b
Commit
e6e2f91b
authored
Apr 25, 2006
by
Matthias Clasen
Browse files
some more options
parent
bfeb1c20
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e6e2f91b
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>
* po/POTFILES.in:
...
...
ChangeLog.pre-2-10
View file @
e6e2f91b
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>
* po/POTFILES.in:
...
...
modules/printbackends/cups/gtkprintbackendcups.c
View file @
e6e2f91b
...
...
@@ -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"
)
},
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment