]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
Current state
authorFrank Brehm <frank@brehm-online.com>
Thu, 1 Aug 2013 21:37:04 +0000 (23:37 +0200)
committerFrank Brehm <frank@brehm-online.com>
Thu, 1 Aug 2013 21:37:04 +0000 (23:37 +0200)
65 files changed:
config-archive/etc/cups/cupsd.conf
config-archive/etc/cups/cupsd.conf.1 [new file with mode: 0644]
config-archive/etc/cups/cupsd.conf.dist
config-archive/etc/pam.d/login [new file with mode: 0644]
config-archive/etc/pam.d/login.dist [new file with mode: 0644]
config-archive/etc/pam.d/passwd [new file with mode: 0644]
config-archive/etc/pam.d/passwd.dist [new file with mode: 0644]
config-archive/etc/pam.d/su [new file with mode: 0644]
config-archive/etc/pam.d/su.dist [new file with mode: 0644]
config-archive/usr/share/config/kdm/kdmrc.dist.new
cron.daily/logrotate
csh.env
cups/classes.conf
cups/client.conf
cups/cups-browsed.conf [new file with mode: 0644]
cups/cups-files.conf [new file with mode: 0644]
cups/cupsd.conf
cups/cupsd.conf.default [deleted file]
cups/ppd/Bla_blub.ppd [new file with mode: 0644]
cups/ppd/Kyocera_FS-1020D.ppd [deleted file]
cups/printers.conf
cups/subscriptions.conf
dbus-1/system.d/org.kde.polkitkde1.helper.conf [deleted file]
env.d/99polkit-kde [deleted file]
fonts/conf.avail/99pdftoopvp.conf [new file with mode: 0644]
init.d/cups-browsed [new file with mode: 0755]
init.d/cupsd
init.d/udev
login.defs
openvpn/profitbricks/keys/ca.2010-07.crt [new file with mode: 0644]
openvpn/profitbricks/keys/ca.2013-07.crt [new file with mode: 0644]
openvpn/profitbricks/keys/ca.crt [changed from file to symlink]
openvpn/profitbricks/keys/pb-2-fbrehm.2013-0.crt [new file with mode: 0644]
openvpn/profitbricks/keys/pb-2-fbrehm.2013-0.csr [new file with mode: 0644]
openvpn/profitbricks/keys/pb-2-fbrehm.2013-0.key [new file with mode: 0644]
openvpn/profitbricks/keys/pb-2-fbrehm.crt
openvpn/profitbricks/keys/pb-2-fbrehm.csr
openvpn/profitbricks/keys/pb-2-fbrehm.key
pam.d/login
pam.d/newusers
pam.d/passwd
pam.d/su
pam.d/system-login
printcap
profile.env
resolv.conf
runlevels/default/cups-browsed [new symlink]
ssl/certs/0d8b9131.0 [deleted symlink]
ssl/certs/0f11b315.0 [deleted symlink]
ssl/certs/1503d3dd.0 [deleted symlink]
ssl/certs/3ee7e181.1 [deleted symlink]
ssl/certs/48ef30f1.0 [deleted symlink]
ssl/certs/5c67e263.0 [deleted symlink]
ssl/certs/6faac4e3.0 [deleted symlink]
ssl/certs/972672fc.0 [deleted symlink]
ssl/certs/a9603aca.0 [deleted symlink]
ssl/certs/ad493b2e.0 [deleted symlink]
ssl/certs/b293fb2c.0 [deleted symlink]
ssl/certs/b4f0b7e7.0 [deleted symlink]
ssl/certs/bccd5223.0 [deleted symlink]
ssl/certs/e1213163.0 [deleted symlink]
ssl/certs/f15719eb.0 [deleted symlink]
udev/hwdb.bin
udev/rules.d/kino.rules [deleted file]
vim/vimrc.local

index 936099fc3e2fda8a918da1d7b76ecfb791bced4e..e460ebec6c58d0ac4a159212cf00884c85227534 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: cupsd.conf.in 9310 2010-09-21 22:34:57Z mike $"
+# "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $"
 #
 # Sample configuration file for the CUPS scheduler.  See "man cupsd.conf" for a
 # complete description of this file.
@@ -23,16 +23,21 @@ ErrorLog /var/log/cups/error.log
 PageLog /var/log/cups/page.log
 # Show shared printers on the local network.
 Browsing On
+# We switch this off by default in Gentoo, to avoid an unnecessary open port.
+#Browsing Off
 BrowseOrder allow,deny
 BrowseAllow all
-BrowseLocalProtocols CUPS
+# BrowseLocalProtocols CUPS
+BrowseLocalProtocols CUPS dnssd
 
 # Default authentication type, when authentication is required...
 DefaultAuthType Basic
 
+# Web interface setting...
+WebInterface Yes
+
 # Restrict access to the server...
 <Location />
-  # Allow remote administration...
   Order allow,deny
   Allow @LOCAL
 </Location>
@@ -54,12 +59,18 @@ DefaultAuthType Basic
 
 # Set the default printer/job policies...
 <Policy default>
+  # Job/subscription privacy...
+  JobPrivateAccess default
+  JobPrivateValues default
+  SubscriptionPrivateAccess default
+  SubscriptionPrivateValues default
+
   # Job-related operations must be done by the owner or an administrator...
   <Limit Create-Job Print-Job Print-URI Validate-Job>
     Order deny,allow
   </Limit>
 
-  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
+  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
     Require user @OWNER @SYSTEM
     Order deny,allow
   </Limit>
@@ -72,7 +83,7 @@ DefaultAuthType Basic
   </Limit>
 
   # All printer operations require a printer operator to authenticate...
-  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
+  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
     AuthType Default
     Require user @SYSTEM
     Order deny,allow
@@ -91,13 +102,19 @@ DefaultAuthType Basic
 
 # Set the authenticated printer/job policies...
 <Policy authenticated>
+  # Job/subscription privacy...
+  JobPrivateAccess default
+  JobPrivateValues default
+  SubscriptionPrivateAccess default
+  SubscriptionPrivateValues default
+
   # Job-related operations must be done by the owner or an administrator...
   <Limit Create-Job Print-Job Print-URI Validate-Job>
     AuthType Default
     Order deny,allow
   </Limit>
 
-  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
+  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
     AuthType Default
     Require user @OWNER @SYSTEM
     Order deny,allow
@@ -111,7 +128,7 @@ DefaultAuthType Basic
   </Limit>
 
   # All printer operations require a printer operator to authenticate...
-  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
+  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
     AuthType Default
     Require user @SYSTEM
     Order deny,allow
@@ -130,5 +147,5 @@ DefaultAuthType Basic
 </Policy>
 
 #
-# End of "$Id: cupsd.conf.in 9310 2010-09-21 22:34:57Z mike $".
+# End of "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $".
 #
diff --git a/config-archive/etc/cups/cupsd.conf.1 b/config-archive/etc/cups/cupsd.conf.1
new file mode 100644 (file)
index 0000000..936099f
--- /dev/null
@@ -0,0 +1,134 @@
+#
+# "$Id: cupsd.conf.in 9310 2010-09-21 22:34:57Z mike $"
+#
+# Sample configuration file for the CUPS scheduler.  See "man cupsd.conf" for a
+# complete description of this file.
+#
+
+# Log general information in error_log - change "warn" to "debug"
+# for troubleshooting...
+LogLevel info
+
+# Administrator user group...
+SystemGroup lpadmin
+
+
+# Only listen for connections from the local machine.
+Listen localhost:631
+Listen 10.12.11.2:631
+# Port 631
+Listen /var/run/cups/cups.sock
+AccessLog /var/log/cups/access.log
+ErrorLog /var/log/cups/error.log
+PageLog /var/log/cups/page.log
+# Show shared printers on the local network.
+Browsing On
+BrowseOrder allow,deny
+BrowseAllow all
+BrowseLocalProtocols CUPS
+
+# Default authentication type, when authentication is required...
+DefaultAuthType Basic
+
+# Restrict access to the server...
+<Location />
+  # Allow remote administration...
+  Order allow,deny
+  Allow @LOCAL
+</Location>
+
+# Restrict access to the admin pages...
+<Location /admin>
+  Encryption Required
+  Order allow,deny
+  Allow @LOCAL
+</Location>
+
+# Restrict access to configuration files...
+<Location /admin/conf>
+  AuthType Default
+  Require user @SYSTEM
+  Order allow,deny
+  Allow @LOCAL
+</Location>
+
+# Set the default printer/job policies...
+<Policy default>
+  # Job-related operations must be done by the owner or an administrator...
+  <Limit Create-Job Print-Job Print-URI Validate-Job>
+    Order deny,allow
+  </Limit>
+
+  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
+    Require user @OWNER @SYSTEM
+    Order deny,allow
+  </Limit>
+
+  # All administration operations require an administrator to authenticate...
+  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
+    AuthType Default
+    Require user @SYSTEM
+    Order deny,allow
+  </Limit>
+
+  # All printer operations require a printer operator to authenticate...
+  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
+    AuthType Default
+    Require user @SYSTEM
+    Order deny,allow
+  </Limit>
+
+  # Only the owner or an administrator can cancel or authenticate a job...
+  <Limit Cancel-Job CUPS-Authenticate-Job>
+    Require user @OWNER @SYSTEM
+    Order deny,allow
+  </Limit>
+
+  <Limit All>
+    Order deny,allow
+  </Limit>
+</Policy>
+
+# Set the authenticated printer/job policies...
+<Policy authenticated>
+  # Job-related operations must be done by the owner or an administrator...
+  <Limit Create-Job Print-Job Print-URI Validate-Job>
+    AuthType Default
+    Order deny,allow
+  </Limit>
+
+  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
+    AuthType Default
+    Require user @OWNER @SYSTEM
+    Order deny,allow
+  </Limit>
+
+  # All administration operations require an administrator to authenticate...
+  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
+    AuthType Default
+    Require user @SYSTEM
+    Order deny,allow
+  </Limit>
+
+  # All printer operations require a printer operator to authenticate...
+  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
+    AuthType Default
+    Require user @SYSTEM
+    Order deny,allow
+  </Limit>
+
+  # Only the owner or an administrator can cancel or authenticate a job...
+  <Limit Cancel-Job CUPS-Authenticate-Job>
+    AuthType Default
+    Require user @OWNER @SYSTEM
+    Order deny,allow
+  </Limit>
+
+  <Limit All>
+    Order deny,allow
+  </Limit>
+</Policy>
+
+#
+# End of "$Id: cupsd.conf.in 9310 2010-09-21 22:34:57Z mike $".
+#
index ea8c06130d763a08ad92e6aeb2def2be35bd757b..43b2eaecb515a193190dc710129f9e318f907fb3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $"
+# "$Id: cupsd.conf.in 10710 2012-11-26 18:26:01Z mike $"
 #
 # Sample configuration file for the CUPS scheduler.  See "man cupsd.conf" for a
 # complete description of this file.
@@ -9,20 +9,13 @@
 # for troubleshooting...
 LogLevel warn
 
-# Administrator user group...
-SystemGroup lpadmin
-
-
 # Only listen for connections from the local machine.
 Listen localhost:631
-Listen /var/run/cups/cups.sock
+Listen /run/cups/cups.sock
 
 # Show shared printers on the local network.
-# We switch this off by default in Gentoo, to avoid an unnecessary open port.
-Browsing Off
-BrowseOrder allow,deny
-BrowseAllow all
-BrowseLocalProtocols CUPS dnssd
+Browsing On
+BrowseLocalProtocols dnssd
 
 # Default authentication type, when authentication is required...
 DefaultAuthType Basic
@@ -137,5 +130,5 @@ WebInterface Yes
 </Policy>
 
 #
-# End of "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $".
+# End of "$Id: cupsd.conf.in 10710 2012-11-26 18:26:01Z mike $".
 #
diff --git a/config-archive/etc/pam.d/login b/config-archive/etc/pam.d/login
new file mode 100644 (file)
index 0000000..13abd27
--- /dev/null
@@ -0,0 +1,6 @@
+auth       required    pam_securetty.so
+auth       include     system-local-login
+
+account    include     system-local-login
+password   include     system-local-login
+session    include     system-local-login
diff --git a/config-archive/etc/pam.d/login.dist b/config-archive/etc/pam.d/login.dist
new file mode 100644 (file)
index 0000000..787803d
--- /dev/null
@@ -0,0 +1,6 @@
+auth       required    pam_securetty.so
+auth       include     system-local-login
+account    include     system-local-login
+password   include     system-local-login
+session    optional pam_lastlog.so 
+session    include     system-local-login
diff --git a/config-archive/etc/pam.d/passwd b/config-archive/etc/pam.d/passwd
new file mode 100644 (file)
index 0000000..960b32e
--- /dev/null
@@ -0,0 +1,8 @@
+#%PAM-1.0
+
+auth       sufficient   pam_rootok.so
+auth       include     system-auth
+
+account    include     system-auth
+
+password   include     system-auth
diff --git a/config-archive/etc/pam.d/passwd.dist b/config-archive/etc/pam.d/passwd.dist
new file mode 100644 (file)
index 0000000..bcb5d2c
--- /dev/null
@@ -0,0 +1,4 @@
+auth       sufficient   pam_rootok.so
+auth       include     system-auth
+account    include     system-auth
+password   include     system-auth
diff --git a/config-archive/etc/pam.d/su b/config-archive/etc/pam.d/su
new file mode 100644 (file)
index 0000000..d15c7ed
--- /dev/null
@@ -0,0 +1,32 @@
+#%PAM-1.0
+
+auth       sufficient  pam_rootok.so
+
+# If you want to restrict users begin allowed to su even more,
+# create /etc/security/suauth.allow (or to that matter) that is only
+# writable by root, and add users that are allowed to su to that
+# file, one per line.
+#auth       required     pam_listfile.so item=ruser sense=allow onerr=fail file=/etc/security/suauth.allow
+
+# Uncomment this to allow users in the wheel group to su without
+# entering a passwd.
+#auth       sufficient   pam_wheel.so use_uid trust
+
+# Alternatively to above, you can implement a list of users that do
+# not need to supply a passwd with a list.
+#auth       sufficient   pam_listfile.so item=ruser sense=allow onerr=fail file=/etc/security/suauth.nopass
+
+# Comment this to allow any user, even those not in the 'wheel'
+# group to su
+auth       required     pam_wheel.so use_uid
+
+auth       include             system-auth
+
+account    include             system-auth
+
+password   include             system-auth
+
+session    include             system-auth
+session    required     pam_env.so
+session    optional            pam_xauth.so
+
diff --git a/config-archive/etc/pam.d/su.dist b/config-archive/etc/pam.d/su.dist
new file mode 100644 (file)
index 0000000..30c2834
--- /dev/null
@@ -0,0 +1,8 @@
+auth       sufficient  pam_rootok.so
+auth       required     pam_wheel.so use_uid
+auth       include             system-auth
+account    include             system-auth
+password   include             system-auth
+session    include             system-auth
+session    required     pam_env.so
+session    optional            pam_xauth.so
index c0f8b58d1949b66603a05dc7654ec03f099052a1..23b42d9cd0f16fbc169ba20e36df6dacc81ab971 100644 (file)
@@ -449,7 +449,7 @@ FaceDir=/var/lib/kdm/faces
 # Random seed for forging saved session types, etc. of unknown users.
 # This value should be random but constant across the login domain.
 # Default is 0
-ForgingSeed=1371047480
+ForgingSeed=1372757330
 # Specify conversation plugins for the login dialog. Each plugin can be
 # specified as a base name (which expands to $kde_modulesdir/kgreet_$base)
 # or as a full pathname.
index c1a9909483f1316fc7a9a98a9f473cc4fd682148..bfdb234baa6568a5900e2e362ad398bd4c8c645b 100755 (executable)
@@ -2,8 +2,10 @@
 
 #/usr/sbin/logrotate /etc/logrotate.conf
 if [ -x /usr/scripts/logrotate.pl ] ; then
+    /usr/scripts/logrotate.pl >> /var/log/logrotate.log
     EXITVALUE=$?
     if [ $EXITVALUE != 0 ]; then
         /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]"
     fi
+fi
 exit 0
diff --git a/csh.env b/csh.env
index b26cf0e612621765d1491642cee3259e88cf7c50..c3c3568b284efb9fcbaaed94035a6037e93141fb 100644 (file)
--- a/csh.env
+++ b/csh.env
@@ -3,7 +3,7 @@
 # GO INTO /etc/csh.cshrc NOT /etc/csh.env
 
 setenv ANT_HOME '/usr/share/ant'
-setenv CONFIG_PROTECT '/var/bind /usr/share/gnupg/qualified.txt /var/lib/hsqldb /usr/share/config /usr/share/polkit-1/actions'
+setenv CONFIG_PROTECT '/var/bind /usr/share/gnupg/qualified.txt /var/lib/hsqldb /usr/share/config'
 setenv CONFIG_PROTECT_MASK '/etc/gentoo-release /etc/sandbox.d /etc/php/cli-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/apache2-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/apache2-php5.4/ext-active/ /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/dconf /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild'
 setenv EDITOR '/usr/bin/vim'
 setenv FLTK_DOCDIR '/usr/share/doc/fltk-1.3.0-r1/html'
index c712beb1f0fc6f4b4424171d45bfc4a4520d3227..ecd09267851c07195c76b259fd3ac99408ea56b3 100644 (file)
@@ -1,3 +1,3 @@
-# Class configuration file for CUPS v1.5.2
-# Written by cupsd on 2013-02-16 13:36
+# Class configuration file for CUPS v1.6.2
+# Written by cupsd on 2013-07-12 22:47
 # DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
index d6d639eac0377b3b2dd78aadb76d0e93cd19b724..34395d3657faae9d8a8affa7e8d591580eb68341 100644 (file)
@@ -1 +1 @@
-ServerName /var/run/cups/cups.sock
+ServerName /run/cups/cups.sock
diff --git a/cups/cups-browsed.conf b/cups/cups-browsed.conf
new file mode 100644 (file)
index 0000000..57d2deb
--- /dev/null
@@ -0,0 +1,26 @@
+# Which protocols will we use to discover printers on the network?
+# Can use DNSSD and/or CUPS, or 'none' for neither.
+BrowseRemoteProtocols DNSSD,CUPS
+
+# Which protocols will we use to broadcast shared local printers to the network?
+# Can use DNSSD and/or CUPS, or 'none' for neither.
+# Only CUPS is actually supported, as DNSSD is done by CUPS itself (we ignore
+# DNSSD in this directive).
+# BrowseLocalProtocols none
+
+# Settings of this directive apply to both BrowseRemoteProtocols and
+# BrowseLocalProtocols.
+# Can use DNSSD and/or CUPS, or 'none' for neither.
+# BrowseProtocols none
+
+# Only browse remote printers from selected servers
+# BrowseAllow cups.example.com
+# BrowseAllow 192.168.1.12
+# BrowseAllow 192.168.1.0/24
+# BrowseAllow 192.168.1.0/255.255.255.0
+
+# Use BrowsePoll to poll a particular CUPS server
+# BrowsePoll cups.example.com
+# BrowsePoll cups.example.com:631
+
+# Unknown directives are ignored, also unknown values.
diff --git a/cups/cups-files.conf b/cups/cups-files.conf
new file mode 100644 (file)
index 0000000..a326e65
--- /dev/null
@@ -0,0 +1,98 @@
+#
+# "$Id: cups-files.conf.in 10765 2012-12-13 20:36:17Z mike $"
+#
+# Sample file/directory/user/group configuration file for the CUPS scheduler.
+# See "man cups-files.conf" for a complete description of this file.
+#
+
+# List of events that are considered fatal errors for the scheduler...
+#FatalErrors config
+
+# Default user and group for filters/backends/helper programs; this cannot be
+# any user or group that resolves to ID 0 for security reasons...
+#User lp
+#Group lp
+
+# Administrator user group, used to match @SYSTEM in cupsd.conf policy rules...
+SystemGroup lpadmin
+
+
+# User that is substituted for unauthenticated (remote) root accesses...
+#RemoteRoot remroot
+
+# Do we allow file: device URIs other than to /dev/null?
+#FileDevice No
+
+# Permissions for configuration and log files...
+#ConfigFilePerm 0640
+#LogFilePerm 0644
+
+# Location of the file logging all access to the scheduler; may be the name
+# "syslog". If not an absolute path, the value of ServerRoot is used as the
+# root directory.  Also see the "AccessLogLevel" directive in cupsd.conf.
+AccessLog /var/log/cups/access_log
+
+# Location of cache files used by the scheduler...
+#CacheDir /var/cache/cups
+
+# Location of data files used by the scheduler...
+#DataDir /usr/share/cups
+
+# Location of the static web content served by the scheduler...
+#DocumentRoot /usr/share/cups/html
+
+# Location of the file logging all messages produced by the scheduler and any
+# helper programs; may be the name "syslog". If not an absolute path, the value
+# of ServerRoot is used as the root directory.  Also see the "LogLevel"
+# directive in cupsd.conf.
+ErrorLog /var/log/cups/error_log
+
+# Location of fonts used by older print filters...
+#FontPath /usr/share/cups/fonts
+
+# Location of LPD configuration
+#LPDConfigFile xinetd:///etc/xinetd.d/cups-lpd
+
+# Location of the file logging all pages printed by the scheduler and any
+# helper programs; may be the name "syslog". If not an absolute path, the value
+# of ServerRoot is used as the root directory.  Also see the "PageLogFormat"
+# directive in cupsd.conf.
+PageLog /var/log/cups/page_log
+
+# Location of the file listing all of the local printers...
+#Printcap /etc/printcap
+
+# Format of the Printcap file...
+#PrintcapFormat bsd
+#PrintcapFormat plist
+#PrintcapFormat solaris
+
+# Location of all spool files...
+#RequestRoot /var/spool/cups
+
+# Location of helper programs...
+#ServerBin /usr/lib/cups
+
+# SSL/TLS certificate for the scheduler...
+#ServerCertificate ssl/server.crt
+
+# SSL/TLS private key for the scheduler...
+#ServerKey ssl/server.key
+
+# Location of other configuration files...
+#ServerRoot /etc/cups
+
+# Location of Samba configuration file...
+#SMBConfigFile 
+
+# Location of scheduler state files...
+#StateDir /run/cups
+
+# Location of scheduler/helper temporary files. This directory is emptied on
+# scheduler startup and cannot be one of the standard (public) temporary
+# directory locations for security reasons...
+#TempDir /var/spool/cups/tmp
+
+#
+# End of "$Id: cups-files.conf.in 10765 2012-12-13 20:36:17Z mike $".
+#
index e460ebec6c58d0ac4a159212cf00884c85227534..b03f1ffafe003799daa8dc1304a7eb869d4e1e00 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $"
+# "$Id: cupsd.conf.in 10710 2012-11-26 18:26:01Z mike $"
 #
 # Sample configuration file for the CUPS scheduler.  See "man cupsd.conf" for a
 # complete description of this file.
@@ -7,7 +7,7 @@
 
 # Log general information in error_log - change "warn" to "debug"
 # for troubleshooting...
-LogLevel info
+LogLevel debug
 
 # Administrator user group...
 SystemGroup lpadmin
@@ -147,5 +147,5 @@ WebInterface Yes
 </Policy>
 
 #
-# End of "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $".
+# End of "$Id: cupsd.conf.in 10710 2012-11-26 18:26:01Z mike $".
 #
diff --git a/cups/cupsd.conf.default b/cups/cupsd.conf.default
deleted file mode 100644 (file)
index ea8c061..0000000
+++ /dev/null
@@ -1,141 +0,0 @@
-#
-# "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $"
-#
-# Sample configuration file for the CUPS scheduler.  See "man cupsd.conf" for a
-# complete description of this file.
-#
-
-# Log general information in error_log - change "warn" to "debug"
-# for troubleshooting...
-LogLevel warn
-
-# Administrator user group...
-SystemGroup lpadmin
-
-
-# Only listen for connections from the local machine.
-Listen localhost:631
-Listen /var/run/cups/cups.sock
-
-# Show shared printers on the local network.
-# We switch this off by default in Gentoo, to avoid an unnecessary open port.
-Browsing Off
-BrowseOrder allow,deny
-BrowseAllow all
-BrowseLocalProtocols CUPS dnssd
-
-# Default authentication type, when authentication is required...
-DefaultAuthType Basic
-
-# Web interface setting...
-WebInterface Yes
-
-# Restrict access to the server...
-<Location />
-  Order allow,deny
-</Location>
-
-# Restrict access to the admin pages...
-<Location /admin>
-  Order allow,deny
-</Location>
-
-# Restrict access to configuration files...
-<Location /admin/conf>
-  AuthType Default
-  Require user @SYSTEM
-  Order allow,deny
-</Location>
-
-# Set the default printer/job policies...
-<Policy default>
-  # Job/subscription privacy...
-  JobPrivateAccess default
-  JobPrivateValues default
-  SubscriptionPrivateAccess default
-  SubscriptionPrivateValues default
-
-  # Job-related operations must be done by the owner or an administrator...
-  <Limit Create-Job Print-Job Print-URI Validate-Job>
-    Order deny,allow
-  </Limit>
-
-  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
-    Require user @OWNER @SYSTEM
-    Order deny,allow
-  </Limit>
-
-  # All administration operations require an administrator to authenticate...
-  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
-    AuthType Default
-    Require user @SYSTEM
-    Order deny,allow
-  </Limit>
-
-  # All printer operations require a printer operator to authenticate...
-  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
-    AuthType Default
-    Require user @SYSTEM
-    Order deny,allow
-  </Limit>
-
-  # Only the owner or an administrator can cancel or authenticate a job...
-  <Limit Cancel-Job CUPS-Authenticate-Job>
-    Require user @OWNER @SYSTEM
-    Order deny,allow
-  </Limit>
-
-  <Limit All>
-    Order deny,allow
-  </Limit>
-</Policy>
-
-# Set the authenticated printer/job policies...
-<Policy authenticated>
-  # Job/subscription privacy...
-  JobPrivateAccess default
-  JobPrivateValues default
-  SubscriptionPrivateAccess default
-  SubscriptionPrivateValues default
-
-  # Job-related operations must be done by the owner or an administrator...
-  <Limit Create-Job Print-Job Print-URI Validate-Job>
-    AuthType Default
-    Order deny,allow
-  </Limit>
-
-  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
-    AuthType Default
-    Require user @OWNER @SYSTEM
-    Order deny,allow
-  </Limit>
-
-  # All administration operations require an administrator to authenticate...
-  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
-    AuthType Default
-    Require user @SYSTEM
-    Order deny,allow
-  </Limit>
-
-  # All printer operations require a printer operator to authenticate...
-  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
-    AuthType Default
-    Require user @SYSTEM
-    Order deny,allow
-  </Limit>
-
-  # Only the owner or an administrator can cancel or authenticate a job...
-  <Limit Cancel-Job CUPS-Authenticate-Job>
-    AuthType Default
-    Require user @OWNER @SYSTEM
-    Order deny,allow
-  </Limit>
-
-  <Limit All>
-    Order deny,allow
-  </Limit>
-</Policy>
-
-#
-# End of "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $".
-#
diff --git a/cups/ppd/Bla_blub.ppd b/cups/ppd/Bla_blub.ppd
new file mode 100644 (file)
index 0000000..acf115d
--- /dev/null
@@ -0,0 +1,3404 @@
+*PPD-Adobe: "4.3"
+*% PPD file for CUPS/Gutenprint.
+*% Copyright 1993-2008 by Mike Sweet and Robert Krawitz.
+*% This program is free software; you can redistribute it and/or
+*% modify it under the terms of the GNU General Public License,
+*% version 2, as published by the Free Software Foundation.
+*%
+*% This program is distributed in the hope that it will be useful, but
+*% WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+*% or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+*% for more details.
+*%
+*% You should have received a copy of the GNU General Public License
+*% along with this program; if not, write to the Free Software
+*% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+*%
+*FormatVersion:        "4.3"
+*FileVersion:  "5.2.9"
+*LanguageVersion: English
+*LanguageEncoding: ISOLatin1
+*PCFileName:   "STP01303.PPD"
+*Manufacturer: "Kyocera"
+*Product:      "(Kyocera FS-1020D)"
+*ModelName:     "Kyocera FS-1020D"
+*ShortNickName: "Kyocera FS-1020D"
+*NickName:      "Kyocera FS-1020D - CUPS+Gutenprint v5.2.9"
+*PSVersion:    "(3010.000) 0"
+*LanguageLevel:        "3"
+*ColorDevice:  False
+*DefaultColorSpace:    Gray
+*FileSystem:   False
+*LandscapeOrientation: Plus90
+*TTRasterizer: Type42
+*cupsVersion:  1.2
+*cupsManualCopies: True
+*cupsFilter:   "application/vnd.cups-raster 100 rastertogutenprint.5.2"
+*cupsLanguages: "cs da de el en_GB es fi fr gl hu it ja nb nl pl pt ru sk sl sv uk zh_CN zh_TW"
+
+*StpDriverName:        "kyocera-fs-1020d"
+*StpDriverModelFamily: "62_pcl"
+*StpPPDLocation: "/usr/share/cups/model/gutenprint/5.2/C/ppd/stp-kyocera-fs-1020d.5.2.ppd"
+*StpLocale:    "C"
+*VariablePaperSize: false
+
+*OpenUI *PageSize/Media Size: PickOne
+*OPOptionHints PageSize: "dropdown"
+*OrderDependency: 10 AnySetup *PageSize
+*StpStpPageSize: 0 1 2 0 255 0.000 0.000 0.000
+*DefaultPageSize: A4
+*StpDefaultPageSize: Letter
+*PageSize Letter/Letter:       "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
+*PageSize Legal/Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
+*PageSize Executive/Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
+*PageSize Statement/Manual:    "<</PageSize[396 612]/ImagingBBox null>>setpagedevice"
+*PageSize A4/A4:       "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
+*PageSize C5/C5:       "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
+*PageSize C6/C6:       "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
+*PageSize DL/DL:       "<</PageSize[311 623]/ImagingBBox null>>setpagedevice"
+*PageSize COM10/Commercial 10: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
+*PageSize Monarch/Monarch Envelope:    "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
+*CloseUI: *PageSize
+
+*OpenUI *PageRegion/Media Size: PickOne
+*OPOptionHints PageRegion: "dropdown"
+*OrderDependency: 10 AnySetup *PageRegion
+*DefaultPageRegion: A4
+*StpDefaultPageRegion: Letter
+*PageRegion Letter/Letter:     "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
+*PageRegion Legal/Legal:       "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
+*PageRegion Executive/Executive:       "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
+*PageRegion Statement/Manual:  "<</PageSize[396 612]/ImagingBBox null>>setpagedevice"
+*PageRegion A4/A4:     "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
+*PageRegion C5/C5:     "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
+*PageRegion C6/C6:     "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
+*PageRegion DL/DL:     "<</PageSize[311 623]/ImagingBBox null>>setpagedevice"
+*PageRegion COM10/Commercial 10:       "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
+*PageRegion Monarch/Monarch Envelope:  "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
+*CloseUI: *PageRegion
+
+*DefaultImageableArea: A4
+*StpDefaultImageableArea: Letter
+*ImageableArea Letter/Letter:  "18 12 594 780"
+*ImageableArea Legal/Legal:    "18 12 594 996"
+*ImageableArea Executive/Executive:    "18 12 504 744"
+*ImageableArea Statement/Manual:       "18 12 378 600"
+*ImageableArea A4/A4:  "18 12 577 830"
+*ImageableArea C5/C5:  "18 12 441 637"
+*ImageableArea C6/C6:  "18 12 305 447"
+*ImageableArea DL/DL:  "18 12 293 611"
+*ImageableArea COM10/Commercial 10:    "18 12 279 672"
+*ImageableArea Monarch/Monarch Envelope:       "18 12 261 528"
+
+*DefaultPaperDimension: A4
+*StpDefaultPaperDimension: Letter
+*PaperDimension Letter/Letter: "612 792"
+*PaperDimension Legal/Legal:   "612 1008"
+*PaperDimension Executive/Executive:   "522 756"
+*PaperDimension Statement/Manual:      "396 612"
+*PaperDimension A4/A4: "595 842"
+*PaperDimension C5/C5: "459 649"
+*PaperDimension C6/C6: "323 459"
+*PaperDimension DL/DL: "311 623"
+*PaperDimension COM10/Commercial 10:   "297 684"
+*PaperDimension Monarch/Monarch Envelope:      "279 540"
+
+*ColorKeyWords: "ColorModel"
+*OpenUI *ColorModel/Color Model: PickOne
+*OPOptionHints ColorModel: "radiobuttons"
+*OrderDependency: 2 AnySetup *ColorModel
+*DefaultColorModel: Gray
+*StpDefaultColorModel: Gray
+*ColorModel Gray/Grayscale:    "<</cupsColorSpace 0/cupsColorOrder 0>>setpagedevice"
+*ColorModel Black/Inverted Grayscale:  "<</cupsColorSpace 3/cupsColorOrder 0>>setpagedevice"
+*CloseUI: *ColorModel
+
+*ColorKeyWords: "StpColorPrecision"
+*OpenUI *StpColorPrecision/Color Precision: PickOne
+*OPOptionHints StpColorPrecision: "radiobuttons"
+*OrderDependency: 1 AnySetup *StpColorPrecision
+*DefaultStpColorPrecision: Normal
+*StpDefaultStpColorPrecision: Normal
+*StpColorPrecision Normal/Normal:      "<</cupsBitsPerColor 8>>setpagedevice"
+*StpColorPrecision Best/Best:  "<</cupsBitsPerColor 8/cupsPreferredBitsPerColor 16>>setpagedevice"
+*CloseUI: *StpColorPrecision
+
+*OpenUI *InputSlot/Media Source: PickOne
+*OPOptionHints InputSlot: "dropdown"
+*OrderDependency: 10 AnySetup *InputSlot
+*StpStpInputSlot: 0 1 0 0 255 0.000 0.000 0.000
+*DefaultInputSlot: Standard
+*StpDefaultInputSlot: Standard
+*InputSlot Standard/Standard:  "<</MediaClass(Standard)>>setpagedevice"
+*InputSlot ManualAdj/Manual - Movable Guides:  "<</MediaClass(ManualAdj)>>setpagedevice"
+*InputSlot Manual/Manual:      "<</MediaClass(Manual)>>setpagedevice"
+*InputSlot MultiPurposeAdj/Tray 1 - Movable Guides:    "<</MediaClass(MultiPurposeAdj)>>setpagedevice"
+*InputSlot MultiPurpose/Tray 1:        "<</MediaClass(MultiPurpose)>>setpagedevice"
+*InputSlot UpperAdj/Tray 2 - Movable Guides:   "<</MediaClass(UpperAdj)>>setpagedevice"
+*InputSlot Upper/Tray 2:       "<</MediaClass(Upper)>>setpagedevice"
+*InputSlot LowerAdj/Tray 3 - Movable Guides:   "<</MediaClass(LowerAdj)>>setpagedevice"
+*InputSlot Lower/Tray 3:       "<</MediaClass(Lower)>>setpagedevice"
+*InputSlot LargeCapacityAdj/Tray 4 - Movable Guides:   "<</MediaClass(LargeCapacityAdj)>>setpagedevice"
+*InputSlot LargeCapacity/Tray 4:       "<</MediaClass(LargeCapacity)>>setpagedevice"
+*CloseUI: *InputSlot
+
+*ColorKeyWords: "Quality"
+*OpenUI *StpQuality/Print Quality: PickOne
+*OPOptionHints Quality: "radiobuttons"
+*OrderDependency: 10 AnySetup *StpQuality
+*StpStpQuality: 0 1 0 0 255 0.000 0.000 0.000
+*DefaultStpQuality: Standard
+*StpDefaultStpQuality: Standard
+*StpQuality None/Manual Control:       "<</HWResolution[300 300]/cupsRowFeed 1>>setpagedevice"
+*StpQuality Draft/Draft:       "<</HWResolution[150 150]/cupsRowFeed 2>>setpagedevice"
+*StpQuality Standard/Standard: "<</HWResolution[300 300]/cupsRowFeed 3>>setpagedevice"
+*StpQuality High/High: "<</HWResolution[600 600]/cupsRowFeed 4>>setpagedevice"
+*CloseUI: *StpQuality
+
+*ColorKeyWords: "Resolution"
+*OpenUI *Resolution/Resolution: PickOne
+*OPOptionHints Resolution: "resolution radiobuttons"
+*OrderDependency: 10 AnySetup *Resolution
+*StpStpResolution: 0 1 0 0 255 0.000 0.000 0.000
+*DefaultResolution: 600dpi
+*StpDefaultResolution: 301x300dpi
+*Resolution 301x300dpi/Automatic:      "<</HWResolution[300 300]>>setpagedevice"
+*StpResolutionMap: 301x300dpi None
+*Resolution 150dpi/150x150 DPI:        "<</HWResolution[150 150]/cupsCompression 2>>setpagedevice"
+*Resolution 300dpi/300x300 DPI:        "<</HWResolution[300 300]/cupsCompression 3>>setpagedevice"
+*Resolution 600dpi/600x600 DPI:        "<</HWResolution[600 600]/cupsCompression 4>>setpagedevice"
+*CloseUI: *Resolution
+
+*OpenUI *Duplex/2-Sided Printing: PickOne
+*OPOptionHints Duplex: "radiobuttons"
+*OrderDependency: 10 AnySetup *Duplex
+*StpStpDuplex: 0 1 0 0 255 0.000 0.000 0.000
+*DefaultDuplex: DuplexNoTumble
+*StpDefaultDuplex: None
+*Duplex None/Off: "<</Duplex false>>setpagedevice"
+*Duplex DuplexNoTumble/Long Edge (Standard): "<</Duplex true/Tumble false>>setpagedevice"
+*Duplex DuplexTumble/Short Edge (Flip): "<</Duplex true/Tumble true>>setpagedevice"
+*CloseUI: *Duplex
+
+*OpenUI *StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: PickOne
+*OPOptionHints StpiShrinkOutput: "radiobuttons"
+*OrderDependency: 10 AnySetup *StpiShrinkOutput
+*DefaultStpiShrinkOutput: Shrink
+*StpDefaultStpiShrinkOutput: Shrink
+*StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*CloseUI: *StpiShrinkOutput
+
+*OpenGroup: C1L0/Output Control Common
+*cs.Translation C1L0/Output Control Common: ""
+*da.Translation C1L0/Udskriftskontrol Almindelig: ""
+*de.Translation C1L0/Ausgabesteuerung Allgemein: ""
+*el.Translation C1L0/Output Control Common: ""
+*en_GB.Translation C1L0/Output Control Common: ""
+*es.Translation C1L0/Output Control Common: ""
+*fi.Translation C1L0/Ulostulon hallinta Yleiset: ""
+*fr.Translation C1L0/contrôle de sortie Commun: ""
+*gl.Translation C1L0/Control de saída Común: ""
+*hu.Translation C1L0/Kimenetvezérlés Közös: ""
+*it.Translation C1L0/Controlli di stampa Comuni: ""
+*ja.Translation C1L0/Output Control Common: ""
+*nb.Translation C1L0/Output Control Common: ""
+*nl.Translation C1L0/Controle op uitvoer Gezamelijk: ""
+*pl.Translation C1L0/Output Control Common: ""
+*pt.Translation C1L0/Output Control Common: ""
+*ru.Translation C1L0/Контроль вывода Common: ""
+*sk.Translation C1L0/Output Control Common: ""
+*sl.Translation C1L0/Nadzor izhoda Skupno: ""
+*sv.Translation C1L0/Output Control Vanlig: ""
+*uk.Translation C1L0/Керування виводомТип: ""
+*zh_CN.Translation C1L0/Output Control Common: ""
+*zh_TW.Translation C1L0/Output Control Common: ""
+
+*ColorKeyWords: "StpColorCorrection"
+*OpenUI *StpColorCorrection/Color Correction: PickOne
+*OrderDependency: 10 AnySetup *StpColorCorrection
+*OPOptionHints StpColorCorrection: "dropdown"
+*StpStpColorCorrection: 0 1 1 0 255 0.000 0.000 0.000
+*DefaultStpColorCorrection: None
+*StpDefaultStpColorCorrection: None
+*StpColorCorrection None/Default: ""
+*StpColorCorrection Accurate/High Accuracy: ""
+*StpColorCorrection Bright/Bright Colors: ""
+*StpColorCorrection Hue/Correct Hue Only: ""
+*StpColorCorrection Uncorrected/Uncorrected: ""
+*StpColorCorrection Desaturated/Desaturated: ""
+*StpColorCorrection Threshold/Threshold: ""
+*StpColorCorrection Density/Density: ""
+*StpColorCorrection Raw/Raw: ""
+*StpColorCorrection Predithered/Pre-Dithered: ""
+*CloseUI: *StpColorCorrection
+
+*ColorKeyWords: "StpBrightness"
+*OpenUI *StpBrightness/Brightness: PickOne
+*OrderDependency: 10 AnySetup *StpBrightness
+*OPOptionHints StpBrightness: "slider input spinbox"
+*StpStpBrightness: 3 1 1 0 255 0.000 2.000 1.000
+*DefaultStpBrightness: None
+*StpDefaultStpBrightness: None
+*StpBrightness 0/0.000: ""
+*StpBrightness 100/0.100: ""
+*StpBrightness 200/0.200: ""
+*StpBrightness 300/0.300: ""
+*StpBrightness 400/0.400: ""
+*StpBrightness 500/0.500: ""
+*StpBrightness 600/0.600: ""
+*StpBrightness 700/0.700: ""
+*StpBrightness 800/0.800: ""
+*StpBrightness 900/0.900: ""
+*StpBrightness None/1.000: ""
+*StpBrightness 1100/1.100: ""
+*StpBrightness 1200/1.200: ""
+*StpBrightness 1300/1.300: ""
+*StpBrightness 1400/1.400: ""
+*StpBrightness 1500/1.500: ""
+*StpBrightness 1600/1.600: ""
+*StpBrightness 1700/1.700: ""
+*StpBrightness 1800/1.800: ""
+*StpBrightness 1900/1.900: ""
+*StpBrightness 2000/2.000: ""
+*CloseUI: *StpBrightness
+
+*CustomStpBrightness True: "pop"
+*ParamCustomStpBrightness Value/Value: 1 real 0.000 2.000
+
+*ColorKeyWords: "StpFineBrightness"
+*OpenUI *StpFineBrightness/Brightness Fine Adjustment: PickOne
+*OPOptionHints StpFineBrightness: "hide"
+*StpStpFineBrightness: 9 0 0 0 -1 0.000 0.000 0.000
+*DefaultStpFineBrightness: None
+*StpDefaultStpFineBrightness: None
+*StpFineBrightness None/0.000: ""
+*StpFineBrightness 0/0.000: ""
+*StpFineBrightness 5/0.005: ""
+*StpFineBrightness 10/0.010: ""
+*StpFineBrightness 15/0.015: ""
+*StpFineBrightness 20/0.020: ""
+*StpFineBrightness 25/0.025: ""
+*StpFineBrightness 30/0.030: ""
+*StpFineBrightness 35/0.035: ""
+*StpFineBrightness 40/0.040: ""
+*StpFineBrightness 45/0.045: ""
+*StpFineBrightness 50/0.050: ""
+*StpFineBrightness 55/0.055: ""
+*StpFineBrightness 60/0.060: ""
+*StpFineBrightness 65/0.065: ""
+*StpFineBrightness 70/0.070: ""
+*StpFineBrightness 75/0.075: ""
+*StpFineBrightness 80/0.080: ""
+*StpFineBrightness 85/0.085: ""
+*StpFineBrightness 90/0.090: ""
+*StpFineBrightness 95/0.095: ""
+*CloseUI: *StpFineBrightness
+
+*ColorKeyWords: "StpContrast"
+*OpenUI *StpContrast/Contrast: PickOne
+*OrderDependency: 10 AnySetup *StpContrast
+*OPOptionHints StpContrast: "slider input spinbox"
+*StpStpContrast: 3 1 1 0 255 0.000 4.000 1.000
+*DefaultStpContrast: None
+*StpDefaultStpContrast: None
+*StpContrast 0/0.000: ""
+*StpContrast 100/0.100: ""
+*StpContrast 200/0.200: ""
+*StpContrast 300/0.300: ""
+*StpContrast 400/0.400: ""
+*StpContrast 500/0.500: ""
+*StpContrast 600/0.600: ""
+*StpContrast 700/0.700: ""
+*StpContrast 800/0.800: ""
+*StpContrast 900/0.900: ""
+*StpContrast None/1.000: ""
+*StpContrast 1100/1.100: ""
+*StpContrast 1200/1.200: ""
+*StpContrast 1300/1.300: ""
+*StpContrast 1400/1.400: ""
+*StpContrast 1500/1.500: ""
+*StpContrast 1600/1.600: ""
+*StpContrast 1700/1.700: ""
+*StpContrast 1800/1.800: ""
+*StpContrast 1900/1.900: ""
+*StpContrast 2000/2.000: ""
+*StpContrast 2100/2.100: ""
+*StpContrast 2200/2.200: ""
+*StpContrast 2300/2.300: ""
+*StpContrast 2400/2.400: ""
+*StpContrast 2500/2.500: ""
+*StpContrast 2600/2.600: ""
+*StpContrast 2700/2.700: ""
+*StpContrast 2800/2.800: ""
+*StpContrast 2900/2.900: ""
+*StpContrast 3000/3.000: ""
+*StpContrast 3100/3.100: ""
+*StpContrast 3200/3.200: ""
+*StpContrast 3300/3.300: ""
+*StpContrast 3400/3.400: ""
+*StpContrast 3500/3.500: ""
+*StpContrast 3600/3.600: ""
+*StpContrast 3700/3.700: ""
+*StpContrast 3800/3.800: ""
+*StpContrast 3900/3.900: ""
+*StpContrast 4000/4.000: ""
+*CloseUI: *StpContrast
+
+*CustomStpContrast True: "pop"
+*ParamCustomStpContrast Value/Value: 1 real 0.000 4.000
+
+*ColorKeyWords: "StpFineContrast"
+*OpenUI *StpFineContrast/Contrast Fine Adjustment: PickOne
+*OPOptionHints StpFineContrast: "hide"
+*StpStpFineContrast: 9 0 0 0 -1 0.000 0.000 0.000
+*DefaultStpFineContrast: None
+*StpDefaultStpFineContrast: None
+*StpFineContrast None/0.000: ""
+*StpFineContrast 0/0.000: ""
+*StpFineContrast 5/0.005: ""
+*StpFineContrast 10/0.010: ""
+*StpFineContrast 15/0.015: ""
+*StpFineContrast 20/0.020: ""
+*StpFineContrast 25/0.025: ""
+*StpFineContrast 30/0.030: ""
+*StpFineContrast 35/0.035: ""
+*StpFineContrast 40/0.040: ""
+*StpFineContrast 45/0.045: ""
+*StpFineContrast 50/0.050: ""
+*StpFineContrast 55/0.055: ""
+*StpFineContrast 60/0.060: ""
+*StpFineContrast 65/0.065: ""
+*StpFineContrast 70/0.070: ""
+*StpFineContrast 75/0.075: ""
+*StpFineContrast 80/0.080: ""
+*StpFineContrast 85/0.085: ""
+*StpFineContrast 90/0.090: ""
+*StpFineContrast 95/0.095: ""
+*CloseUI: *StpFineContrast
+
+*ColorKeyWords: "StpImageType"
+*OpenUI *StpImageType/Image Type: PickOne
+*OrderDependency: 10 AnySetup *StpImageType
+*OPOptionHints StpImageType: "dropdown"
+*StpStpImageType: 0 1 1 0 255 0.000 0.000 0.000
+*DefaultStpImageType: TextGraphics
+*StpDefaultStpImageType: TextGraphics
+*StpImageType None/Manual Control: ""
+*StpImageType Text/Text: ""
+*StpImageType Graphics/Graphics: ""
+*StpImageType TextGraphics/Mixed Text and Graphics: ""
+*StpImageType Photo/Photograph: ""
+*StpImageType LineArt/Line Art: ""
+*CloseUI: *StpImageType
+
+*CloseGroup: C1L0/Output Control Common
+
+*OpenGroup: C1L1/Output Control Extra 1
+*cs.Translation C1L1/Output Control Extra 1: ""
+*da.Translation C1L1/Udskriftskontrol Ekstra 1: ""
+*de.Translation C1L1/Ausgabesteuerung Extra 1: ""
+*el.Translation C1L1/Output Control Extra 1: ""
+*en_GB.Translation C1L1/Output Control Extra 1: ""
+*es.Translation C1L1/Output Control Extra 1: ""
+*fi.Translation C1L1/Ulostulon hallinta Ekstra 1: ""
+*fr.Translation C1L1/contrôle de sortie Extra1: ""
+*gl.Translation C1L1/Control de saída Extra 1: ""
+*hu.Translation C1L1/Kimenetvezérlés 1. extra: ""
+*it.Translation C1L1/Controlli di stampa Extra 1: ""
+*ja.Translation C1L1/Output Control Extra 1: ""
+*nb.Translation C1L1/Output Control Extra 1: ""
+*nl.Translation C1L1/Controle op uitvoer Extra 1: ""
+*pl.Translation C1L1/Output Control Extra 1: ""
+*pt.Translation C1L1/Output Control Extra 1: ""
+*ru.Translation C1L1/Контроль вывода Extra 1: ""
+*sk.Translation C1L1/Output Control Extra 1: ""
+*sl.Translation C1L1/Nadzor izhoda Dodatno 1: ""
+*sv.Translation C1L1/Output Control Extra 1: ""
+*uk.Translation C1L1/Керування виводомДод: ""
+*zh_CN.Translation C1L1/Output Control Extra 1: ""
+*zh_TW.Translation C1L1/Output Control Extra 1: ""
+
+*ColorKeyWords: "StpDensity"
+*OpenUI *StpDensity/Density: PickOne
+*OrderDependency: 10 AnySetup *StpDensity
+*OPOptionHints StpDensity: "slider input spinbox"
+*StpStpDensity: 3 0 1 1 255 0.100 8.000 1.000
+*DefaultStpDensity: None
+*StpDefaultStpDensity: None
+*StpDensity 100/0.100: ""
+*StpDensity 200/0.200: ""
+*StpDensity 300/0.300: ""
+*StpDensity 400/0.400: ""
+*StpDensity 500/0.500: ""
+*StpDensity 600/0.600: ""
+*StpDensity 700/0.700: ""
+*StpDensity 800/0.800: ""
+*StpDensity 900/0.900: ""
+*StpDensity 1000/1.000: ""
+*StpDensity 1100/1.100: ""
+*StpDensity 1200/1.200: ""
+*StpDensity 1300/1.300: ""
+*StpDensity 1400/1.400: ""
+*StpDensity 1500/1.500: ""
+*StpDensity 1600/1.600: ""
+*StpDensity 1700/1.700: ""
+*StpDensity 1800/1.800: ""
+*StpDensity 1900/1.900: ""
+*StpDensity 2000/2.000: ""
+*StpDensity 2100/2.100: ""
+*StpDensity 2200/2.200: ""
+*StpDensity 2300/2.300: ""
+*StpDensity 2400/2.400: ""
+*StpDensity 2500/2.500: ""
+*StpDensity 2600/2.600: ""
+*StpDensity 2700/2.700: ""
+*StpDensity 2800/2.800: ""
+*StpDensity 2900/2.900: ""
+*StpDensity 3000/3.000: ""
+*StpDensity 3100/3.100: ""
+*StpDensity 3200/3.200: ""
+*StpDensity 3300/3.300: ""
+*StpDensity 3400/3.400: ""
+*StpDensity 3500/3.500: ""
+*StpDensity 3600/3.600: ""
+*StpDensity 3700/3.700: ""
+*StpDensity 3800/3.800: ""
+*StpDensity 3900/3.900: ""
+*StpDensity 4000/4.000: ""
+*StpDensity 4100/4.100: ""
+*StpDensity 4200/4.200: ""
+*StpDensity 4300/4.300: ""
+*StpDensity 4400/4.400: ""
+*StpDensity 4500/4.500: ""
+*StpDensity 4600/4.600: ""
+*StpDensity 4700/4.700: ""
+*StpDensity 4800/4.800: ""
+*StpDensity 4900/4.900: ""
+*StpDensity 5000/5.000: ""
+*StpDensity 5100/5.100: ""
+*StpDensity 5200/5.200: ""
+*StpDensity 5300/5.300: ""
+*StpDensity 5400/5.400: ""
+*StpDensity 5500/5.500: ""
+*StpDensity 5600/5.600: ""
+*StpDensity 5700/5.700: ""
+*StpDensity 5800/5.800: ""
+*StpDensity 5900/5.900: ""
+*StpDensity 6000/6.000: ""
+*StpDensity 6100/6.100: ""
+*StpDensity 6200/6.200: ""
+*StpDensity 6300/6.300: ""
+*StpDensity 6400/6.400: ""
+*StpDensity 6500/6.500: ""
+*StpDensity 6600/6.600: ""
+*StpDensity 6700/6.700: ""
+*StpDensity 6800/6.800: ""
+*StpDensity 6900/6.900: ""
+*StpDensity 7000/7.000: ""
+*StpDensity 7100/7.100: ""
+*StpDensity 7200/7.200: ""
+*StpDensity 7300/7.300: ""
+*StpDensity 7400/7.400: ""
+*StpDensity 7500/7.500: ""
+*StpDensity 7600/7.600: ""
+*StpDensity 7700/7.700: ""
+*StpDensity 7800/7.800: ""
+*StpDensity 7900/7.900: ""
+*StpDensity 8000/8.000: ""
+*StpDensity None/None: ""
+*CloseUI: *StpDensity
+
+*CustomStpDensity True: "pop"
+*ParamCustomStpDensity Value/Value: 1 real 0.100 8.000
+
+*ColorKeyWords: "StpFineDensity"
+*OpenUI *StpFineDensity/Density Fine Adjustment: PickOne
+*OPOptionHints StpFineDensity: "hide"
+*StpStpFineDensity: 9 0 0 0 -1 0.000 0.000 0.000
+*DefaultStpFineDensity: None
+*StpDefaultStpFineDensity: None
+*StpFineDensity None/0.000: ""
+*StpFineDensity 0/0.000: ""
+*StpFineDensity 5/0.005: ""
+*StpFineDensity 10/0.010: ""
+*StpFineDensity 15/0.015: ""
+*StpFineDensity 20/0.020: ""
+*StpFineDensity 25/0.025: ""
+*StpFineDensity 30/0.030: ""
+*StpFineDensity 35/0.035: ""
+*StpFineDensity 40/0.040: ""
+*StpFineDensity 45/0.045: ""
+*StpFineDensity 50/0.050: ""
+*StpFineDensity 55/0.055: ""
+*StpFineDensity 60/0.060: ""
+*StpFineDensity 65/0.065: ""
+*StpFineDensity 70/0.070: ""
+*StpFineDensity 75/0.075: ""
+*StpFineDensity 80/0.080: ""
+*StpFineDensity 85/0.085: ""
+*StpFineDensity 90/0.090: ""
+*StpFineDensity 95/0.095: ""
+*CloseUI: *StpFineDensity
+
+*ColorKeyWords: "StpDitherAlgorithm"
+*OpenUI *StpDitherAlgorithm/Dither Algorithm: PickOne
+*OrderDependency: 10 AnySetup *StpDitherAlgorithm
+*OPOptionHints StpDitherAlgorithm: "dropdown"
+*StpStpDitherAlgorithm: 0 1 1 1 255 0.000 0.000 0.000
+*DefaultStpDitherAlgorithm: None
+*StpDefaultStpDitherAlgorithm: None
+*StpDitherAlgorithm None/Default: ""
+*StpDitherAlgorithm EvenTone/EvenTone: ""
+*StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*StpDitherAlgorithm Adaptive/Adaptive Hybrid: ""
+*StpDitherAlgorithm Ordered/Ordered: ""
+*StpDitherAlgorithm OrderedNew/Ordered New: ""
+*StpDitherAlgorithm Fast/Fast: ""
+*StpDitherAlgorithm VeryFast/Very Fast: ""
+*StpDitherAlgorithm Floyd/Hybrid Floyd-Steinberg: ""
+*StpDitherAlgorithm Predithered/Predithered Input: ""
+*StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*CloseUI: *StpDitherAlgorithm
+
+*CloseGroup: C1L1/Output Control Extra 1
+
+*OpenGroup: C1L2/Output Control Extra 2
+*cs.Translation C1L2/Output Control Extra 2: ""
+*da.Translation C1L2/Udskriftskontrol Ekstra 2: ""
+*de.Translation C1L2/Ausgabesteuerung Extra 2: ""
+*el.Translation C1L2/Output Control Extra 2: ""
+*en_GB.Translation C1L2/Output Control Extra 2: ""
+*es.Translation C1L2/Output Control Extra 2: ""
+*fi.Translation C1L2/Ulostulon hallinta Ekstra 2: ""
+*fr.Translation C1L2/contrôle de sortie Extra2: ""
+*gl.Translation C1L2/Control de saída Extra 2: ""
+*hu.Translation C1L2/Kimenetvezérlés 2. extra: ""
+*it.Translation C1L2/Controlli di stampa Extra 2: ""
+*ja.Translation C1L2/Output Control Extra 2: ""
+*nb.Translation C1L2/Output Control Extra 2: ""
+*nl.Translation C1L2/Controle op uitvoer Extra 2: ""
+*pl.Translation C1L2/Output Control Extra 2: ""
+*pt.Translation C1L2/Output Control Extra 2: ""
+*ru.Translation C1L2/Контроль вывода Extra 2: ""
+*sk.Translation C1L2/Output Control Extra 2: ""
+*sl.Translation C1L2/Nadzor izhoda Dodatno 2: ""
+*sv.Translation C1L2/Output Control Extra 2: ""
+*uk.Translation C1L2/Керування виводомДод: ""
+*zh_CN.Translation C1L2/Output Control Extra 2: ""
+*zh_TW.Translation C1L2/Output Control Extra 2: ""
+
+*ColorKeyWords: "StpGamma"
+*OpenUI *StpGamma/Composite Gamma: PickOne
+*OrderDependency: 10 AnySetup *StpGamma
+*OPOptionHints StpGamma: "slider input spinbox"
+*StpStpGamma: 3 0 1 2 255 0.100 4.000 1.000
+*DefaultStpGamma: None
+*StpDefaultStpGamma: None
+*StpGamma 100/0.100: ""
+*StpGamma 200/0.200: ""
+*StpGamma 300/0.300: ""
+*StpGamma 400/0.400: ""
+*StpGamma 500/0.500: ""
+*StpGamma 600/0.600: ""
+*StpGamma 700/0.700: ""
+*StpGamma 800/0.800: ""
+*StpGamma 900/0.900: ""
+*StpGamma 1000/1.000: ""
+*StpGamma 1100/1.100: ""
+*StpGamma 1200/1.200: ""
+*StpGamma 1300/1.300: ""
+*StpGamma 1400/1.400: ""
+*StpGamma 1500/1.500: ""
+*StpGamma 1600/1.600: ""
+*StpGamma 1700/1.700: ""
+*StpGamma 1800/1.800: ""
+*StpGamma 1900/1.900: ""
+*StpGamma 2000/2.000: ""
+*StpGamma 2100/2.100: ""
+*StpGamma 2200/2.200: ""
+*StpGamma 2300/2.300: ""
+*StpGamma 2400/2.400: ""
+*StpGamma 2500/2.500: ""
+*StpGamma 2600/2.600: ""
+*StpGamma 2700/2.700: ""
+*StpGamma 2800/2.800: ""
+*StpGamma 2900/2.900: ""
+*StpGamma 3000/3.000: ""
+*StpGamma 3100/3.100: ""
+*StpGamma 3200/3.200: ""
+*StpGamma 3300/3.300: ""
+*StpGamma 3400/3.400: ""
+*StpGamma 3500/3.500: ""
+*StpGamma 3600/3.600: ""
+*StpGamma 3700/3.700: ""
+*StpGamma 3800/3.800: ""
+*StpGamma 3900/3.900: ""
+*StpGamma 4000/4.000: ""
+*StpGamma None/None: ""
+*CloseUI: *StpGamma
+
+*CustomStpGamma True: "pop"
+*ParamCustomStpGamma Value/Value: 1 real 0.100 4.000
+
+*ColorKeyWords: "StpFineGamma"
+*OpenUI *StpFineGamma/Composite Gamma Fine Adjustment: PickOne
+*OPOptionHints StpFineGamma: "hide"
+*StpStpFineGamma: 9 0 0 0 -1 0.000 0.000 0.000
+*DefaultStpFineGamma: None
+*StpDefaultStpFineGamma: None
+*StpFineGamma None/0.000: ""
+*StpFineGamma 0/0.000: ""
+*StpFineGamma 5/0.005: ""
+*StpFineGamma 10/0.010: ""
+*StpFineGamma 15/0.015: ""
+*StpFineGamma 20/0.020: ""
+*StpFineGamma 25/0.025: ""
+*StpFineGamma 30/0.030: ""
+*StpFineGamma 35/0.035: ""
+*StpFineGamma 40/0.040: ""
+*StpFineGamma 45/0.045: ""
+*StpFineGamma 50/0.050: ""
+*StpFineGamma 55/0.055: ""
+*StpFineGamma 60/0.060: ""
+*StpFineGamma 65/0.065: ""
+*StpFineGamma 70/0.070: ""
+*StpFineGamma 75/0.075: ""
+*StpFineGamma 80/0.080: ""
+*StpFineGamma 85/0.085: ""
+*StpFineGamma 90/0.090: ""
+*StpFineGamma 95/0.095: ""
+*CloseUI: *StpFineGamma
+
+*CloseGroup: C1L2/Output Control Extra 2
+
+*OpenGroup: C1L4/Output Control Extra 4
+*cs.Translation C1L4/Output Control Extra 4: ""
+*da.Translation C1L4/Udskriftskontrol Ekstra 4: ""
+*de.Translation C1L4/Ausgabesteuerung Extra 4: ""
+*el.Translation C1L4/Output Control Extra 4: ""
+*en_GB.Translation C1L4/Output Control Extra 4: ""
+*es.Translation C1L4/Output Control Extra 4: ""
+*fi.Translation C1L4/Ulostulon hallinta Ekstra 4: ""
+*fr.Translation C1L4/contrôle de sortie Extra4: ""
+*gl.Translation C1L4/Control de saída Extra 4: ""
+*hu.Translation C1L4/Kimenetvezérlés 4. extra: ""
+*it.Translation C1L4/Controlli di stampa Extra 4: ""
+*ja.Translation C1L4/Output Control Extra 4: ""
+*nb.Translation C1L4/Output Control Extra 4: ""
+*nl.Translation C1L4/Controle op uitvoer Extra 4: ""
+*pl.Translation C1L4/Output Control Extra 4: ""
+*pt.Translation C1L4/Output Control Extra 4: ""
+*ru.Translation C1L4/Контроль вывода Extra 4: ""
+*sk.Translation C1L4/Output Control Extra 4: ""
+*sl.Translation C1L4/Nadzor izhoda Dodatno 4: ""
+*sv.Translation C1L4/Output Control Extra 4: ""
+*uk.Translation C1L4/Керування виводомДод: ""
+*zh_CN.Translation C1L4/Output Control Extra 4: ""
+*zh_TW.Translation C1L4/Output Control Extra 4: ""
+
+*ColorKeyWords: "StpLinearContrast"
+*OpenUI *StpLinearContrast/Linear Contrast Adjustment: PickOne
+*OrderDependency: 10 AnySetup *StpLinearContrast
+*OPOptionHints StpLinearContrast: "checkbox"
+*StpStpLinearContrast: 2 1 1 4 255 0.000 0.000 0.000
+*DefaultStpLinearContrast: False
+*StpDefaultStpLinearContrast: False
+*StpLinearContrast False/No: ""
+*StpLinearContrast True/Yes: ""
+*CloseUI: *StpLinearContrast
+
+*CloseGroup: C1L4/Output Control Extra 4
+
+*APPrinterPreset Text/Text: "*StpImageType Text"
+*APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+
+*cs.Translation PageSize/Media Size: ""
+*cs.Translation PageRegion/Media Size: ""
+*cs.PageSize Letter/Letter: ""
+*cs.PageRegion Letter/Letter: ""
+*cs.PageSize Legal/Legal: ""
+*cs.PageRegion Legal/Legal: ""
+*cs.PageSize Executive/Executive: ""
+*cs.PageRegion Executive/Executive: ""
+*cs.PageSize Statement/Ruční: ""
+*cs.PageRegion Statement/Ruční: ""
+*cs.PageSize A4/A4: ""
+*cs.PageRegion A4/A4: ""
+*cs.PageSize C5/C5: ""
+*cs.PageRegion C5/C5: ""
+*cs.PageSize C6/C6: ""
+*cs.PageRegion C6/C6: ""
+*cs.PageSize DL/DL: ""
+*cs.PageRegion DL/DL: ""
+*cs.PageSize COM10/Commercial 10: ""
+*cs.PageRegion COM10/Commercial 10: ""
+*cs.PageSize Monarch/Obálka Monarch: ""
+*cs.PageRegion Monarch/Obálka Monarch: ""
+*cs.Translation ColorModel/Color Model: ""
+*cs.ColorModel Gray/Odstíny šedi: ""
+*cs.ColorModel Black/Inverted Grayscale: ""
+*cs.Translation StpColorPrecision/Color Precision: ""
+*cs.StpColorPrecision Normal/Normal: ""
+*cs.StpColorPrecision Best/Best: ""
+*cs.Translation InputSlot/Zdroj média: ""
+*cs.InputSlot Standard/Standardní: ""
+*cs.InputSlot ManualAdj/Manual - Movable Guides: ""
+*cs.InputSlot Manual/Ruční: ""
+*cs.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*cs.InputSlot MultiPurpose/Podavač 1: ""
+*cs.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*cs.InputSlot Upper/Podavač 2: ""
+*cs.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*cs.InputSlot Lower/Podavač 3: ""
+*cs.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*cs.InputSlot LargeCapacity/Podavač 4: ""
+*cs.Translation StpQuality/Print Quality: ""
+*cs.StpQuality None/Manual Control: ""
+*cs.StpQuality Draft/Draft: ""
+*cs.StpQuality Standard/Standardní: ""
+*cs.StpQuality High/High: ""
+*cs.Translation Resolution/Rozlišení: ""
+*cs.Resolution 301x300dpi/Automatic: ""
+*cs.Resolution 150dpi/150×150 DPI: ""
+*cs.Resolution 300dpi/300×300 DPI: ""
+*cs.Resolution 600dpi/600×600 DPI: ""
+*cs.Translation Duplex/2-Sided Printing: ""
+*cs.Duplex None/Off: ""
+*cs.Duplex DuplexNoTumble/Long Edge (Standard): ""
+*cs.Duplex DuplexTumble/Short Edge (Flip): ""
+*cs.Translation StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: ""
+*cs.StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*cs.StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*cs.StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*cs.Translation StpColorCorrection/Color Correction: ""
+*cs.StpColorCorrection None/Default: ""
+*cs.StpColorCorrection Accurate/High Accuracy: ""
+*cs.StpColorCorrection Bright/Bright Colors: ""
+*cs.StpColorCorrection Hue/Correct Hue Only: ""
+*cs.StpColorCorrection Uncorrected/Uncorrected: ""
+*cs.StpColorCorrection Desaturated/Desaturated: ""
+*cs.StpColorCorrection Threshold/Threshold: ""
+*cs.StpColorCorrection Density/Density: ""
+*cs.StpColorCorrection Raw/Raw: ""
+*cs.StpColorCorrection Predithered/Pre-Dithered: ""
+*cs.Translation StpBrightness/Brightness: ""
+*cs.ParamCustomStpBrightness Value/Value: ""
+*cs.Translation StpFineBrightness/Brightness Fine Adjustment: ""
+*cs.StpFineBrightness None/0.000: ""
+*cs.Translation StpContrast/Contrast: ""
+*cs.ParamCustomStpContrast Value/Value: ""
+*cs.Translation StpFineContrast/Contrast Fine Adjustment: ""
+*cs.StpFineContrast None/0.000: ""
+*cs.Translation StpImageType/Image Type: ""
+*cs.StpImageType None/Manual Control: ""
+*cs.StpImageType Text/Text: ""
+*cs.StpImageType Graphics/Graphics: ""
+*cs.StpImageType TextGraphics/Mixed Text and Graphics: ""
+*cs.StpImageType Photo/Photograph: ""
+*cs.StpImageType LineArt/Čárová grafika: ""
+*cs.Translation StpDensity/Density: ""
+*cs.StpDensity None/None: ""
+*cs.ParamCustomStpDensity Value/Value: ""
+*cs.Translation StpFineDensity/Density Fine Adjustment: ""
+*cs.StpFineDensity None/0.000: ""
+*cs.Translation StpDitherAlgorithm/Algoritmus rozkladu barev: ""
+*cs.StpDitherAlgorithm None/Default: ""
+*cs.StpDitherAlgorithm EvenTone/EvenTone: ""
+*cs.StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*cs.StpDitherAlgorithm Adaptive/Adaptivní hybridní: ""
+*cs.StpDitherAlgorithm Ordered/Ordered: ""
+*cs.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*cs.StpDitherAlgorithm Fast/Rychlé: ""
+*cs.StpDitherAlgorithm VeryFast/Velmi rychlé: ""
+*cs.StpDitherAlgorithm Floyd/Hybridní Floid-Steinbergovo: ""
+*cs.StpDitherAlgorithm Predithered/Predithered Input: ""
+*cs.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*cs.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*cs.Translation StpGamma/Composite Gamma: ""
+*cs.StpGamma None/None: ""
+*cs.ParamCustomStpGamma Value/Value: ""
+*cs.Translation StpFineGamma/Composite Gamma Fine Adjustment: ""
+*cs.StpFineGamma None/0.000: ""
+*cs.Translation StpLinearContrast/Linear Contrast Adjustment: ""
+*cs.StpLinearContrast False/No: ""
+*cs.StpLinearContrast True/Yes: ""
+*cs.APPrinterPreset Text/Text: "*StpImageType Text"
+*cs.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*cs.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*cs.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*cs.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*da.Translation PageSize/Mediestørrelse: ""
+*da.Translation PageRegion/Mediestørrelse: ""
+*da.PageSize Letter/Letter: ""
+*da.PageRegion Letter/Letter: ""
+*da.PageSize Legal/Legal: ""
+*da.PageRegion Legal/Legal: ""
+*da.PageSize Executive/Executive: ""
+*da.PageRegion Executive/Executive: ""
+*da.PageSize Statement/Manuelt: ""
+*da.PageRegion Statement/Manuelt: ""
+*da.PageSize A4/A4: ""
+*da.PageRegion A4/A4: ""
+*da.PageSize C5/C5: ""
+*da.PageRegion C5/C5: ""
+*da.PageSize C6/C6: ""
+*da.PageRegion C6/C6: ""
+*da.PageSize DL/DL: ""
+*da.PageRegion DL/DL: ""
+*da.PageSize COM10/Commercial 10: ""
+*da.PageRegion COM10/Commercial 10: ""
+*da.PageSize Monarch/Monarch kuvert: ""
+*da.PageRegion Monarch/Monarch kuvert: ""
+*da.Translation ColorModel/Farvemodel: ""
+*da.ColorModel Gray/Gråtone: ""
+*da.ColorModel Black/Inverteret gråtoneskala: ""
+*da.Translation StpColorPrecision/Farvepræcision: ""
+*da.StpColorPrecision Normal/Normal: ""
+*da.StpColorPrecision Best/Bedst: ""
+*da.Translation InputSlot/Mediekilde: ""
+*da.InputSlot Standard/Standard: ""
+*da.InputSlot ManualAdj/Manuel - indstillelig papirføring: ""
+*da.InputSlot Manual/Manuelt: ""
+*da.InputSlot MultiPurposeAdj/Bakke 1 - med indstillelig papirføring: ""
+*da.InputSlot MultiPurpose/Bakke 1: ""
+*da.InputSlot UpperAdj/Bakke 2 - med indstillelig papirføring: ""
+*da.InputSlot Upper/Bakke 2: ""
+*da.InputSlot LowerAdj/Bakke 3 - med indstillelig papirføring: ""
+*da.InputSlot Lower/Bakke 3: ""
+*da.InputSlot LargeCapacityAdj/Bakke 4 - med indstillelig papirføring: ""
+*da.InputSlot LargeCapacity/Bakke 4: ""
+*da.Translation StpQuality/Udskriftskvalitet: ""
+*da.StpQuality None/Manuel kontrol: ""
+*da.StpQuality Draft/Kladde: ""
+*da.StpQuality Standard/Standard: ""
+*da.StpQuality High/Høj: ""
+*da.Translation Resolution/Opløsning: ""
+*da.Resolution 301x300dpi/Automatisk: ""
+*da.Resolution 150dpi/150x150 DPI: ""
+*da.Resolution 300dpi/300x300 DPI: ""
+*da.Resolution 600dpi/600x600 DPI: ""
+*da.Translation Duplex/2-sidet udskrivning: ""
+*da.Duplex None/Afbrudt: ""
+*da.Duplex DuplexNoTumble/Lang kant (standard): ""
+*da.Duplex DuplexTumble/Kort kant (vend): ""
+*da.Translation StpiShrinkOutput/Formindsk side så den passer til kanter: ""
+*da.StpiShrinkOutput Shrink/Formindsk (udskriv hele siden): ""
+*da.StpiShrinkOutput Crop/Beskær (bevar format): ""
+*da.StpiShrinkOutput Expand/Udvid (brug hele arket): ""
+*da.Translation StpColorCorrection/Farvekorrektion: ""
+*da.StpColorCorrection None/Standard: ""
+*da.StpColorCorrection Accurate/Høj præcision: ""
+*da.StpColorCorrection Bright/Lyse klare farver: ""
+*da.StpColorCorrection Hue/Korrigér kun farvetone: ""
+*da.StpColorCorrection Uncorrected/Ikke farvekorrigeret: ""
+*da.StpColorCorrection Desaturated/Ikke mættet: ""
+*da.StpColorCorrection Threshold/Tærskelværdi: ""
+*da.StpColorCorrection Density/Tæthed: ""
+*da.StpColorCorrection Raw/Ingen korrektioner: ""
+*da.StpColorCorrection Predithered/Forud dithered: ""
+*da.Translation StpBrightness/Lyshed: ""
+*da.ParamCustomStpBrightness Value/Værdi: ""
+*da.Translation StpFineBrightness/Lyshed Finjustering: ""
+*da.StpFineBrightness None/0.000: ""
+*da.Translation StpContrast/Kontrast: ""
+*da.ParamCustomStpContrast Value/Værdi: ""
+*da.Translation StpFineContrast/Kontrast Finjustering: ""
+*da.StpFineContrast None/0.000: ""
+*da.Translation StpImageType/Billedtype: ""
+*da.StpImageType None/Manuel kontrol: ""
+*da.StpImageType Text/Tekst: ""
+*da.StpImageType Graphics/Grafik: ""
+*da.StpImageType TextGraphics/Blandet tekst og grafik: ""
+*da.StpImageType Photo/Fotografi: ""
+*da.StpImageType LineArt/Linie-kunst: ""
+*da.Translation StpDensity/Tæthed: ""
+*da.StpDensity None/Ingen: ""
+*da.ParamCustomStpDensity Value/Værdi: ""
+*da.Translation StpFineDensity/Tæthed Finjustering: ""
+*da.StpFineDensity None/0.000: ""
+*da.Translation StpDitherAlgorithm/Dither-algoritme: ""
+*da.StpDitherAlgorithm None/Standard: ""
+*da.StpDitherAlgorithm EvenTone/EvenTone: ""
+*da.StpDitherAlgorithm HybridEvenTone/Blandet EvenTone: ""
+*da.StpDitherAlgorithm Adaptive/Tilpasset Blandet: ""
+*da.StpDitherAlgorithm Ordered/Ordnet: ""
+*da.StpDitherAlgorithm OrderedNew/Ordnet ny: ""
+*da.StpDitherAlgorithm Fast/Hurtig: ""
+*da.StpDitherAlgorithm VeryFast/Meget Hurtig: ""
+*da.StpDitherAlgorithm Floyd/Blandet Floyd-Steinberg: ""
+*da.StpDitherAlgorithm Predithered/Forud dithered inddata: ""
+*da.StpDitherAlgorithm Segmented/Dråbestørrelse segmenteret: ""
+*da.StpDitherAlgorithm SegmentedNew/Dråbestørrelse segmenteret ny: ""
+*da.Translation StpGamma/Sammensat gamma: ""
+*da.StpGamma None/Ingen: ""
+*da.ParamCustomStpGamma Value/Værdi: ""
+*da.Translation StpFineGamma/Sammensat gamma Finjustering: ""
+*da.StpFineGamma None/0.000: ""
+*da.Translation StpLinearContrast/Lineær kontrastjustering: ""
+*da.StpLinearContrast False/Nej: ""
+*da.StpLinearContrast True/Ja: ""
+*da.APPrinterPreset Text/Text: "*StpImageType Text"
+*da.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*da.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*da.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*da.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*de.Translation PageSize/Mediengröße: ""
+*de.Translation PageRegion/Mediengröße: ""
+*de.PageSize Letter/Letter: ""
+*de.PageRegion Letter/Letter: ""
+*de.PageSize Legal/Legal: ""
+*de.PageRegion Legal/Legal: ""
+*de.PageSize Executive/Executive: ""
+*de.PageRegion Executive/Executive: ""
+*de.PageSize Statement/Manuell: ""
+*de.PageRegion Statement/Manuell: ""
+*de.PageSize A4/A4: ""
+*de.PageRegion A4/A4: ""
+*de.PageSize C5/C5: ""
+*de.PageRegion C5/C5: ""
+*de.PageSize C6/C6: ""
+*de.PageRegion C6/C6: ""
+*de.PageSize DL/DL: ""
+*de.PageRegion DL/DL: ""
+*de.PageSize COM10/Commercial 10: ""
+*de.PageRegion COM10/Commercial 10: ""
+*de.PageSize Monarch/Briefumschlag (Monarch): ""
+*de.PageRegion Monarch/Briefumschlag (Monarch): ""
+*de.Translation ColorModel/Farbmodell: ""
+*de.ColorModel Gray/Graustufen: ""
+*de.ColorModel Black/Invertierte Graustufen: ""
+*de.Translation StpColorPrecision/Farbgenauigkeit: ""
+*de.StpColorPrecision Normal/Normal: ""
+*de.StpColorPrecision Best/Beste: ""
+*de.Translation InputSlot/Medienquelle: ""
+*de.InputSlot Standard/Standard: ""
+*de.InputSlot ManualAdj/Manuell - Bewegliche Führungen: ""
+*de.InputSlot Manual/Manuell: ""
+*de.InputSlot MultiPurposeAdj/Fach 1 - Bewegliche Führungen: ""
+*de.InputSlot MultiPurpose/Schacht 1: ""
+*de.InputSlot UpperAdj/Fach 2 - Bewegliche Führungen: ""
+*de.InputSlot Upper/Schacht 2: ""
+*de.InputSlot LowerAdj/Fach 3 - Bewegliche Führungen: ""
+*de.InputSlot Lower/Schacht 3: ""
+*de.InputSlot LargeCapacityAdj/Fach 4 - Bewegliche Führungen: ""
+*de.InputSlot LargeCapacity/Schacht 4: ""
+*de.Translation StpQuality/Druckqualität: ""
+*de.StpQuality None/Manuelle Steuerung: ""
+*de.StpQuality Draft/Entwurf: ""
+*de.StpQuality Standard/Standard: ""
+*de.StpQuality High/Hoch: ""
+*de.Translation Resolution/Auflösung: ""
+*de.Resolution 301x300dpi/Automatisch: ""
+*de.Resolution 150dpi/150×150 DPI: ""
+*de.Resolution 300dpi/300×300 DPI: ""
+*de.Resolution 600dpi/600×600 DPI: ""
+*de.Translation Duplex/Beidseitiger Druck: ""
+*de.Duplex None/Aus: ""
+*de.Duplex DuplexNoTumble/Langer Rand (Vorgabe): ""
+*de.Duplex DuplexTumble/Kurzer Rand (Umdrehen): ""
+*de.Translation StpiShrinkOutput/Seite verkleinern, wenn notwendig, damit sie zwischen die Ränder passt: ""
+*de.StpiShrinkOutput Shrink/Verkleinern (Gesamte Seite drucken): ""
+*de.StpiShrinkOutput Crop/Beschneiden (Größe erhalten): ""
+*de.StpiShrinkOutput Expand/Vergrößern (Die maximale Seitenfläche nutzen): ""
+*de.Translation StpColorCorrection/Farbkorrektur: ""
+*de.StpColorCorrection None/Standard: ""
+*de.StpColorCorrection Accurate/Hohe Genauigkeit: ""
+*de.StpColorCorrection Bright/Helle Farben: ""
+*de.StpColorCorrection Hue/Nur korrekten Farbton: ""
+*de.StpColorCorrection Uncorrected/Unkorrigiert: ""
+*de.StpColorCorrection Desaturated/Entsättigt: ""
+*de.StpColorCorrection Threshold/Schwellwert: ""
+*de.StpColorCorrection Density/Farbdichte: ""
+*de.StpColorCorrection Raw/Rohdaten: ""
+*de.StpColorCorrection Predithered/Vorgerastert: ""
+*de.Translation StpBrightness/Helligkeit: ""
+*de.ParamCustomStpBrightness Value/Wert: ""
+*de.Translation StpFineBrightness/Helligkeit Feineinstellung: ""
+*de.StpFineBrightness None/0.000: ""
+*de.Translation StpContrast/Kontrast: ""
+*de.ParamCustomStpContrast Value/Wert: ""
+*de.Translation StpFineContrast/Kontrast Feineinstellung: ""
+*de.StpFineContrast None/0.000: ""
+*de.Translation StpImageType/Bildtyp: ""
+*de.StpImageType None/Manuelle Steuerung: ""
+*de.StpImageType Text/Text: ""
+*de.StpImageType Graphics/Grafik: ""
+*de.StpImageType TextGraphics/Text und Grafik gemischt: ""
+*de.StpImageType Photo/Foto: ""
+*de.StpImageType LineArt/Strichzeichnung: ""
+*de.Translation StpDensity/Farbdichte: ""
+*de.StpDensity None/Nichts: ""
+*de.ParamCustomStpDensity Value/Wert: ""
+*de.Translation StpFineDensity/Farbdichte Feineinstellung: ""
+*de.StpFineDensity None/0.000: ""
+*de.Translation StpDitherAlgorithm/Rasteralgorithmus: ""
+*de.StpDitherAlgorithm None/Standard: ""
+*de.StpDitherAlgorithm EvenTone/EvenTone: ""
+*de.StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*de.StpDitherAlgorithm Adaptive/Adaptive Hybrid: ""
+*de.StpDitherAlgorithm Ordered/Geordnet: ""
+*de.StpDitherAlgorithm OrderedNew/Geordnet Neu: ""
+*de.StpDitherAlgorithm Fast/Schnell: ""
+*de.StpDitherAlgorithm VeryFast/Sehr Schnell: ""
+*de.StpDitherAlgorithm Floyd/Hybrid Floyd-Steinberg: ""
+*de.StpDitherAlgorithm Predithered/Vorgerasterte Eingabe: ""
+*de.StpDitherAlgorithm Segmented/Segmentierte Tropfengröße: ""
+*de.StpDitherAlgorithm SegmentedNew/Segmentierte Tropfengröße Neu: ""
+*de.Translation StpGamma/Gemischtes Gamma: ""
+*de.StpGamma None/Nichts: ""
+*de.ParamCustomStpGamma Value/Wert: ""
+*de.Translation StpFineGamma/Gemischtes Gamma Feineinstellung: ""
+*de.StpFineGamma None/0.000: ""
+*de.Translation StpLinearContrast/Lineare Kontrast-Anpassung: ""
+*de.StpLinearContrast False/Nein: ""
+*de.StpLinearContrast True/Ja: ""
+*de.APPrinterPreset Text/Text: "*StpImageType Text"
+*de.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*de.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*de.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*de.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*el.Translation PageSize/Media Size: ""
+*el.Translation PageRegion/Media Size: ""
+*el.PageSize Letter/Διαστάσεις Letter: ""
+*el.PageRegion Letter/Διαστάσεις Letter: ""
+*el.PageSize Legal/Διαστάσεις Legal: ""
+*el.PageRegion Legal/Διαστάσεις Legal: ""
+*el.PageSize Executive/Executive: ""
+*el.PageRegion Executive/Executive: ""
+*el.PageSize Statement/Εγχειρίδιο: ""
+*el.PageRegion Statement/Εγχειρίδιο: ""
+*el.PageSize A4/Διαστάσεις Α4: ""
+*el.PageRegion A4/Διαστάσεις Α4: ""
+*el.PageSize C5/C5: ""
+*el.PageRegion C5/C5: ""
+*el.PageSize C6/C6: ""
+*el.PageRegion C6/C6: ""
+*el.PageSize DL/DL: ""
+*el.PageRegion DL/DL: ""
+*el.PageSize COM10/Commercial 10: ""
+*el.PageRegion COM10/Commercial 10: ""
+*el.PageSize Monarch/Monarch Envelope: ""
+*el.PageRegion Monarch/Monarch Envelope: ""
+*el.Translation ColorModel/Color Model: ""
+*el.ColorModel Gray/Κλίμακα του γκρι: ""
+*el.ColorModel Black/Inverted Grayscale: ""
+*el.Translation StpColorPrecision/Color Precision: ""
+*el.StpColorPrecision Normal/Normal: ""
+*el.StpColorPrecision Best/Best: ""
+*el.Translation InputSlot/Media Source: ""
+*el.InputSlot Standard/Κανονικό: ""
+*el.InputSlot ManualAdj/Manual - Movable Guides: ""
+*el.InputSlot Manual/Εγχειρίδιο: ""
+*el.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*el.InputSlot MultiPurpose/Tray 1: ""
+*el.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*el.InputSlot Upper/Tray 2: ""
+*el.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*el.InputSlot Lower/Tray 3: ""
+*el.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*el.InputSlot LargeCapacity/Tray 4: ""
+*el.Translation StpQuality/Print Quality: ""
+*el.StpQuality None/Manual Control: ""
+*el.StpQuality Draft/Draft: ""
+*el.StpQuality Standard/Κανονικό: ""
+*el.StpQuality High/High: ""
+*el.Translation Resolution/Ανάλυση: ""
+*el.Resolution 301x300dpi/Automatic: ""
+*el.Resolution 150dpi/150x150 DPI: ""
+*el.Resolution 300dpi/300x300 DPI: ""
+*el.Resolution 600dpi/600x600 DPI: ""
+*el.Translation Duplex/2-Sided Printing: ""
+*el.Duplex None/Off: ""
+*el.Duplex DuplexNoTumble/Long Edge (Standard): ""
+*el.Duplex DuplexTumble/Short Edge (Flip): ""
+*el.Translation StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: ""
+*el.StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*el.StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*el.StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*el.Translation StpColorCorrection/Color Correction: ""
+*el.StpColorCorrection None/Default: ""
+*el.StpColorCorrection Accurate/High Accuracy: ""
+*el.StpColorCorrection Bright/Bright Colors: ""
+*el.StpColorCorrection Hue/Correct Hue Only: ""
+*el.StpColorCorrection Uncorrected/Uncorrected: ""
+*el.StpColorCorrection Desaturated/Desaturated: ""
+*el.StpColorCorrection Threshold/Threshold: ""
+*el.StpColorCorrection Density/Density: ""
+*el.StpColorCorrection Raw/Raw: ""
+*el.StpColorCorrection Predithered/Pre-Dithered: ""
+*el.Translation StpBrightness/Brightness: ""
+*el.ParamCustomStpBrightness Value/Value: ""
+*el.Translation StpFineBrightness/Brightness Fine Adjustment: ""
+*el.StpFineBrightness None/0.000: ""
+*el.Translation StpContrast/Contrast: ""
+*el.ParamCustomStpContrast Value/Value: ""
+*el.Translation StpFineContrast/Contrast Fine Adjustment: ""
+*el.StpFineContrast None/0.000: ""
+*el.Translation StpImageType/Image Type: ""
+*el.StpImageType None/Manual Control: ""
+*el.StpImageType Text/Text: ""
+*el.StpImageType Graphics/Graphics: ""
+*el.StpImageType TextGraphics/Mixed Text and Graphics: ""
+*el.StpImageType Photo/Photograph: ""
+*el.StpImageType LineArt/Line Art: ""
+*el.Translation StpDensity/Density: ""
+*el.StpDensity None/None: ""
+*el.ParamCustomStpDensity Value/Value: ""
+*el.Translation StpFineDensity/Density Fine Adjustment: ""
+*el.StpFineDensity None/0.000: ""
+*el.Translation StpDitherAlgorithm/Dither Algorithm: ""
+*el.StpDitherAlgorithm None/Default: ""
+*el.StpDitherAlgorithm EvenTone/EvenTone: ""
+*el.StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*el.StpDitherAlgorithm Adaptive/Adaptive Hybrid: ""
+*el.StpDitherAlgorithm Ordered/Ordered: ""
+*el.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*el.StpDitherAlgorithm Fast/Ταχεία: ""
+*el.StpDitherAlgorithm VeryFast/Very Fast: ""
+*el.StpDitherAlgorithm Floyd/Hybrid Floyd-Steinberg: ""
+*el.StpDitherAlgorithm Predithered/Predithered Input: ""
+*el.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*el.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*el.Translation StpGamma/Composite Gamma: ""
+*el.StpGamma None/None: ""
+*el.ParamCustomStpGamma Value/Value: ""
+*el.Translation StpFineGamma/Composite Gamma Fine Adjustment: ""
+*el.StpFineGamma None/0.000: ""
+*el.Translation StpLinearContrast/Linear Contrast Adjustment: ""
+*el.StpLinearContrast False/No: ""
+*el.StpLinearContrast True/Yes: ""
+*el.APPrinterPreset Text/Text: "*StpImageType Text"
+*el.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*el.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*el.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*el.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*en_GB.Translation PageSize/Media Size: ""
+*en_GB.Translation PageRegion/Media Size: ""
+*en_GB.PageSize Letter/Letter: ""
+*en_GB.PageRegion Letter/Letter: ""
+*en_GB.PageSize Legal/Legal: ""
+*en_GB.PageRegion Legal/Legal: ""
+*en_GB.PageSize Executive/Executive: ""
+*en_GB.PageRegion Executive/Executive: ""
+*en_GB.PageSize Statement/Manual: ""
+*en_GB.PageRegion Statement/Manual: ""
+*en_GB.PageSize A4/A4: ""
+*en_GB.PageRegion A4/A4: ""
+*en_GB.PageSize C5/C5: ""
+*en_GB.PageRegion C5/C5: ""
+*en_GB.PageSize C6/C6: ""
+*en_GB.PageRegion C6/C6: ""
+*en_GB.PageSize DL/DL: ""
+*en_GB.PageRegion DL/DL: ""
+*en_GB.PageSize COM10/Commercial 10: ""
+*en_GB.PageRegion COM10/Commercial 10: ""
+*en_GB.PageSize Monarch/Monarch Envelope: ""
+*en_GB.PageRegion Monarch/Monarch Envelope: ""
+*en_GB.Translation ColorModel/Colour Model: ""
+*en_GB.ColorModel Gray/Grayscale: ""
+*en_GB.ColorModel Black/Inverted Grayscale: ""
+*en_GB.Translation StpColorPrecision/Colour Precision: ""
+*en_GB.StpColorPrecision Normal/Normal: ""
+*en_GB.StpColorPrecision Best/Best: ""
+*en_GB.Translation InputSlot/Media Source: ""
+*en_GB.InputSlot Standard/Standard: ""
+*en_GB.InputSlot ManualAdj/Manual - Movable Guides: ""
+*en_GB.InputSlot Manual/Manual: ""
+*en_GB.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*en_GB.InputSlot MultiPurpose/Tray 1: ""
+*en_GB.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*en_GB.InputSlot Upper/Tray 2: ""
+*en_GB.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*en_GB.InputSlot Lower/Tray 3: ""
+*en_GB.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*en_GB.InputSlot LargeCapacity/Tray 4: ""
+*en_GB.Translation StpQuality/Print Quality: ""
+*en_GB.StpQuality None/Manual Control: ""
+*en_GB.StpQuality Draft/Draft: ""
+*en_GB.StpQuality Standard/Standard: ""
+*en_GB.StpQuality High/High: ""
+*en_GB.Translation Resolution/Resolution: ""
+*en_GB.Resolution 301x300dpi/Automatic: ""
+*en_GB.Resolution 150dpi/150×150 DPI: ""
+*en_GB.Resolution 300dpi/300×300 DPI: ""
+*en_GB.Resolution 600dpi/600×600 DPI: ""
+*en_GB.Translation Duplex/2-Sided Printing: ""
+*en_GB.Duplex None/Off: ""
+*en_GB.Duplex DuplexNoTumble/Long Edge (Standard): ""
+*en_GB.Duplex DuplexTumble/Short Edge (Flip): ""
+*en_GB.Translation StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: ""
+*en_GB.StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*en_GB.StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*en_GB.StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*en_GB.Translation StpColorCorrection/Colour Correction: ""
+*en_GB.StpColorCorrection None/Default: ""
+*en_GB.StpColorCorrection Accurate/High Accuracy: ""
+*en_GB.StpColorCorrection Bright/Bright Colours: ""
+*en_GB.StpColorCorrection Hue/Correct Hue Only: ""
+*en_GB.StpColorCorrection Uncorrected/Uncorrected: ""
+*en_GB.StpColorCorrection Desaturated/Desaturated: ""
+*en_GB.StpColorCorrection Threshold/Threshold: ""
+*en_GB.StpColorCorrection Density/Density: ""
+*en_GB.StpColorCorrection Raw/Raw: ""
+*en_GB.StpColorCorrection Predithered/Pre-Dithered: ""
+*en_GB.Translation StpBrightness/Brightness: ""
+*en_GB.ParamCustomStpBrightness Value/Value: ""
+*en_GB.Translation StpFineBrightness/Brightness Fine Adjustment: ""
+*en_GB.StpFineBrightness None/0.000: ""
+*en_GB.Translation StpContrast/Contrast: ""
+*en_GB.ParamCustomStpContrast Value/Value: ""
+*en_GB.Translation StpFineContrast/Contrast Fine Adjustment: ""
+*en_GB.StpFineContrast None/0.000: ""
+*en_GB.Translation StpImageType/Image Type: ""
+*en_GB.StpImageType None/Manual Control: ""
+*en_GB.StpImageType Text/Text: ""
+*en_GB.StpImageType Graphics/Graphics: ""
+*en_GB.StpImageType TextGraphics/Mixed Text and Graphics: ""
+*en_GB.StpImageType Photo/Photograph: ""
+*en_GB.StpImageType LineArt/Line Art: ""
+*en_GB.Translation StpDensity/Density: ""
+*en_GB.StpDensity None/None: ""
+*en_GB.ParamCustomStpDensity Value/Value: ""
+*en_GB.Translation StpFineDensity/Density Fine Adjustment: ""
+*en_GB.StpFineDensity None/0.000: ""
+*en_GB.Translation StpDitherAlgorithm/Dither Algorithm: ""
+*en_GB.StpDitherAlgorithm None/Default: ""
+*en_GB.StpDitherAlgorithm EvenTone/EvenTone: ""
+*en_GB.StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*en_GB.StpDitherAlgorithm Adaptive/Adaptive Hybrid: ""
+*en_GB.StpDitherAlgorithm Ordered/Ordered: ""
+*en_GB.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*en_GB.StpDitherAlgorithm Fast/Fast: ""
+*en_GB.StpDitherAlgorithm VeryFast/Very Fast: ""
+*en_GB.StpDitherAlgorithm Floyd/Hybrid Floyd-Steinberg: ""
+*en_GB.StpDitherAlgorithm Predithered/Predithered Input: ""
+*en_GB.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*en_GB.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*en_GB.Translation StpGamma/Composite Gamma: ""
+*en_GB.StpGamma None/None: ""
+*en_GB.ParamCustomStpGamma Value/Value: ""
+*en_GB.Translation StpFineGamma/Composite Gamma Fine Adjustment: ""
+*en_GB.StpFineGamma None/0.000: ""
+*en_GB.Translation StpLinearContrast/Linear Contrast Adjustment: ""
+*en_GB.StpLinearContrast False/No: ""
+*en_GB.StpLinearContrast True/Yes: ""
+*en_GB.APPrinterPreset Text/Text: "*StpImageType Text"
+*en_GB.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*en_GB.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*en_GB.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*en_GB.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*es.Translation PageSize/Media Size: ""
+*es.Translation PageRegion/Media Size: ""
+*es.PageSize Letter/Carta: ""
+*es.PageRegion Letter/Carta: ""
+*es.PageSize Legal/Legal: ""
+*es.PageRegion Legal/Legal: ""
+*es.PageSize Executive/Ejecutivo: ""
+*es.PageRegion Executive/Ejecutivo: ""
+*es.PageSize Statement/Manual: ""
+*es.PageRegion Statement/Manual: ""
+*es.PageSize A4/A4: ""
+*es.PageRegion A4/A4: ""
+*es.PageSize C5/C5: ""
+*es.PageRegion C5/C5: ""
+*es.PageSize C6/C6: ""
+*es.PageRegion C6/C6: ""
+*es.PageSize DL/DL: ""
+*es.PageRegion DL/DL: ""
+*es.PageSize COM10/Comercial 10: ""
+*es.PageRegion COM10/Comercial 10: ""
+*es.PageSize Monarch/Monarch Envelope: ""
+*es.PageRegion Monarch/Monarch Envelope: ""
+*es.Translation ColorModel/Color Model: ""
+*es.ColorModel Gray/Tonos de gris: ""
+*es.ColorModel Black/Inverted Grayscale: ""
+*es.Translation StpColorPrecision/Color Precision: ""
+*es.StpColorPrecision Normal/Normal: ""
+*es.StpColorPrecision Best/Best: ""
+*es.Translation InputSlot/Fuente de Medio: ""
+*es.InputSlot Standard/Estándar: ""
+*es.InputSlot ManualAdj/Manual - Movable Guides: ""
+*es.InputSlot Manual/Manual: ""
+*es.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*es.InputSlot MultiPurpose/Bandeja 1: ""
+*es.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*es.InputSlot Upper/Bandeja 2: ""
+*es.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*es.InputSlot Lower/Bandeja 3: ""
+*es.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*es.InputSlot LargeCapacity/Bandeja 4: ""
+*es.Translation StpQuality/Print Quality: ""
+*es.StpQuality None/Manual Control: ""
+*es.StpQuality Draft/Draft: ""
+*es.StpQuality Standard/Estándar: ""
+*es.StpQuality High/High: ""
+*es.Translation Resolution/Resolución: ""
+*es.Resolution 301x300dpi/Automatic: ""
+*es.Resolution 150dpi/150x150 PPP: ""
+*es.Resolution 300dpi/300x300 PPP: ""
+*es.Resolution 600dpi/600x600 PPP: ""
+*es.Translation Duplex/2-Sided Printing: ""
+*es.Duplex None/Off: ""
+*es.Duplex DuplexNoTumble/Long Edge (Standard): ""
+*es.Duplex DuplexTumble/Short Edge (Flip): ""
+*es.Translation StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: ""
+*es.StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*es.StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*es.StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*es.Translation StpColorCorrection/Color Correction: ""
+*es.StpColorCorrection None/Default: ""
+*es.StpColorCorrection Accurate/High Accuracy: ""
+*es.StpColorCorrection Bright/Bright Colors: ""
+*es.StpColorCorrection Hue/Correct Hue Only: ""
+*es.StpColorCorrection Uncorrected/Uncorrected: ""
+*es.StpColorCorrection Desaturated/Desaturated: ""
+*es.StpColorCorrection Threshold/Threshold: ""
+*es.StpColorCorrection Density/Density: ""
+*es.StpColorCorrection Raw/Raw: ""
+*es.StpColorCorrection Predithered/Pre-Dithered: ""
+*es.Translation StpBrightness/Brightness: ""
+*es.ParamCustomStpBrightness Value/Value: ""
+*es.Translation StpFineBrightness/Brightness Fine Adjustment: ""
+*es.StpFineBrightness None/0.000: ""
+*es.Translation StpContrast/Contrast: ""
+*es.ParamCustomStpContrast Value/Value: ""
+*es.Translation StpFineContrast/Contrast Fine Adjustment: ""
+*es.StpFineContrast None/0.000: ""
+*es.Translation StpImageType/Image Type: ""
+*es.StpImageType None/Manual Control: ""
+*es.StpImageType Text/Text: ""
+*es.StpImageType Graphics/Graphics: ""
+*es.StpImageType TextGraphics/Mixed Text and Graphics: ""
+*es.StpImageType Photo/Photograph: ""
+*es.StpImageType LineArt/Arte lineal: ""
+*es.Translation StpDensity/Density: ""
+*es.StpDensity None/None: ""
+*es.ParamCustomStpDensity Value/Value: ""
+*es.Translation StpFineDensity/Density Fine Adjustment: ""
+*es.StpFineDensity None/0.000: ""
+*es.Translation StpDitherAlgorithm/Algoritmo de Entramado: ""
+*es.StpDitherAlgorithm None/Default: ""
+*es.StpDitherAlgorithm EvenTone/EvenTone: ""
+*es.StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*es.StpDitherAlgorithm Adaptive/Híbrido Adaptativo: ""
+*es.StpDitherAlgorithm Ordered/Ordenado: ""
+*es.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*es.StpDitherAlgorithm Fast/Rápido: ""
+*es.StpDitherAlgorithm VeryFast/Muy Rápido: ""
+*es.StpDitherAlgorithm Floyd/Floyd-Steinberg Híbrido: ""
+*es.StpDitherAlgorithm Predithered/Predithered Input: ""
+*es.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*es.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*es.Translation StpGamma/Composite Gamma: ""
+*es.StpGamma None/None: ""
+*es.ParamCustomStpGamma Value/Value: ""
+*es.Translation StpFineGamma/Composite Gamma Fine Adjustment: ""
+*es.StpFineGamma None/0.000: ""
+*es.Translation StpLinearContrast/Linear Contrast Adjustment: ""
+*es.StpLinearContrast False/No: ""
+*es.StpLinearContrast True/Yes: ""
+*es.APPrinterPreset Text/Text: "*StpImageType Text"
+*es.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*es.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*es.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*es.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*fi.Translation PageSize/Median koko: ""
+*fi.Translation PageRegion/Median koko: ""
+*fi.PageSize Letter/Letter: ""
+*fi.PageRegion Letter/Letter: ""
+*fi.PageSize Legal/Legal: ""
+*fi.PageRegion Legal/Legal: ""
+*fi.PageSize Executive/Executive: ""
+*fi.PageRegion Executive/Executive: ""
+*fi.PageSize Statement/Käsin: ""
+*fi.PageRegion Statement/Käsin: ""
+*fi.PageSize A4/A4: ""
+*fi.PageRegion A4/A4: ""
+*fi.PageSize C5/C5: ""
+*fi.PageRegion C5/C5: ""
+*fi.PageSize C6/C6: ""
+*fi.PageRegion C6/C6: ""
+*fi.PageSize DL/DL: ""
+*fi.PageRegion DL/DL: ""
+*fi.PageSize COM10/Commercial 10: ""
+*fi.PageRegion COM10/Commercial 10: ""
+*fi.PageSize Monarch/Monarch Envelope: ""
+*fi.PageRegion Monarch/Monarch Envelope: ""
+*fi.Translation ColorModel/Värimalli: ""
+*fi.ColorModel Gray/Harmaasävy: ""
+*fi.ColorModel Black/Käänteinen harmaasävy: ""
+*fi.Translation StpColorPrecision/Värien tarkkuus: ""
+*fi.StpColorPrecision Normal/Tavallinen: ""
+*fi.StpColorPrecision Best/Paras: ""
+*fi.Translation InputSlot/Tulostusmateriaalin lähde: ""
+*fi.InputSlot Standard/Tavallinen: ""
+*fi.InputSlot ManualAdj/Käsin - liikkuvat ohjaimet: ""
+*fi.InputSlot Manual/Käsin: ""
+*fi.InputSlot MultiPurposeAdj/Kelkka 1 - liikkuvat ohjaimet: ""
+*fi.InputSlot MultiPurpose/Kelkka 1: ""
+*fi.InputSlot UpperAdj/Kelkka 2 - liikkuvat ohjaimet: ""
+*fi.InputSlot Upper/Kelkka 2: ""
+*fi.InputSlot LowerAdj/Kelkka 3 - liikkuvat ohjaimet: ""
+*fi.InputSlot Lower/Kelkka 3: ""
+*fi.InputSlot LargeCapacityAdj/Kelkka 4 - liikkuvat ohjaimet: ""
+*fi.InputSlot LargeCapacity/Kelkka 4: ""
+*fi.Translation StpQuality/Tulostuslaatu: ""
+*fi.StpQuality None/Käsisäädöt: ""
+*fi.StpQuality Draft/Vedos: ""
+*fi.StpQuality Standard/Tavallinen: ""
+*fi.StpQuality High/Korkea: ""
+*fi.Translation Resolution/Tarkkuus: ""
+*fi.Resolution 301x300dpi/Automaattinen: ""
+*fi.Resolution 150dpi/150x150 DPI: ""
+*fi.Resolution 300dpi/300x300 DPI: ""
+*fi.Resolution 600dpi/600x600 DPI: ""
+*fi.Translation Duplex/Kaksipuolinen tulostus: ""
+*fi.Duplex None/Pois: ""
+*fi.Duplex DuplexNoTumble/Pitkä sivu (standard): ""
+*fi.Duplex DuplexTumble/Lyhyt sivu (flip): ""
+*fi.Translation StpiShrinkOutput/Kutista sivua tarvittaessa, jotta reunat mahtuvat: ""
+*fi.StpiShrinkOutput Shrink/Kutista (tulosta koko sivu): ""
+*fi.StpiShrinkOutput Crop/Rajaa (säilytä mittasuhteet): ""
+*fi.StpiShrinkOutput Expand/Laajenna (käytä täysi paperin pinta-ala): ""
+*fi.Translation StpColorCorrection/Värinkorjaus: ""
+*fi.StpColorCorrection None/Oletus: ""
+*fi.StpColorCorrection Accurate/Korkea tarkkuus: ""
+*fi.StpColorCorrection Bright/Kirkkaat värit: ""
+*fi.StpColorCorrection Hue/Korjaa vain värisävy: ""
+*fi.StpColorCorrection Uncorrected/Korjaamaton: ""
+*fi.StpColorCorrection Desaturated/Desaturated: ""
+*fi.StpColorCorrection Threshold/Kynnys: ""
+*fi.StpColorCorrection Density/Tiheys: ""
+*fi.StpColorCorrection Raw/Raaka: ""
+*fi.StpColorCorrection Predithered/Esiditteroitu: ""
+*fi.Translation StpBrightness/Kirkkaus: ""
+*fi.ParamCustomStpBrightness Value/Arvo: ""
+*fi.Translation StpFineBrightness/Kirkkaus Hienosäätö: ""
+*fi.StpFineBrightness None/0.000: ""
+*fi.Translation StpContrast/Kontrasti: ""
+*fi.ParamCustomStpContrast Value/Arvo: ""
+*fi.Translation StpFineContrast/Kontrasti Hienosäätö: ""
+*fi.StpFineContrast None/0.000: ""
+*fi.Translation StpImageType/Kuvan tyyppi: ""
+*fi.StpImageType None/Käsisäädöt: ""
+*fi.StpImageType Text/Tekstiä: ""
+*fi.StpImageType Graphics/Grafiikkaa: ""
+*fi.StpImageType TextGraphics/Tekstiä ja grafiikkaa: ""
+*fi.StpImageType Photo/Valokuva: ""
+*fi.StpImageType LineArt/Viivagrafiikka: ""
+*fi.Translation StpDensity/Tiheys: ""
+*fi.StpDensity None/Ei mitään: ""
+*fi.ParamCustomStpDensity Value/Arvo: ""
+*fi.Translation StpFineDensity/Tiheys Hienosäätö: ""
+*fi.StpFineDensity None/0.000: ""
+*fi.Translation StpDitherAlgorithm/Ditterointialgoritmi: ""
+*fi.StpDitherAlgorithm None/Oletus: ""
+*fi.StpDitherAlgorithm EvenTone/EvenTone: ""
+*fi.StpDitherAlgorithm HybridEvenTone/EvenTone-hybridi: ""
+*fi.StpDitherAlgorithm Adaptive/Mukautuva hybridi: ""
+*fi.StpDitherAlgorithm Ordered/Järjestetty: ""
+*fi.StpDitherAlgorithm OrderedNew/Järjestetty (uusi): ""
+*fi.StpDitherAlgorithm Fast/Nopea: ""
+*fi.StpDitherAlgorithm VeryFast/Erittäin nopea: ""
+*fi.StpDitherAlgorithm Floyd/Floyd-Steinberg-hybridi: ""
+*fi.StpDitherAlgorithm Predithered/Esiditteroitu sisääntulo: ""
+*fi.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*fi.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*fi.Translation StpGamma/Komposiittigamma: ""
+*fi.StpGamma None/Ei mitään: ""
+*fi.ParamCustomStpGamma Value/Arvo: ""
+*fi.Translation StpFineGamma/Komposiittigamma Hienosäätö: ""
+*fi.StpFineGamma None/0.000: ""
+*fi.Translation StpLinearContrast/Lineaarinen kontrastin säätö: ""
+*fi.StpLinearContrast False/Ei: ""
+*fi.StpLinearContrast True/Kyllä: ""
+*fi.APPrinterPreset Text/Text: "*StpImageType Text"
+*fi.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*fi.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*fi.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*fi.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*fr.Translation PageSize/Media Size: ""
+*fr.Translation PageRegion/Media Size: ""
+*fr.PageSize Letter/Letter: ""
+*fr.PageRegion Letter/Letter: ""
+*fr.PageSize Legal/Legal: ""
+*fr.PageRegion Legal/Legal: ""
+*fr.PageSize Executive/Executive: ""
+*fr.PageRegion Executive/Executive: ""
+*fr.PageSize Statement/Manuel: ""
+*fr.PageRegion Statement/Manuel: ""
+*fr.PageSize A4/A4: ""
+*fr.PageRegion A4/A4: ""
+*fr.PageSize C5/C5: ""
+*fr.PageRegion C5/C5: ""
+*fr.PageSize C6/C6: ""
+*fr.PageRegion C6/C6: ""
+*fr.PageSize DL/DL: ""
+*fr.PageRegion DL/DL: ""
+*fr.PageSize COM10/Commercial 10: ""
+*fr.PageRegion COM10/Commercial 10: ""
+*fr.PageSize Monarch/Enveloppe Monarch: ""
+*fr.PageRegion Monarch/Enveloppe Monarch: ""
+*fr.Translation ColorModel/Color Model: ""
+*fr.ColorModel Gray/Niveaux de gris: ""
+*fr.ColorModel Black/Inverted Grayscale: ""
+*fr.Translation StpColorPrecision/Color Precision: ""
+*fr.StpColorPrecision Normal/Normal: ""
+*fr.StpColorPrecision Best/Meilleur: ""
+*fr.Translation InputSlot/Source du support: ""
+*fr.InputSlot Standard/Standard: ""
+*fr.InputSlot ManualAdj/Manual - Movable Guides: ""
+*fr.InputSlot Manual/Manuel: ""
+*fr.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*fr.InputSlot MultiPurpose/Bac 1: ""
+*fr.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*fr.InputSlot Upper/Bac 2: ""
+*fr.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*fr.InputSlot Lower/Bac 3: ""
+*fr.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*fr.InputSlot LargeCapacity/Bac 4: ""
+*fr.Translation StpQuality/Qualité d'impression: ""
+*fr.StpQuality None/Controle manuel: ""
+*fr.StpQuality Draft/Brouillon: ""
+*fr.StpQuality Standard/Standard: ""
+*fr.StpQuality High/Hauteur: ""
+*fr.Translation Resolution/Résolution: ""
+*fr.Resolution 301x300dpi/Automatique: ""
+*fr.Resolution 150dpi/150x150 PPP: ""
+*fr.Resolution 300dpi/300x300 PPP: ""
+*fr.Resolution 600dpi/600x600 PPP: ""
+*fr.Translation Duplex/2-Sided Printing: ""
+*fr.Duplex None/Désactivé: ""
+*fr.Duplex DuplexNoTumble/Côté long (standard): ""
+*fr.Duplex DuplexTumble/Côté court (retourné): ""
+*fr.Translation StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: ""
+*fr.StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*fr.StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*fr.StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*fr.Translation StpColorCorrection/Correction des couleurs: ""
+*fr.StpColorCorrection None/Défaut: ""
+*fr.StpColorCorrection Accurate/Haute précision: ""
+*fr.StpColorCorrection Bright/Couleurs lumineuses: ""
+*fr.StpColorCorrection Hue/Correction Hue seule: ""
+*fr.StpColorCorrection Uncorrected/Sans correction: ""
+*fr.StpColorCorrection Desaturated/Désaturé: ""
+*fr.StpColorCorrection Threshold/Seuil: ""
+*fr.StpColorCorrection Density/Densité: ""
+*fr.StpColorCorrection Raw/Raw: ""
+*fr.StpColorCorrection Predithered/Pré-tramé: ""
+*fr.Translation StpBrightness/Luminosité: ""
+*fr.ParamCustomStpBrightness Value/Value: ""
+*fr.Translation StpFineBrightness/Luminosité Réglage fin: ""
+*fr.StpFineBrightness None/0.000: ""
+*fr.Translation StpContrast/Contraste: ""
+*fr.ParamCustomStpContrast Value/Value: ""
+*fr.Translation StpFineContrast/Contraste Réglage fin: ""
+*fr.StpFineContrast None/0.000: ""
+*fr.Translation StpImageType/Type d'image: ""
+*fr.StpImageType None/Controle manuel: ""
+*fr.StpImageType Text/Texte: ""
+*fr.StpImageType Graphics/Graphiques: ""
+*fr.StpImageType TextGraphics/Texte et graphiques: ""
+*fr.StpImageType Photo/Photographie: ""
+*fr.StpImageType LineArt/Crayon: ""
+*fr.Translation StpDensity/Densité: ""
+*fr.StpDensity None/Aucun: ""
+*fr.ParamCustomStpDensity Value/Value: ""
+*fr.Translation StpFineDensity/Densité Réglage fin: ""
+*fr.StpFineDensity None/0.000: ""
+*fr.Translation StpDitherAlgorithm/Algorithme de tramage: ""
+*fr.StpDitherAlgorithm None/Défaut: ""
+*fr.StpDitherAlgorithm EvenTone/EvenTone: ""
+*fr.StpDitherAlgorithm HybridEvenTone/Hybride EvenTone: ""
+*fr.StpDitherAlgorithm Adaptive/Adaptatif hybride: ""
+*fr.StpDitherAlgorithm Ordered/Ordonné: ""
+*fr.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*fr.StpDitherAlgorithm Fast/Rapide: ""
+*fr.StpDitherAlgorithm VeryFast/Très rapide: ""
+*fr.StpDitherAlgorithm Floyd/Floyd-Steinberg hybride: ""
+*fr.StpDitherAlgorithm Predithered/Pré tramé: ""
+*fr.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*fr.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*fr.Translation StpGamma/Gamma général: ""
+*fr.StpGamma None/Aucun: ""
+*fr.ParamCustomStpGamma Value/Value: ""
+*fr.Translation StpFineGamma/Gamma général Réglage fin: ""
+*fr.StpFineGamma None/0.000: ""
+*fr.Translation StpLinearContrast/Réglage fin Contraste linéaire: ""
+*fr.StpLinearContrast False/Non: ""
+*fr.StpLinearContrast True/Oui: ""
+*fr.APPrinterPreset Text/Text: "*StpImageType Text"
+*fr.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*fr.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*fr.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*fr.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*gl.Translation PageSize/Tamaño do papel: ""
+*gl.Translation PageRegion/Tamaño do papel: ""
+*gl.PageSize Letter/Carta: ""
+*gl.PageRegion Letter/Carta: ""
+*gl.PageSize Legal/Oficio: ""
+*gl.PageRegion Legal/Oficio: ""
+*gl.PageSize Executive/Executivo: ""
+*gl.PageRegion Executive/Executivo: ""
+*gl.PageSize Statement/Manual: ""
+*gl.PageRegion Statement/Manual: ""
+*gl.PageSize A4/A4: ""
+*gl.PageRegion A4/A4: ""
+*gl.PageSize C5/C5: ""
+*gl.PageRegion C5/C5: ""
+*gl.PageSize C6/C6: ""
+*gl.PageRegion C6/C6: ""
+*gl.PageSize DL/DL: ""
+*gl.PageRegion DL/DL: ""
+*gl.PageSize COM10/Comercial 10: ""
+*gl.PageRegion COM10/Comercial 10: ""
+*gl.PageSize Monarch/Sobre Monarch: ""
+*gl.PageRegion Monarch/Sobre Monarch: ""
+*gl.Translation ColorModel/Modelo da cor: ""
+*gl.ColorModel Gray/Escala de grises: ""
+*gl.ColorModel Black/Escala de gris invertida: ""
+*gl.Translation StpColorPrecision/Precisión da cor: ""
+*gl.StpColorPrecision Normal/Normal: ""
+*gl.StpColorPrecision Best/Mellor: ""
+*gl.Translation InputSlot/Orixe dos medios: ""
+*gl.InputSlot Standard/Estándar: ""
+*gl.InputSlot ManualAdj/Manual - Guías móbiles: ""
+*gl.InputSlot Manual/Manual: ""
+*gl.InputSlot MultiPurposeAdj/Bandexa 1 - Guías móbiles: ""
+*gl.InputSlot MultiPurpose/Bandexa 1: ""
+*gl.InputSlot UpperAdj/Bandexa 2 - Guías móbiles: ""
+*gl.InputSlot Upper/Bandexa 2: ""
+*gl.InputSlot LowerAdj/Bandexa 3 - Guías móbiles: ""
+*gl.InputSlot Lower/Bandexa 3: ""
+*gl.InputSlot LargeCapacityAdj/Bandexa 4 - Guías móbiles: ""
+*gl.InputSlot LargeCapacity/Bandexa 4: ""
+*gl.Translation StpQuality/Calidade de impresión: ""
+*gl.StpQuality None/Control manual: ""
+*gl.StpQuality Draft/Borrador: ""
+*gl.StpQuality Standard/Estándar: ""
+*gl.StpQuality High/Alto: ""
+*gl.Translation Resolution/Resolución: ""
+*gl.Resolution 301x300dpi/Automático: ""
+*gl.Resolution 150dpi/150x150 PPP: ""
+*gl.Resolution 300dpi/300x300 PPP: ""
+*gl.Resolution 600dpi/600x600 PPP: ""
+*gl.Translation Duplex/Impresión a dobre cara: ""
+*gl.Duplex None/Desactivado: ""
+*gl.Duplex DuplexNoTumble/Marxe longa (estándar): ""
+*gl.Duplex DuplexTumble/Marxe estreita (xirar): ""
+*gl.Translation StpiShrinkOutput/Reducir o tamaño de páxina se é necesario para ajustalo aos bordos: ""
+*gl.StpiShrinkOutput Shrink/Reducir (imprimir a páxina completa): ""
+*gl.StpiShrinkOutput Crop/Cortar (manter as dimensións): ""
+*gl.StpiShrinkOutput Expand/Expandir (usar a área máxima da páxina): ""
+*gl.Translation StpColorCorrection/Corrección da cor: ""
+*gl.StpColorCorrection None/Predefinido: ""
+*gl.StpColorCorrection Accurate/Alta precisión: ""
+*gl.StpColorCorrection Bright/Cores brillantes: ""
+*gl.StpColorCorrection Hue/Corrixir só a tonalidade: ""
+*gl.StpColorCorrection Uncorrected/Sen corrección: ""
+*gl.StpColorCorrection Desaturated/Sen saturación: ""
+*gl.StpColorCorrection Threshold/Limiar: ""
+*gl.StpColorCorrection Density/Densidade: ""
+*gl.StpColorCorrection Raw/Cru: ""
+*gl.StpColorCorrection Predithered/Pretramado: ""
+*gl.Translation StpBrightness/Brillo: ""
+*gl.ParamCustomStpBrightness Value/Valor: ""
+*gl.Translation StpFineBrightness/Brillo Axuste fino: ""
+*gl.StpFineBrightness None/0.000: ""
+*gl.Translation StpContrast/Contraste: ""
+*gl.ParamCustomStpContrast Value/Valor: ""
+*gl.Translation StpFineContrast/Contraste Axuste fino: ""
+*gl.StpFineContrast None/0.000: ""
+*gl.Translation StpImageType/Tipo de imaxe: ""
+*gl.StpImageType None/Control manual: ""
+*gl.StpImageType Text/Texto: ""
+*gl.StpImageType Graphics/Gráficos: ""
+*gl.StpImageType TextGraphics/Texto e gráficos mesturados: ""
+*gl.StpImageType Photo/Fotografia: ""
+*gl.StpImageType LineArt/Arte liñal: ""
+*gl.Translation StpDensity/Densidade: ""
+*gl.StpDensity None/Ningún: ""
+*gl.ParamCustomStpDensity Value/Valor: ""
+*gl.Translation StpFineDensity/Densidade Axuste fino: ""
+*gl.StpFineDensity None/0.000: ""
+*gl.Translation StpDitherAlgorithm/Algoritmo de tramado: ""
+*gl.StpDitherAlgorithm None/Predefinido: ""
+*gl.StpDitherAlgorithm EvenTone/EvenTone: ""
+*gl.StpDitherAlgorithm HybridEvenTone/EvenTone híbrido: ""
+*gl.StpDitherAlgorithm Adaptive/Híbrido adaptativo: ""
+*gl.StpDitherAlgorithm Ordered/Ordenado: ""
+*gl.StpDitherAlgorithm OrderedNew/Novo ordenado: ""
+*gl.StpDitherAlgorithm Fast/Rápido: ""
+*gl.StpDitherAlgorithm VeryFast/Moi rápido: ""
+*gl.StpDitherAlgorithm Floyd/Floyd-Steinberg híbrido: ""
+*gl.StpDitherAlgorithm Predithered/Entrada pretramada: ""
+*gl.StpDitherAlgorithm Segmented/Retirar o tamaño segmentado: ""
+*gl.StpDitherAlgorithm SegmentedNew/Retirar o novo tamaño segmentado: ""
+*gl.Translation StpGamma/Gamma composto: ""
+*gl.StpGamma None/Ningún: ""
+*gl.ParamCustomStpGamma Value/Valor: ""
+*gl.Translation StpFineGamma/Gamma composto Axuste fino: ""
+*gl.StpFineGamma None/0.000: ""
+*gl.Translation StpLinearContrast/Axuste do contraste liñal: ""
+*gl.StpLinearContrast False/Non: ""
+*gl.StpLinearContrast True/Si: ""
+*gl.APPrinterPreset Text/Text: "*StpImageType Text"
+*gl.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*gl.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*gl.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*gl.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*hu.Translation PageSize/Médiaméret: ""
+*hu.Translation PageRegion/Médiaméret: ""
+*hu.PageSize Letter/Letter: ""
+*hu.PageRegion Letter/Letter: ""
+*hu.PageSize Legal/Legal: ""
+*hu.PageRegion Legal/Legal: ""
+*hu.PageSize Executive/Executive: ""
+*hu.PageRegion Executive/Executive: ""
+*hu.PageSize Statement/Kézi: ""
+*hu.PageRegion Statement/Kézi: ""
+*hu.PageSize A4/A4: ""
+*hu.PageRegion A4/A4: ""
+*hu.PageSize C5/C5: ""
+*hu.PageRegion C5/C5: ""
+*hu.PageSize C6/C6: ""
+*hu.PageRegion C6/C6: ""
+*hu.PageSize DL/DL: ""
+*hu.PageRegion DL/DL: ""
+*hu.PageSize COM10/Kereskedelmi 10: ""
+*hu.PageRegion COM10/Kereskedelmi 10: ""
+*hu.PageSize Monarch/Monarch boríték: ""
+*hu.PageRegion Monarch/Monarch boríték: ""
+*hu.Translation ColorModel/Színmodell: ""
+*hu.ColorModel Gray/Szürkeárnyalatos: ""
+*hu.ColorModel Black/Fordított szürkeárnyalatos: ""
+*hu.Translation StpColorPrecision/Színpontosság: ""
+*hu.StpColorPrecision Normal/Normál: ""
+*hu.StpColorPrecision Best/Legjobb: ""
+*hu.Translation InputSlot/Papír forrása: ""
+*hu.InputSlot Standard/Szabványos: ""
+*hu.InputSlot ManualAdj/Manual - Movable Guides: ""
+*hu.InputSlot Manual/Kézi: ""
+*hu.InputSlot MultiPurposeAdj/1. tálca - mozgatható vezérlők: ""
+*hu.InputSlot MultiPurpose/1. tálca: ""
+*hu.InputSlot UpperAdj/2. tálca - mozgatható vezérlők: ""
+*hu.InputSlot Upper/2. tálca: ""
+*hu.InputSlot LowerAdj/3. tálca - mozgatható vezérlők: ""
+*hu.InputSlot Lower/3. tálca: ""
+*hu.InputSlot LargeCapacityAdj/4. tálca - mozgatható vezérlők: ""
+*hu.InputSlot LargeCapacity/4. tálca: ""
+*hu.Translation StpQuality/Nyomtatási minőség: ""
+*hu.StpQuality None/Kézi vezérlés: ""
+*hu.StpQuality Draft/Piszkozat: ""
+*hu.StpQuality Standard/Szabványos: ""
+*hu.StpQuality High/Magas: ""
+*hu.Translation Resolution/Felbontás: ""
+*hu.Resolution 301x300dpi/Automatikus: ""
+*hu.Resolution 150dpi/150x150 DPI: ""
+*hu.Resolution 300dpi/300x300 DPI: ""
+*hu.Resolution 600dpi/600x600 DPI: ""
+*hu.Translation Duplex/Kétoldalas nyomtatás: ""
+*hu.Duplex None/Kikapcsolva: ""
+*hu.Duplex DuplexNoTumble/hosszabbik él (szabvány): ""
+*hu.Duplex DuplexTumble/Rövidebbik él (tükrözve): ""
+*hu.Translation StpiShrinkOutput/Oldal zsugorítása szükség esetén a szegélyekig: ""
+*hu.StpiShrinkOutput Shrink/Zsugorítás (teljes oldal nyomtatása): ""
+*hu.StpiShrinkOutput Crop/Levágás (méretek megőrzése): ""
+*hu.StpiShrinkOutput Expand/Nagyítás (teljes oldalterület használata): ""
+*hu.Translation StpColorCorrection/Színkorrekció: ""
+*hu.StpColorCorrection None/Alapértelmezett: ""
+*hu.StpColorCorrection Accurate/Nagy pontosság: ""
+*hu.StpColorCorrection Bright/Világos színek: ""
+*hu.StpColorCorrection Hue/Csak az árnyalat javítása: ""
+*hu.StpColorCorrection Uncorrected/Javítatlan: ""
+*hu.StpColorCorrection Desaturated/Telítetlen: ""
+*hu.StpColorCorrection Threshold/Küszöb: ""
+*hu.StpColorCorrection Density/Sűrűség: ""
+*hu.StpColorCorrection Raw/Nyers: ""
+*hu.StpColorCorrection Predithered/Előszórt: ""
+*hu.Translation StpBrightness/Fényesség: ""
+*hu.ParamCustomStpBrightness Value/Érték: ""
+*hu.Translation StpFineBrightness/Fényesség Finomhangolás: ""
+*hu.StpFineBrightness None/0.000: ""
+*hu.Translation StpContrast/Kontraszt: ""
+*hu.ParamCustomStpContrast Value/Érték: ""
+*hu.Translation StpFineContrast/Kontraszt Finomhangolás: ""
+*hu.StpFineContrast None/0.000: ""
+*hu.Translation StpImageType/Képtípus: ""
+*hu.StpImageType None/Kézi vezérlés: ""
+*hu.StpImageType Text/Szöveg: ""
+*hu.StpImageType Graphics/Grafika: ""
+*hu.StpImageType TextGraphics/Szöveg és grafika vegyesen: ""
+*hu.StpImageType Photo/Fénykép: ""
+*hu.StpImageType LineArt/Vonalrajz: ""
+*hu.Translation StpDensity/Sűrűség: ""
+*hu.StpDensity None/Nincs: ""
+*hu.ParamCustomStpDensity Value/Érték: ""
+*hu.Translation StpFineDensity/Sűrűség Finomhangolás: ""
+*hu.StpFineDensity None/0.000: ""
+*hu.Translation StpDitherAlgorithm/Szórási algoritmus: ""
+*hu.StpDitherAlgorithm None/Alapértelmezett: ""
+*hu.StpDitherAlgorithm EvenTone/EvenTone: ""
+*hu.StpDitherAlgorithm HybridEvenTone/Hibrid EvenTone: ""
+*hu.StpDitherAlgorithm Adaptive/Adaptív hibrid: ""
+*hu.StpDitherAlgorithm Ordered/Rendezett: ""
+*hu.StpDitherAlgorithm OrderedNew/Rendezett új: ""
+*hu.StpDitherAlgorithm Fast/Gyors: ""
+*hu.StpDitherAlgorithm VeryFast/Nagyon gyors: ""
+*hu.StpDitherAlgorithm Floyd/Floyd-Steinberg hibrid: ""
+*hu.StpDitherAlgorithm Predithered/Előszórt bemenet: ""
+*hu.StpDitherAlgorithm Segmented/Darabolt cseppméret: ""
+*hu.StpDitherAlgorithm SegmentedNew/Darabolt cseppméret - új: ""
+*hu.Translation StpGamma/Összetett gamma: ""
+*hu.StpGamma None/Nincs: ""
+*hu.ParamCustomStpGamma Value/Érték: ""
+*hu.Translation StpFineGamma/Összetett gamma Finomhangolás: ""
+*hu.StpFineGamma None/0.000: ""
+*hu.Translation StpLinearContrast/Lineáris kontrasztigazítás: ""
+*hu.StpLinearContrast False/Nem: ""
+*hu.StpLinearContrast True/Igen: ""
+*hu.APPrinterPreset Text/Text: "*StpImageType Text"
+*hu.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*hu.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*hu.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*hu.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*it.Translation PageSize/Dimensioni del supporto: ""
+*it.Translation PageRegion/Dimensioni del supporto: ""
+*it.PageSize Letter/Lettera: ""
+*it.PageRegion Letter/Lettera: ""
+*it.PageSize Legal/Legal: ""
+*it.PageRegion Legal/Legal: ""
+*it.PageSize Executive/Executive: ""
+*it.PageRegion Executive/Executive: ""
+*it.PageSize Statement/Manuale: ""
+*it.PageRegion Statement/Manuale: ""
+*it.PageSize A4/A4: ""
+*it.PageRegion A4/A4: ""
+*it.PageSize C5/C5: ""
+*it.PageRegion C5/C5: ""
+*it.PageSize C6/C6: ""
+*it.PageRegion C6/C6: ""
+*it.PageSize DL/DL: ""
+*it.PageRegion DL/DL: ""
+*it.PageSize COM10/Commercial 10: ""
+*it.PageRegion COM10/Commercial 10: ""
+*it.PageSize Monarch/Busta Monarch: ""
+*it.PageRegion Monarch/Busta Monarch: ""
+*it.Translation ColorModel/Modello colore: ""
+*it.ColorModel Gray/Toni di grigio: ""
+*it.ColorModel Black/Scala di grigio invertita: ""
+*it.Translation StpColorPrecision/Precisione del colore: ""
+*it.StpColorPrecision Normal/Normale: ""
+*it.StpColorPrecision Best/Migliore: ""
+*it.Translation InputSlot/Ingresso dei supporti: ""
+*it.InputSlot Standard/Standard: ""
+*it.InputSlot ManualAdj/Manuale - Guide mobili: ""
+*it.InputSlot Manual/Manuale: ""
+*it.InputSlot MultiPurposeAdj/Vassoio 1 - Guide mobili: ""
+*it.InputSlot MultiPurpose/Vassoio 1: ""
+*it.InputSlot UpperAdj/Vassoio 2 - Guide mobili: ""
+*it.InputSlot Upper/Vassoio 2: ""
+*it.InputSlot LowerAdj/Vassoio 3 - Guide mobili: ""
+*it.InputSlot Lower/Vassoio 3: ""
+*it.InputSlot LargeCapacityAdj/Vassoio 4 - Guide mobili: ""
+*it.InputSlot LargeCapacity/Vassoio 4: ""
+*it.Translation StpQuality/Qualità di stampa: ""
+*it.StpQuality None/Controllo manuale: ""
+*it.StpQuality Draft/Bozza: ""
+*it.StpQuality Standard/Standard: ""
+*it.StpQuality High/Alta: ""
+*it.Translation Resolution/Risoluzione: ""
+*it.Resolution 301x300dpi/Automatico: ""
+*it.Resolution 150dpi/150×150 DPI: ""
+*it.Resolution 300dpi/300×300 DPI: ""
+*it.Resolution 600dpi/600×600 DPI: ""
+*it.Translation Duplex/Stampa fronte/retro: ""
+*it.Duplex None/Disattivato: ""
+*it.Duplex DuplexNoTumble/Lato lungo (standard): ""
+*it.Duplex DuplexTumble/Lato corto (girato): ""
+*it.Translation StpiShrinkOutput/Riduci la dimensione della pagina se necessario per rimanere nei bordi: ""
+*it.StpiShrinkOutput Shrink/Riduce la dimensione (stampa tutta la pagina): ""
+*it.StpiShrinkOutput Crop/Ritaglia (mantiene le dimensioni): ""
+*it.StpiShrinkOutput Expand/Espande (usa la massima area possibile nella pagina): ""
+*it.Translation StpColorCorrection/Correzione di colore: ""
+*it.StpColorCorrection None/Predefinito: ""
+*it.StpColorCorrection Accurate/Alta precisione: ""
+*it.StpColorCorrection Bright/Colori intensi: ""
+*it.StpColorCorrection Hue/Correggi solo tinta: ""
+*it.StpColorCorrection Uncorrected/Non corretto: ""
+*it.StpColorCorrection Desaturated/De-saturato: ""
+*it.StpColorCorrection Threshold/Soglia: ""
+*it.StpColorCorrection Density/Densità: ""
+*it.StpColorCorrection Raw/Raw: ""
+*it.StpColorCorrection Predithered/Pre-retinato: ""
+*it.Translation StpBrightness/Luminosità: ""
+*it.ParamCustomStpBrightness Value/Valore: ""
+*it.Translation StpFineBrightness/Luminosità Regolazione fine: ""
+*it.StpFineBrightness None/0.000: ""
+*it.Translation StpContrast/Contrasto: ""
+*it.ParamCustomStpContrast Value/Valore: ""
+*it.Translation StpFineContrast/Contrasto Regolazione fine: ""
+*it.StpFineContrast None/0.000: ""
+*it.Translation StpImageType/Tipo immagine: ""
+*it.StpImageType None/Controllo manuale: ""
+*it.StpImageType Text/Testo: ""
+*it.StpImageType Graphics/Disegni: ""
+*it.StpImageType TextGraphics/Testo e disegni: ""
+*it.StpImageType Photo/Fotografia: ""
+*it.StpImageType LineArt/Al tratto: ""
+*it.Translation StpDensity/Densità: ""
+*it.StpDensity None/Nessuna: ""
+*it.ParamCustomStpDensity Value/Valore: ""
+*it.Translation StpFineDensity/Densità Regolazione fine: ""
+*it.StpFineDensity None/0.000: ""
+*it.Translation StpDitherAlgorithm/Algoritmo di retinatura: ""
+*it.StpDitherAlgorithm None/Predefinito: ""
+*it.StpDitherAlgorithm EvenTone/EvenTone: ""
+*it.StpDitherAlgorithm HybridEvenTone/EvenTone ibrido: ""
+*it.StpDitherAlgorithm Adaptive/Ibrido adattabile: ""
+*it.StpDitherAlgorithm Ordered/Ordinato: ""
+*it.StpDitherAlgorithm OrderedNew/Ordinato (nuovo): ""
+*it.StpDitherAlgorithm Fast/Veloce: ""
+*it.StpDitherAlgorithm VeryFast/Molto veloce: ""
+*it.StpDitherAlgorithm Floyd/Floyd-Steinberg ibrido: ""
+*it.StpDitherAlgorithm Predithered/Ingresso pre-retinato: ""
+*it.StpDitherAlgorithm Segmented/Algoritmo drop size segmented: ""
+*it.StpDitherAlgorithm SegmentedNew/Nuovo algoritmo drop size segmented: ""
+*it.Translation StpGamma/Gamma composito: ""
+*it.StpGamma None/Nessuna: ""
+*it.ParamCustomStpGamma Value/Valore: ""
+*it.Translation StpFineGamma/Gamma composito Regolazione fine: ""
+*it.StpFineGamma None/0.000: ""
+*it.Translation StpLinearContrast/Regolazione lineare contrasto: ""
+*it.StpLinearContrast False/No: ""
+*it.StpLinearContrast True/Sì: ""
+*it.APPrinterPreset Text/Text: "*StpImageType Text"
+*it.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*it.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*it.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*it.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*ja.Translation PageSize/Media Size: ""
+*ja.Translation PageRegion/Media Size: ""
+*ja.PageSize Letter/レター: ""
+*ja.PageRegion Letter/レター: ""
+*ja.PageSize Legal/リーガル: ""
+*ja.PageRegion Legal/リーガル: ""
+*ja.PageSize Executive/エクゼクティブ: ""
+*ja.PageRegion Executive/エクゼクティブ: ""
+*ja.PageSize Statement/手動: ""
+*ja.PageRegion Statement/手動: ""
+*ja.PageSize A4/A4版: ""
+*ja.PageRegion A4/A4版: ""
+*ja.PageSize C5/C5: ""
+*ja.PageRegion C5/C5: ""
+*ja.PageSize C6/C6: ""
+*ja.PageRegion C6/C6: ""
+*ja.PageSize DL/DL: ""
+*ja.PageRegion DL/DL: ""
+*ja.PageSize COM10/Commercial 10: ""
+*ja.PageRegion COM10/Commercial 10: ""
+*ja.PageSize Monarch/Monarch Envelope: ""
+*ja.PageRegion Monarch/Monarch Envelope: ""
+*ja.Translation ColorModel/Color Model: ""
+*ja.ColorModel Gray/グレースケール: ""
+*ja.ColorModel Black/Inverted Grayscale: ""
+*ja.Translation StpColorPrecision/Color Precision: ""
+*ja.StpColorPrecision Normal/Normal: ""
+*ja.StpColorPrecision Best/最良: ""
+*ja.Translation InputSlot/給紙方法: ""
+*ja.InputSlot Standard/標準: ""
+*ja.InputSlot ManualAdj/Manual - Movable Guides: ""
+*ja.InputSlot Manual/手動: ""
+*ja.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*ja.InputSlot MultiPurpose/トレイ1: ""
+*ja.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*ja.InputSlot Upper/トレイ2: ""
+*ja.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*ja.InputSlot Lower/トレイ3: ""
+*ja.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*ja.InputSlot LargeCapacity/トレイ4: ""
+*ja.Translation StpQuality/Print Quality: ""
+*ja.StpQuality None/Manual Control: ""
+*ja.StpQuality Draft/ドラフト: ""
+*ja.StpQuality Standard/標準: ""
+*ja.StpQuality High/High: ""
+*ja.Translation Resolution/解像度: ""
+*ja.Resolution 301x300dpi/Automatic: ""
+*ja.Resolution 150dpi/150x150 DPI: ""
+*ja.Resolution 300dpi/300x300 DPI: ""
+*ja.Resolution 600dpi/600x600 DPI: ""
+*ja.Translation Duplex/2-Sided Printing: ""
+*ja.Duplex None/Off: ""
+*ja.Duplex DuplexNoTumble/長辺 (標準): ""
+*ja.Duplex DuplexTumble/短辺 (反転): ""
+*ja.Translation StpiShrinkOutput/必要な場合は枠に合うようページを縮小する: ""
+*ja.StpiShrinkOutput Shrink/縮小 (すべてのページを印刷): ""
+*ja.StpiShrinkOutput Crop/切り出し(大きさを保持): ""
+*ja.StpiShrinkOutput Expand/拡大(ページ領域を最大限に利用): ""
+*ja.Translation StpColorCorrection/色補正: ""
+*ja.StpColorCorrection None/Default: ""
+*ja.StpColorCorrection Accurate/高精度: ""
+*ja.StpColorCorrection Bright/Bright Colors: ""
+*ja.StpColorCorrection Hue/色相のみ修正: ""
+*ja.StpColorCorrection Uncorrected/未修正: ""
+*ja.StpColorCorrection Desaturated/彩度を減らす: ""
+*ja.StpColorCorrection Threshold/閾値: ""
+*ja.StpColorCorrection Density/濃度: ""
+*ja.StpColorCorrection Raw/Raw: ""
+*ja.StpColorCorrection Predithered/Pre-Dithered: ""
+*ja.Translation StpBrightness/Brightness: ""
+*ja.ParamCustomStpBrightness Value/Value: ""
+*ja.Translation StpFineBrightness/Brightness 微調整: ""
+*ja.StpFineBrightness None/0.000: ""
+*ja.Translation StpContrast/Contrast: ""
+*ja.ParamCustomStpContrast Value/Value: ""
+*ja.Translation StpFineContrast/Contrast 微調整: ""
+*ja.StpFineContrast None/0.000: ""
+*ja.Translation StpImageType/Image Type: ""
+*ja.StpImageType None/Manual Control: ""
+*ja.StpImageType Text/テキスト: ""
+*ja.StpImageType Graphics/画像: ""
+*ja.StpImageType TextGraphics/テキストとグラフィックの混在: ""
+*ja.StpImageType Photo/Photograph: ""
+*ja.StpImageType LineArt/ライン・アート: ""
+*ja.Translation StpDensity/濃度: ""
+*ja.StpDensity None/None: ""
+*ja.ParamCustomStpDensity Value/Value: ""
+*ja.Translation StpFineDensity/濃度 微調整: ""
+*ja.StpFineDensity None/0.000: ""
+*ja.Translation StpDitherAlgorithm/ディザリング方式: ""
+*ja.StpDitherAlgorithm None/Default: ""
+*ja.StpDitherAlgorithm EvenTone/イベントトーン方式: ""
+*ja.StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*ja.StpDitherAlgorithm Adaptive/アダプティブ・ハイブリッド方式: ""
+*ja.StpDitherAlgorithm Ordered/適応順序方式: ""
+*ja.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*ja.StpDitherAlgorithm Fast/高速方式: ""
+*ja.StpDitherAlgorithm VeryFast/超高速方式: ""
+*ja.StpDitherAlgorithm Floyd/ハイブリッド・フロイド-スタインバーグ方式: ""
+*ja.StpDitherAlgorithm Predithered/Predithered Input: ""
+*ja.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*ja.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*ja.Translation StpGamma/Composite Gamma: ""
+*ja.StpGamma None/None: ""
+*ja.ParamCustomStpGamma Value/Value: ""
+*ja.Translation StpFineGamma/Composite Gamma 微調整: ""
+*ja.StpFineGamma None/0.000: ""
+*ja.Translation StpLinearContrast/線形コントラスト調整: ""
+*ja.StpLinearContrast False/いいえ: ""
+*ja.StpLinearContrast True/はい: ""
+*ja.APPrinterPreset Text/Text: "*StpImageType Text"
+*ja.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*ja.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*ja.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*ja.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*nb.Translation PageSize/Media Size: ""
+*nb.Translation PageRegion/Media Size: ""
+*nb.PageSize Letter/Letter: ""
+*nb.PageRegion Letter/Letter: ""
+*nb.PageSize Legal/Legal: ""
+*nb.PageRegion Legal/Legal: ""
+*nb.PageSize Executive/Executive: ""
+*nb.PageRegion Executive/Executive: ""
+*nb.PageSize Statement/Manuell: ""
+*nb.PageRegion Statement/Manuell: ""
+*nb.PageSize A4/A4: ""
+*nb.PageRegion A4/A4: ""
+*nb.PageSize C5/C5: ""
+*nb.PageRegion C5/C5: ""
+*nb.PageSize C6/C6: ""
+*nb.PageRegion C6/C6: ""
+*nb.PageSize DL/DL: ""
+*nb.PageRegion DL/DL: ""
+*nb.PageSize COM10/Commercial 10: ""
+*nb.PageRegion COM10/Commercial 10: ""
+*nb.PageSize Monarch/Monarch Envelope: ""
+*nb.PageRegion Monarch/Monarch Envelope: ""
+*nb.Translation ColorModel/Color Model: ""
+*nb.ColorModel Gray/Gråtoner: ""
+*nb.ColorModel Black/Inverted Grayscale: ""
+*nb.Translation StpColorPrecision/Color Precision: ""
+*nb.StpColorPrecision Normal/Normal: ""
+*nb.StpColorPrecision Best/Best: ""
+*nb.Translation InputSlot/Mediekilde: ""
+*nb.InputSlot Standard/Standard: ""
+*nb.InputSlot ManualAdj/Manual - Movable Guides: ""
+*nb.InputSlot Manual/Manuell: ""
+*nb.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*nb.InputSlot MultiPurpose/Skuff 1: ""
+*nb.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*nb.InputSlot Upper/Skuff 2: ""
+*nb.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*nb.InputSlot Lower/Skuff 3: ""
+*nb.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*nb.InputSlot LargeCapacity/Skuff 4: ""
+*nb.Translation StpQuality/Print Quality: ""
+*nb.StpQuality None/Manual Control: ""
+*nb.StpQuality Draft/Draft: ""
+*nb.StpQuality Standard/Standard: ""
+*nb.StpQuality High/High: ""
+*nb.Translation Resolution/Oppløsning: ""
+*nb.Resolution 301x300dpi/Automatic: ""
+*nb.Resolution 150dpi/150x150 DPI: ""
+*nb.Resolution 300dpi/300x300 DPI: ""
+*nb.Resolution 600dpi/600x600 DPI: ""
+*nb.Translation Duplex/2-Sided Printing: ""
+*nb.Duplex None/Off: ""
+*nb.Duplex DuplexNoTumble/Long Edge (Standard): ""
+*nb.Duplex DuplexTumble/Short Edge (Flip): ""
+*nb.Translation StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: ""
+*nb.StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*nb.StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*nb.StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*nb.Translation StpColorCorrection/Color Correction: ""
+*nb.StpColorCorrection None/Default: ""
+*nb.StpColorCorrection Accurate/High Accuracy: ""
+*nb.StpColorCorrection Bright/Bright Colors: ""
+*nb.StpColorCorrection Hue/Correct Hue Only: ""
+*nb.StpColorCorrection Uncorrected/Uncorrected: ""
+*nb.StpColorCorrection Desaturated/Desaturated: ""
+*nb.StpColorCorrection Threshold/Threshold: ""
+*nb.StpColorCorrection Density/Density: ""
+*nb.StpColorCorrection Raw/Raw: ""
+*nb.StpColorCorrection Predithered/Pre-Dithered: ""
+*nb.Translation StpBrightness/Brightness: ""
+*nb.ParamCustomStpBrightness Value/Value: ""
+*nb.Translation StpFineBrightness/Brightness Fine Adjustment: ""
+*nb.StpFineBrightness None/0.000: ""
+*nb.Translation StpContrast/Contrast: ""
+*nb.ParamCustomStpContrast Value/Value: ""
+*nb.Translation StpFineContrast/Contrast Fine Adjustment: ""
+*nb.StpFineContrast None/0.000: ""
+*nb.Translation StpImageType/Image Type: ""
+*nb.StpImageType None/Manual Control: ""
+*nb.StpImageType Text/Text: ""
+*nb.StpImageType Graphics/Graphics: ""
+*nb.StpImageType TextGraphics/Mixed Text and Graphics: ""
+*nb.StpImageType Photo/Photograph: ""
+*nb.StpImageType LineArt/Lineær: ""
+*nb.Translation StpDensity/Density: ""
+*nb.StpDensity None/None: ""
+*nb.ParamCustomStpDensity Value/Value: ""
+*nb.Translation StpFineDensity/Density Fine Adjustment: ""
+*nb.StpFineDensity None/0.000: ""
+*nb.Translation StpDitherAlgorithm/Dither-algoritme: ""
+*nb.StpDitherAlgorithm None/Default: ""
+*nb.StpDitherAlgorithm EvenTone/EvenTone: ""
+*nb.StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*nb.StpDitherAlgorithm Adaptive/Adaptive Hybrid: ""
+*nb.StpDitherAlgorithm Ordered/Ordnet: ""
+*nb.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*nb.StpDitherAlgorithm Fast/Rask: ""
+*nb.StpDitherAlgorithm VeryFast/Meget rask: ""
+*nb.StpDitherAlgorithm Floyd/Hybrid Floyd-Steinberg: ""
+*nb.StpDitherAlgorithm Predithered/Predithered Input: ""
+*nb.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*nb.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*nb.Translation StpGamma/Composite Gamma: ""
+*nb.StpGamma None/None: ""
+*nb.ParamCustomStpGamma Value/Value: ""
+*nb.Translation StpFineGamma/Composite Gamma Fine Adjustment: ""
+*nb.StpFineGamma None/0.000: ""
+*nb.Translation StpLinearContrast/Linear Contrast Adjustment: ""
+*nb.StpLinearContrast False/No: ""
+*nb.StpLinearContrast True/Yes: ""
+*nb.APPrinterPreset Text/Text: "*StpImageType Text"
+*nb.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*nb.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*nb.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*nb.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*nl.Translation PageSize/Afmetingen van het medium: ""
+*nl.Translation PageRegion/Afmetingen van het medium: ""
+*nl.PageSize Letter/Letter: ""
+*nl.PageRegion Letter/Letter: ""
+*nl.PageSize Legal/Legal: ""
+*nl.PageRegion Legal/Legal: ""
+*nl.PageSize Executive/Executive: ""
+*nl.PageRegion Executive/Executive: ""
+*nl.PageSize Statement/Handmatig: ""
+*nl.PageRegion Statement/Handmatig: ""
+*nl.PageSize A4/A4: ""
+*nl.PageRegion A4/A4: ""
+*nl.PageSize C5/C5: ""
+*nl.PageRegion C5/C5: ""
+*nl.PageSize C6/C6: ""
+*nl.PageRegion C6/C6: ""
+*nl.PageSize DL/DL: ""
+*nl.PageRegion DL/DL: ""
+*nl.PageSize COM10/Commercial 10: ""
+*nl.PageRegion COM10/Commercial 10: ""
+*nl.PageSize Monarch/Monarch envelop: ""
+*nl.PageRegion Monarch/Monarch envelop: ""
+*nl.Translation ColorModel/Kleurmodel: ""
+*nl.ColorModel Gray/Grijsschaal: ""
+*nl.ColorModel Black/Omgekeerde grijsschaal: ""
+*nl.Translation StpColorPrecision/Kleurprecisie: ""
+*nl.StpColorPrecision Normal/Normaal: ""
+*nl.StpColorPrecision Best/Het best: ""
+*nl.Translation InputSlot/Bronmedium: ""
+*nl.InputSlot Standard/Standaard: ""
+*nl.InputSlot ManualAdj/Handmatig - verplaatsbare geleiders: ""
+*nl.InputSlot Manual/Handmatig: ""
+*nl.InputSlot MultiPurposeAdj/Lade 1 - Verplaatsbare geleiders: ""
+*nl.InputSlot MultiPurpose/Lade 1: ""
+*nl.InputSlot UpperAdj/Lade 2 - Verplaatsbare geleiders: ""
+*nl.InputSlot Upper/Lade 2: ""
+*nl.InputSlot LowerAdj/Lade 3 - Verplaatsbare geleiders: ""
+*nl.InputSlot Lower/Lade 3: ""
+*nl.InputSlot LargeCapacityAdj/Lade 4 - Verplaatsbare geleiders: ""
+*nl.InputSlot LargeCapacity/Lade 4: ""
+*nl.Translation StpQuality/Printkwaliteit: ""
+*nl.StpQuality None/Handmatige controle: ""
+*nl.StpQuality Draft/Proefdruk: ""
+*nl.StpQuality Standard/Standaard: ""
+*nl.StpQuality High/Hoog: ""
+*nl.Translation Resolution/Resolutie: ""
+*nl.Resolution 301x300dpi/Automatisch: ""
+*nl.Resolution 150dpi/150x150 DPI: ""
+*nl.Resolution 300dpi/300x300 DPI: ""
+*nl.Resolution 600dpi/600x600 DPI: ""
+*nl.Translation Duplex/Dubbelzijdig printen: ""
+*nl.Duplex None/Uit: ""
+*nl.Duplex DuplexNoTumble/Lange zijde (standaard): ""
+*nl.Duplex DuplexTumble/Korte zijde (omslaan): ""
+*nl.Translation StpiShrinkOutput/Verklein de pagina als dat nodig is om op de pagina te blijven: ""
+*nl.StpiShrinkOutput Shrink/Verkleinen (de gehele pagina afdrukken): ""
+*nl.StpiShrinkOutput Crop/Afsnijden (behoud de afmetingen): ""
+*nl.StpiShrinkOutput Expand/Vergroot (gebruik de gehele pagina): ""
+*nl.Translation StpColorCorrection/Kleurcorrectie: ""
+*nl.StpColorCorrection None/Standaard: ""
+*nl.StpColorCorrection Accurate/Hoge nauwkeurigheid: ""
+*nl.StpColorCorrection Bright/Heldere kleuren: ""
+*nl.StpColorCorrection Hue/Alleen juiste tint: ""
+*nl.StpColorCorrection Uncorrected/Ongecorrigeerd: ""
+*nl.StpColorCorrection Desaturated/Niet-verzadigd: ""
+*nl.StpColorCorrection Threshold/Grenswaarde: ""
+*nl.StpColorCorrection Density/Dichtheid: ""
+*nl.StpColorCorrection Raw/Raw: ""
+*nl.StpColorCorrection Predithered/Voorbehandeld met ruis-algoritme: ""
+*nl.Translation StpBrightness/Helderheid: ""
+*nl.ParamCustomStpBrightness Value/Waarde: ""
+*nl.Translation StpFineBrightness/Helderheid Fijnafstelling: ""
+*nl.StpFineBrightness None/0.000: ""
+*nl.Translation StpContrast/Contrast: ""
+*nl.ParamCustomStpContrast Value/Waarde: ""
+*nl.Translation StpFineContrast/Contrast Fijnafstelling: ""
+*nl.StpFineContrast None/0.000: ""
+*nl.Translation StpImageType/Afbeeldingstype: ""
+*nl.StpImageType None/Handmatige controle: ""
+*nl.StpImageType Text/Tekst: ""
+*nl.StpImageType Graphics/Grafisch: ""
+*nl.StpImageType TextGraphics/Gemengd tekst en grafisch: ""
+*nl.StpImageType Photo/Foto: ""
+*nl.StpImageType LineArt/Lijntekening: ""
+*nl.Translation StpDensity/Dichtheid: ""
+*nl.StpDensity None/Geen: ""
+*nl.ParamCustomStpDensity Value/Waarde: ""
+*nl.Translation StpFineDensity/Dichtheid Fijnafstelling: ""
+*nl.StpFineDensity None/0.000: ""
+*nl.Translation StpDitherAlgorithm/Ruis-algoritme: ""
+*nl.StpDitherAlgorithm None/Standaard: ""
+*nl.StpDitherAlgorithm EvenTone/EvenTone: ""
+*nl.StpDitherAlgorithm HybridEvenTone/Hybride EvenTone: ""
+*nl.StpDitherAlgorithm Adaptive/Adaptief Hybride: ""
+*nl.StpDitherAlgorithm Ordered/Geordend: ""
+*nl.StpDitherAlgorithm OrderedNew/Geordend (nieuw): ""
+*nl.StpDitherAlgorithm Fast/Snel: ""
+*nl.StpDitherAlgorithm VeryFast/Zeer snel: ""
+*nl.StpDitherAlgorithm Floyd/Hybride Floyd-Steinberg: ""
+*nl.StpDitherAlgorithm Predithered/Invoer met toegepast ruis-algoritme: ""
+*nl.StpDitherAlgorithm Segmented/Gesegmenteerde druppelgrootte: ""
+*nl.StpDitherAlgorithm SegmentedNew/Nieuwe gesegmenteerde druppelgrootte: ""
+*nl.Translation StpGamma/Samengesteld gamma: ""
+*nl.StpGamma None/Geen: ""
+*nl.ParamCustomStpGamma Value/Waarde: ""
+*nl.Translation StpFineGamma/Samengesteld gamma Fijnafstelling: ""
+*nl.StpFineGamma None/0.000: ""
+*nl.Translation StpLinearContrast/Lineaire aanpassing van het contrast: ""
+*nl.StpLinearContrast False/Nee: ""
+*nl.StpLinearContrast True/Ja: ""
+*nl.APPrinterPreset Text/Text: "*StpImageType Text"
+*nl.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*nl.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*nl.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*nl.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*pl.Translation PageSize/Media Size: ""
+*pl.Translation PageRegion/Media Size: ""
+*pl.PageSize Letter/Letter: ""
+*pl.PageRegion Letter/Letter: ""
+*pl.PageSize Legal/Legal: ""
+*pl.PageRegion Legal/Legal: ""
+*pl.PageSize Executive/Executive: ""
+*pl.PageRegion Executive/Executive: ""
+*pl.PageSize Statement/Manual: ""
+*pl.PageRegion Statement/Manual: ""
+*pl.PageSize A4/A4: ""
+*pl.PageRegion A4/A4: ""
+*pl.PageSize C5/C5: ""
+*pl.PageRegion C5/C5: ""
+*pl.PageSize C6/C6: ""
+*pl.PageRegion C6/C6: ""
+*pl.PageSize DL/DL: ""
+*pl.PageRegion DL/DL: ""
+*pl.PageSize COM10/Commercial 10: ""
+*pl.PageRegion COM10/Commercial 10: ""
+*pl.PageSize Monarch/Monarch Envelope: ""
+*pl.PageRegion Monarch/Monarch Envelope: ""
+*pl.Translation ColorModel/Color Model: ""
+*pl.ColorModel Gray/Odcienie szarości: ""
+*pl.ColorModel Black/Inverted Grayscale: ""
+*pl.Translation StpColorPrecision/Color Precision: ""
+*pl.StpColorPrecision Normal/Normal: ""
+*pl.StpColorPrecision Best/Best: ""
+*pl.Translation InputSlot/Media Source: ""
+*pl.InputSlot Standard/Standard: ""
+*pl.InputSlot ManualAdj/Manual - Movable Guides: ""
+*pl.InputSlot Manual/Manual: ""
+*pl.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*pl.InputSlot MultiPurpose/Tray 1: ""
+*pl.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*pl.InputSlot Upper/Tray 2: ""
+*pl.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*pl.InputSlot Lower/Tray 3: ""
+*pl.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*pl.InputSlot LargeCapacity/Tray 4: ""
+*pl.Translation StpQuality/Print Quality: ""
+*pl.StpQuality None/Manual Control: ""
+*pl.StpQuality Draft/Draft: ""
+*pl.StpQuality Standard/Standard: ""
+*pl.StpQuality High/High: ""
+*pl.Translation Resolution/Rozdzielczość: ""
+*pl.Resolution 301x300dpi/Automatic: ""
+*pl.Resolution 150dpi/150x150 DPI: ""
+*pl.Resolution 300dpi/300x300 DPI: ""
+*pl.Resolution 600dpi/600x600 DPI: ""
+*pl.Translation Duplex/2-Sided Printing: ""
+*pl.Duplex None/Off: ""
+*pl.Duplex DuplexNoTumble/Long Edge (Standard): ""
+*pl.Duplex DuplexTumble/Short Edge (Flip): ""
+*pl.Translation StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: ""
+*pl.StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*pl.StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*pl.StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*pl.Translation StpColorCorrection/Color Correction: ""
+*pl.StpColorCorrection None/Default: ""
+*pl.StpColorCorrection Accurate/High Accuracy: ""
+*pl.StpColorCorrection Bright/Bright Colors: ""
+*pl.StpColorCorrection Hue/Correct Hue Only: ""
+*pl.StpColorCorrection Uncorrected/Uncorrected: ""
+*pl.StpColorCorrection Desaturated/Desaturated: ""
+*pl.StpColorCorrection Threshold/Threshold: ""
+*pl.StpColorCorrection Density/Density: ""
+*pl.StpColorCorrection Raw/Raw: ""
+*pl.StpColorCorrection Predithered/Pre-Dithered: ""
+*pl.Translation StpBrightness/Brightness: ""
+*pl.ParamCustomStpBrightness Value/Value: ""
+*pl.Translation StpFineBrightness/Brightness Fine Adjustment: ""
+*pl.StpFineBrightness None/0.000: ""
+*pl.Translation StpContrast/Contrast: ""
+*pl.ParamCustomStpContrast Value/Value: ""
+*pl.Translation StpFineContrast/Contrast Fine Adjustment: ""
+*pl.StpFineContrast None/0.000: ""
+*pl.Translation StpImageType/Image Type: ""
+*pl.StpImageType None/Manual Control: ""
+*pl.StpImageType Text/Text: ""
+*pl.StpImageType Graphics/Graphics: ""
+*pl.StpImageType TextGraphics/Mixed Text and Graphics: ""
+*pl.StpImageType Photo/Photograph: ""
+*pl.StpImageType LineArt/Rysunek kreską: ""
+*pl.Translation StpDensity/Density: ""
+*pl.StpDensity None/None: ""
+*pl.ParamCustomStpDensity Value/Value: ""
+*pl.Translation StpFineDensity/Density Fine Adjustment: ""
+*pl.StpFineDensity None/0.000: ""
+*pl.Translation StpDitherAlgorithm/Algorytm ditherowania: ""
+*pl.StpDitherAlgorithm None/Default: ""
+*pl.StpDitherAlgorithm EvenTone/EvenTone: ""
+*pl.StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*pl.StpDitherAlgorithm Adaptive/Adaptive Hybrid: ""
+*pl.StpDitherAlgorithm Ordered/Ordered: ""
+*pl.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*pl.StpDitherAlgorithm Fast/Fast: ""
+*pl.StpDitherAlgorithm VeryFast/Very Fast: ""
+*pl.StpDitherAlgorithm Floyd/Hybrid Floyd-Steinberg: ""
+*pl.StpDitherAlgorithm Predithered/Predithered Input: ""
+*pl.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*pl.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*pl.Translation StpGamma/Composite Gamma: ""
+*pl.StpGamma None/None: ""
+*pl.ParamCustomStpGamma Value/Value: ""
+*pl.Translation StpFineGamma/Composite Gamma Fine Adjustment: ""
+*pl.StpFineGamma None/0.000: ""
+*pl.Translation StpLinearContrast/Linear Contrast Adjustment: ""
+*pl.StpLinearContrast False/No: ""
+*pl.StpLinearContrast True/Yes: ""
+*pl.APPrinterPreset Text/Text: "*StpImageType Text"
+*pl.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*pl.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*pl.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*pl.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*pt.Translation PageSize/Media Size: ""
+*pt.Translation PageRegion/Media Size: ""
+*pt.PageSize Letter/Carta: ""
+*pt.PageRegion Letter/Carta: ""
+*pt.PageSize Legal/Legal: ""
+*pt.PageRegion Legal/Legal: ""
+*pt.PageSize Executive/Executivo: ""
+*pt.PageRegion Executive/Executivo: ""
+*pt.PageSize Statement/Manual: ""
+*pt.PageRegion Statement/Manual: ""
+*pt.PageSize A4/A4: ""
+*pt.PageRegion A4/A4: ""
+*pt.PageSize C5/C5: ""
+*pt.PageRegion C5/C5: ""
+*pt.PageSize C6/C6: ""
+*pt.PageRegion C6/C6: ""
+*pt.PageSize DL/DL: ""
+*pt.PageRegion DL/DL: ""
+*pt.PageSize COM10/Comercial 10: ""
+*pt.PageRegion COM10/Comercial 10: ""
+*pt.PageSize Monarch/Envelope Monarca: ""
+*pt.PageRegion Monarch/Envelope Monarca: ""
+*pt.Translation ColorModel/Color Model: ""
+*pt.ColorModel Gray/Escala de Cinzento: ""
+*pt.ColorModel Black/Inverted Grayscale: ""
+*pt.Translation StpColorPrecision/Color Precision: ""
+*pt.StpColorPrecision Normal/Normal: ""
+*pt.StpColorPrecision Best/Best: ""
+*pt.Translation InputSlot/Fonte de Média: ""
+*pt.InputSlot Standard/Standard: ""
+*pt.InputSlot ManualAdj/Manual - Movable Guides: ""
+*pt.InputSlot Manual/Manual: ""
+*pt.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*pt.InputSlot MultiPurpose/Tabuleiro 1: ""
+*pt.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*pt.InputSlot Upper/Tabuleiro 2: ""
+*pt.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*pt.InputSlot Lower/Tabuleiro 3: ""
+*pt.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*pt.InputSlot LargeCapacity/Tabuleiro 4: ""
+*pt.Translation StpQuality/Print Quality: ""
+*pt.StpQuality None/Manual Control: ""
+*pt.StpQuality Draft/Draft: ""
+*pt.StpQuality Standard/Standard: ""
+*pt.StpQuality High/High: ""
+*pt.Translation Resolution/Resolução: ""
+*pt.Resolution 301x300dpi/Automatic: ""
+*pt.Resolution 150dpi/150x150 DPI: ""
+*pt.Resolution 300dpi/300x300 DPI: ""
+*pt.Resolution 600dpi/600x600 DPI: ""
+*pt.Translation Duplex/2-Sided Printing: ""
+*pt.Duplex None/Off: ""
+*pt.Duplex DuplexNoTumble/Long Edge (Standard): ""
+*pt.Duplex DuplexTumble/Short Edge (Flip): ""
+*pt.Translation StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: ""
+*pt.StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*pt.StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*pt.StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*pt.Translation StpColorCorrection/Color Correction: ""
+*pt.StpColorCorrection None/Default: ""
+*pt.StpColorCorrection Accurate/High Accuracy: ""
+*pt.StpColorCorrection Bright/Bright Colors: ""
+*pt.StpColorCorrection Hue/Correct Hue Only: ""
+*pt.StpColorCorrection Uncorrected/Uncorrected: ""
+*pt.StpColorCorrection Desaturated/Desaturated: ""
+*pt.StpColorCorrection Threshold/Threshold: ""
+*pt.StpColorCorrection Density/Density: ""
+*pt.StpColorCorrection Raw/Raw: ""
+*pt.StpColorCorrection Predithered/Pre-Dithered: ""
+*pt.Translation StpBrightness/Brightness: ""
+*pt.ParamCustomStpBrightness Value/Value: ""
+*pt.Translation StpFineBrightness/Brightness Fine Adjustment: ""
+*pt.StpFineBrightness None/0.000: ""
+*pt.Translation StpContrast/Contrast: ""
+*pt.ParamCustomStpContrast Value/Value: ""
+*pt.Translation StpFineContrast/Contrast Fine Adjustment: ""
+*pt.StpFineContrast None/0.000: ""
+*pt.Translation StpImageType/Image Type: ""
+*pt.StpImageType None/Manual Control: ""
+*pt.StpImageType Text/Text: ""
+*pt.StpImageType Graphics/Graphics: ""
+*pt.StpImageType TextGraphics/Mixed Text and Graphics: ""
+*pt.StpImageType Photo/Photograph: ""
+*pt.StpImageType LineArt/"Line Art": ""
+*pt.Translation StpDensity/Density: ""
+*pt.StpDensity None/None: ""
+*pt.ParamCustomStpDensity Value/Value: ""
+*pt.Translation StpFineDensity/Density Fine Adjustment: ""
+*pt.StpFineDensity None/0.000: ""
+*pt.Translation StpDitherAlgorithm/Algoritmos de "Dither"": ""
+*pt.StpDitherAlgorithm None/Default: ""
+*pt.StpDitherAlgorithm EvenTone/EvenTone: ""
+*pt.StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*pt.StpDitherAlgorithm Adaptive/Híbrido Adaptativo: ""
+*pt.StpDitherAlgorithm Ordered/Ordenado: ""
+*pt.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*pt.StpDitherAlgorithm Fast/Rápido: ""
+*pt.StpDitherAlgorithm VeryFast/Muito Rápido: ""
+*pt.StpDitherAlgorithm Floyd/Híbrido Floyd-Steinberg: ""
+*pt.StpDitherAlgorithm Predithered/Predithered Input: ""
+*pt.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*pt.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*pt.Translation StpGamma/Composite Gamma: ""
+*pt.StpGamma None/None: ""
+*pt.ParamCustomStpGamma Value/Value: ""
+*pt.Translation StpFineGamma/Composite Gamma Fine Adjustment: ""
+*pt.StpFineGamma None/0.000: ""
+*pt.Translation StpLinearContrast/Linear Contrast Adjustment: ""
+*pt.StpLinearContrast False/No: ""
+*pt.StpLinearContrast True/Yes: ""
+*pt.APPrinterPreset Text/Text: "*StpImageType Text"
+*pt.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*pt.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*pt.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*pt.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*ru.Translation PageSize/Media Size: ""
+*ru.Translation PageRegion/Media Size: ""
+*ru.PageSize Letter/Letter: ""
+*ru.PageRegion Letter/Letter: ""
+*ru.PageSize Legal/Legal: ""
+*ru.PageRegion Legal/Legal: ""
+*ru.PageSize Executive/Executive: ""
+*ru.PageRegion Executive/Executive: ""
+*ru.PageSize Statement/Manual: ""
+*ru.PageRegion Statement/Manual: ""
+*ru.PageSize A4/A4: ""
+*ru.PageRegion A4/A4: ""
+*ru.PageSize C5/C5: ""
+*ru.PageRegion C5/C5: ""
+*ru.PageSize C6/C6: ""
+*ru.PageRegion C6/C6: ""
+*ru.PageSize DL/DL: ""
+*ru.PageRegion DL/DL: ""
+*ru.PageSize COM10/Commercial 10: ""
+*ru.PageRegion COM10/Commercial 10: ""
+*ru.PageSize Monarch/Monarch Envelope: ""
+*ru.PageRegion Monarch/Monarch Envelope: ""
+*ru.Translation ColorModel/Цветовая модель: ""
+*ru.ColorModel Gray/Градации серого: ""
+*ru.ColorModel Black/Inverted Grayscale: ""
+*ru.Translation StpColorPrecision/Точность цветопередачи: ""
+*ru.StpColorPrecision Normal/Normal: ""
+*ru.StpColorPrecision Best/Наилучшее: ""
+*ru.Translation InputSlot/Источник носителя: ""
+*ru.InputSlot Standard/Как обычно: ""
+*ru.InputSlot ManualAdj/Manual - Movable Guides: ""
+*ru.InputSlot Manual/Manual: ""
+*ru.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*ru.InputSlot MultiPurpose/Tray 1: ""
+*ru.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*ru.InputSlot Upper/Tray 2: ""
+*ru.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*ru.InputSlot Lower/Tray 3: ""
+*ru.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*ru.InputSlot LargeCapacity/Tray 4: ""
+*ru.Translation StpQuality/Качество печати: ""
+*ru.StpQuality None/Ручной контроль: ""
+*ru.StpQuality Draft/Черновик: ""
+*ru.StpQuality Standard/Как обычно: ""
+*ru.StpQuality High/Высокое: ""
+*ru.Translation Resolution/Разрешение: ""
+*ru.Resolution 301x300dpi/Автоматически: ""
+*ru.Resolution 150dpi/150×150 DPI: ""
+*ru.Resolution 300dpi/300×300 DPI: ""
+*ru.Resolution 600dpi/600×600 DPI: ""
+*ru.Translation Duplex/2-Sided Printing: ""
+*ru.Duplex None/Выкл: ""
+*ru.Duplex DuplexNoTumble/Long Edge (Standard): ""
+*ru.Duplex DuplexTumble/Short Edge (Flip): ""
+*ru.Translation StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: ""
+*ru.StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*ru.StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*ru.StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*ru.Translation StpColorCorrection/Цветокоррекция: ""
+*ru.StpColorCorrection None/По умолчанию: ""
+*ru.StpColorCorrection Accurate/Высокая точность: ""
+*ru.StpColorCorrection Bright/Яркие цвета: ""
+*ru.StpColorCorrection Hue/Корректировать только тон: ""
+*ru.StpColorCorrection Uncorrected/Без коррекции: ""
+*ru.StpColorCorrection Desaturated/Обесцвечивание: ""
+*ru.StpColorCorrection Threshold/Порог: ""
+*ru.StpColorCorrection Density/Плотность: ""
+*ru.StpColorCorrection Raw/Как есть: ""
+*ru.StpColorCorrection Predithered/Pre-Dithered: ""
+*ru.Translation StpBrightness/Яркость: ""
+*ru.ParamCustomStpBrightness Value/Значение: ""
+*ru.Translation StpFineBrightness/Яркость Fine Adjustment: ""
+*ru.StpFineBrightness None/0.000: ""
+*ru.Translation StpContrast/Контраст: ""
+*ru.ParamCustomStpContrast Value/Значение: ""
+*ru.Translation StpFineContrast/Контраст Fine Adjustment: ""
+*ru.StpFineContrast None/0.000: ""
+*ru.Translation StpImageType/Тип изображения: ""
+*ru.StpImageType None/Ручной контроль: ""
+*ru.StpImageType Text/Текст: ""
+*ru.StpImageType Graphics/Графика: ""
+*ru.StpImageType TextGraphics/Графика и текст: ""
+*ru.StpImageType Photo/Фотография: ""
+*ru.StpImageType LineArt/Штриховая графика: ""
+*ru.Translation StpDensity/Плотность: ""
+*ru.StpDensity None/None: ""
+*ru.ParamCustomStpDensity Value/Значение: ""
+*ru.Translation StpFineDensity/Плотность Fine Adjustment: ""
+*ru.StpFineDensity None/0.000: ""
+*ru.Translation StpDitherAlgorithm/Алгоритм сглаживания переходов: ""
+*ru.StpDitherAlgorithm None/По умолчанию: ""
+*ru.StpDitherAlgorithm EvenTone/EvenTone: ""
+*ru.StpDitherAlgorithm HybridEvenTone/Гибридный EvenTone: ""
+*ru.StpDitherAlgorithm Adaptive/Адаптивный гибридный: ""
+*ru.StpDitherAlgorithm Ordered/Упорядоченный: ""
+*ru.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*ru.StpDitherAlgorithm Fast/Быстрый: ""
+*ru.StpDitherAlgorithm VeryFast/Очень быстрый: ""
+*ru.StpDitherAlgorithm Floyd/Гибридный Флойда-Штейнберга: ""
+*ru.StpDitherAlgorithm Predithered/Predithered Input: ""
+*ru.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*ru.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*ru.Translation StpGamma/Составная гамма: ""
+*ru.StpGamma None/None: ""
+*ru.ParamCustomStpGamma Value/Значение: ""
+*ru.Translation StpFineGamma/Составная гамма Fine Adjustment: ""
+*ru.StpFineGamma None/0.000: ""
+*ru.Translation StpLinearContrast/Линейная коррекция контраста: ""
+*ru.StpLinearContrast False/Нет: ""
+*ru.StpLinearContrast True/Да: ""
+*ru.APPrinterPreset Text/Text: "*StpImageType Text"
+*ru.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*ru.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*ru.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*ru.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*sk.Translation PageSize/Media Size: ""
+*sk.Translation PageRegion/Media Size: ""
+*sk.PageSize Letter/Letter: ""
+*sk.PageRegion Letter/Letter: ""
+*sk.PageSize Legal/Legal: ""
+*sk.PageRegion Legal/Legal: ""
+*sk.PageSize Executive/Executive: ""
+*sk.PageRegion Executive/Executive: ""
+*sk.PageSize Statement/Manuál: ""
+*sk.PageRegion Statement/Manuál: ""
+*sk.PageSize A4/A4: ""
+*sk.PageRegion A4/A4: ""
+*sk.PageSize C5/C5: ""
+*sk.PageRegion C5/C5: ""
+*sk.PageSize C6/C6: ""
+*sk.PageRegion C6/C6: ""
+*sk.PageSize DL/DL: ""
+*sk.PageRegion DL/DL: ""
+*sk.PageSize COM10/Commercial 10: ""
+*sk.PageRegion COM10/Commercial 10: ""
+*sk.PageSize Monarch/Monarch Envelope: ""
+*sk.PageRegion Monarch/Monarch Envelope: ""
+*sk.Translation ColorModel/Color Model: ""
+*sk.ColorModel Gray/V odtieňoch šedej: ""
+*sk.ColorModel Black/Inverted Grayscale: ""
+*sk.Translation StpColorPrecision/Color Precision: ""
+*sk.StpColorPrecision Normal/Normal: ""
+*sk.StpColorPrecision Best/Best: ""
+*sk.Translation InputSlot/Zdroj média: ""
+*sk.InputSlot Standard/Štandardný: ""
+*sk.InputSlot ManualAdj/Manual - Movable Guides: ""
+*sk.InputSlot Manual/Manuál: ""
+*sk.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*sk.InputSlot MultiPurpose/Zásobník 1: ""
+*sk.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*sk.InputSlot Upper/Zásobník 2: ""
+*sk.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*sk.InputSlot Lower/Zásobník 3: ""
+*sk.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*sk.InputSlot LargeCapacity/Zásobník 4: ""
+*sk.Translation StpQuality/Print Quality: ""
+*sk.StpQuality None/Manual Control: ""
+*sk.StpQuality Draft/Draft: ""
+*sk.StpQuality Standard/Štandardný: ""
+*sk.StpQuality High/High: ""
+*sk.Translation Resolution/Rozlíšenie: ""
+*sk.Resolution 301x300dpi/Automatic: ""
+*sk.Resolution 150dpi/150x150 DPI: ""
+*sk.Resolution 300dpi/300x300 DPI: ""
+*sk.Resolution 600dpi/600x600 DPI: ""
+*sk.Translation Duplex/2-Sided Printing: ""
+*sk.Duplex None/Off: ""
+*sk.Duplex DuplexNoTumble/Long Edge (Standard): ""
+*sk.Duplex DuplexTumble/Short Edge (Flip): ""
+*sk.Translation StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: ""
+*sk.StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*sk.StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*sk.StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*sk.Translation StpColorCorrection/Color Correction: ""
+*sk.StpColorCorrection None/Default: ""
+*sk.StpColorCorrection Accurate/High Accuracy: ""
+*sk.StpColorCorrection Bright/Bright Colors: ""
+*sk.StpColorCorrection Hue/Correct Hue Only: ""
+*sk.StpColorCorrection Uncorrected/Uncorrected: ""
+*sk.StpColorCorrection Desaturated/Desaturated: ""
+*sk.StpColorCorrection Threshold/Threshold: ""
+*sk.StpColorCorrection Density/Density: ""
+*sk.StpColorCorrection Raw/Raw: ""
+*sk.StpColorCorrection Predithered/Pre-Dithered: ""
+*sk.Translation StpBrightness/Brightness: ""
+*sk.ParamCustomStpBrightness Value/Value: ""
+*sk.Translation StpFineBrightness/Brightness Fine Adjustment: ""
+*sk.StpFineBrightness None/0.000: ""
+*sk.Translation StpContrast/Contrast: ""
+*sk.ParamCustomStpContrast Value/Value: ""
+*sk.Translation StpFineContrast/Contrast Fine Adjustment: ""
+*sk.StpFineContrast None/0.000: ""
+*sk.Translation StpImageType/Image Type: ""
+*sk.StpImageType None/Manual Control: ""
+*sk.StpImageType Text/Text: ""
+*sk.StpImageType Graphics/Graphics: ""
+*sk.StpImageType TextGraphics/Mixed Text and Graphics: ""
+*sk.StpImageType Photo/Photograph: ""
+*sk.StpImageType LineArt/Čiarová grafika: ""
+*sk.Translation StpDensity/Density: ""
+*sk.StpDensity None/None: ""
+*sk.ParamCustomStpDensity Value/Value: ""
+*sk.Translation StpFineDensity/Density Fine Adjustment: ""
+*sk.StpFineDensity None/0.000: ""
+*sk.Translation StpDitherAlgorithm/Algoritmus rozptylu: ""
+*sk.StpDitherAlgorithm None/Default: ""
+*sk.StpDitherAlgorithm EvenTone/EvenTone: ""
+*sk.StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*sk.StpDitherAlgorithm Adaptive/Adaptívne hybridný: ""
+*sk.StpDitherAlgorithm Ordered/Postupný: ""
+*sk.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*sk.StpDitherAlgorithm Fast/Rýchly: ""
+*sk.StpDitherAlgorithm VeryFast/Veľmi rýchly: ""
+*sk.StpDitherAlgorithm Floyd/Hybridný Floyd-Steinbergov: ""
+*sk.StpDitherAlgorithm Predithered/Predithered Input: ""
+*sk.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*sk.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*sk.Translation StpGamma/Composite Gamma: ""
+*sk.StpGamma None/None: ""
+*sk.ParamCustomStpGamma Value/Value: ""
+*sk.Translation StpFineGamma/Composite Gamma Fine Adjustment: ""
+*sk.StpFineGamma None/0.000: ""
+*sk.Translation StpLinearContrast/Linear Contrast Adjustment: ""
+*sk.StpLinearContrast False/No: ""
+*sk.StpLinearContrast True/Yes: ""
+*sk.APPrinterPreset Text/Text: "*StpImageType Text"
+*sk.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*sk.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*sk.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*sk.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*sl.Translation PageSize/Velikost medija: ""
+*sl.Translation PageRegion/Velikost medija: ""
+*sl.PageSize Letter/Pismo: ""
+*sl.PageRegion Letter/Pismo: ""
+*sl.PageSize Legal/Pravna: ""
+*sl.PageRegion Legal/Pravna: ""
+*sl.PageSize Executive/Izvedilna: ""
+*sl.PageRegion Executive/Izvedilna: ""
+*sl.PageSize Statement/Ročno: ""
+*sl.PageRegion Statement/Ročno: ""
+*sl.PageSize A4/A4: ""
+*sl.PageRegion A4/A4: ""
+*sl.PageSize C5/C5: ""
+*sl.PageRegion C5/C5: ""
+*sl.PageSize C6/C6: ""
+*sl.PageRegion C6/C6: ""
+*sl.PageSize DL/DL: ""
+*sl.PageRegion DL/DL: ""
+*sl.PageSize COM10/Komericalno 10: ""
+*sl.PageRegion COM10/Komericalno 10: ""
+*sl.PageSize Monarch/Ovojnica Monarch: ""
+*sl.PageRegion Monarch/Ovojnica Monarch: ""
+*sl.Translation ColorModel/Barvni model: ""
+*sl.ColorModel Gray/Sivine: ""
+*sl.ColorModel Black/Obrnjene sivine: ""
+*sl.Translation StpColorPrecision/Barvna natančnost: ""
+*sl.StpColorPrecision Normal/Običajno: ""
+*sl.StpColorPrecision Best/Najboljše: ""
+*sl.Translation InputSlot/Vir medija: ""
+*sl.InputSlot Standard/Običajno: ""
+*sl.InputSlot ManualAdj/Ročno - premična vodila: ""
+*sl.InputSlot Manual/Ročno: ""
+*sl.InputSlot MultiPurposeAdj/Podajalnik 1 - premična vodila: ""
+*sl.InputSlot MultiPurpose/Podajalnik 1: ""
+*sl.InputSlot UpperAdj/Podajalnik 2 - premična vodila: ""
+*sl.InputSlot Upper/Podajalnik 2: ""
+*sl.InputSlot LowerAdj/Podajalnik 3 - premična vodila: ""
+*sl.InputSlot Lower/Podajalnik 3: ""
+*sl.InputSlot LargeCapacityAdj/Podajalnik 4 - premična vodila: ""
+*sl.InputSlot LargeCapacity/Podajalnik 4: ""
+*sl.Translation StpQuality/Kakovost tiska: ""
+*sl.StpQuality None/Ročno upravljanje: ""
+*sl.StpQuality Draft/Osnutek: ""
+*sl.StpQuality Standard/Običajno: ""
+*sl.StpQuality High/Visoka: ""
+*sl.Translation Resolution/Ločljivost: ""
+*sl.Resolution 301x300dpi/Samodejno: ""
+*sl.Resolution 150dpi/150x150 DPI: ""
+*sl.Resolution 300dpi/300x300 DPI: ""
+*sl.Resolution 600dpi/600x600 DPI: ""
+*sl.Translation Duplex/Dvostransko tiskanje: ""
+*sl.Duplex None/Izključeno: ""
+*sl.Duplex DuplexNoTumble/Dolga stranica (običajno): ""
+*sl.Duplex DuplexTumble/Kratka stranica (vodoravno zrcaljenje): ""
+*sl.Translation StpiShrinkOutput/Skrči stran, če je zahtevano za prilagajanje robovom: ""
+*sl.StpiShrinkOutput Shrink/Skrči (natisni celotno stran): ""
+*sl.StpiShrinkOutput Crop/Obreži (ohrani mere): ""
+*sl.StpiShrinkOutput Expand/Razširi (uporabi največje področje strani): ""
+*sl.Translation StpColorCorrection/Popravki barv: ""
+*sl.StpColorCorrection None/Privzeto: ""
+*sl.StpColorCorrection Accurate/Visoka natančnost: ""
+*sl.StpColorCorrection Bright/Svetle barve: ""
+*sl.StpColorCorrection Hue/Popravi le odtenek: ""
+*sl.StpColorCorrection Uncorrected/Nepopravljeno: ""
+*sl.StpColorCorrection Desaturated/Nenasičeno: ""
+*sl.StpColorCorrection Threshold/Prag: ""
+*sl.StpColorCorrection Density/Gostota: ""
+*sl.StpColorCorrection Raw/Surovo: ""
+*sl.StpColorCorrection Predithered/Predhodno razpršeno: ""
+*sl.Translation StpBrightness/Svetlost: ""
+*sl.ParamCustomStpBrightness Value/Vrednost: ""
+*sl.Translation StpFineBrightness/Svetlost Fina prilagoditev: ""
+*sl.StpFineBrightness None/0.000: ""
+*sl.Translation StpContrast/Kontrast: ""
+*sl.ParamCustomStpContrast Value/Vrednost: ""
+*sl.Translation StpFineContrast/Kontrast Fina prilagoditev: ""
+*sl.StpFineContrast None/0.000: ""
+*sl.Translation StpImageType/Vrsta slike: ""
+*sl.StpImageType None/Ročno upravljanje: ""
+*sl.StpImageType Text/Besedilo: ""
+*sl.StpImageType Graphics/Grafika: ""
+*sl.StpImageType TextGraphics/Mešano besedilo in grafika: ""
+*sl.StpImageType Photo/Fotografija: ""
+*sl.StpImageType LineArt/Umetnost s črtami: ""
+*sl.Translation StpDensity/Gostota: ""
+*sl.StpDensity None/Brez: ""
+*sl.ParamCustomStpDensity Value/Vrednost: ""
+*sl.Translation StpFineDensity/Gostota Fina prilagoditev: ""
+*sl.StpFineDensity None/0.000: ""
+*sl.Translation StpDitherAlgorithm/Algoritem razprševanja: ""
+*sl.StpDitherAlgorithm None/Privzeto: ""
+*sl.StpDitherAlgorithm EvenTone/EvenTone: ""
+*sl.StpDitherAlgorithm HybridEvenTone/Hibridni EvenTone: ""
+*sl.StpDitherAlgorithm Adaptive/Prilagodljivi hibridni: ""
+*sl.StpDitherAlgorithm Ordered/Urejeno: ""
+*sl.StpDitherAlgorithm OrderedNew/Naročeno novo: ""
+*sl.StpDitherAlgorithm Fast/Hitro: ""
+*sl.StpDitherAlgorithm VeryFast/Zelo hitro: ""
+*sl.StpDitherAlgorithm Floyd/Hibridni Floyd-Steinbergov: ""
+*sl.StpDitherAlgorithm Predithered/Predhodno razpršen vhod: ""
+*sl.StpDitherAlgorithm Segmented/Razčlenjena velikost kapljice: ""
+*sl.StpDitherAlgorithm SegmentedNew/Nova razčlenjena velikost kapljice: ""
+*sl.Translation StpGamma/Sestavljena gama: ""
+*sl.StpGamma None/Brez: ""
+*sl.ParamCustomStpGamma Value/Vrednost: ""
+*sl.Translation StpFineGamma/Sestavljena gama Fina prilagoditev: ""
+*sl.StpFineGamma None/0.000: ""
+*sl.Translation StpLinearContrast/Premosorazmerna nastavitev kontrasta: ""
+*sl.StpLinearContrast False/Ne: ""
+*sl.StpLinearContrast True/Da: ""
+*sl.APPrinterPreset Text/Text: "*StpImageType Text"
+*sl.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*sl.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*sl.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*sl.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*sv.Translation PageSize/Media Size: ""
+*sv.Translation PageRegion/Media Size: ""
+*sv.PageSize Letter/Letter: ""
+*sv.PageRegion Letter/Letter: ""
+*sv.PageSize Legal/Legal: ""
+*sv.PageRegion Legal/Legal: ""
+*sv.PageSize Executive/Executive: ""
+*sv.PageRegion Executive/Executive: ""
+*sv.PageSize Statement/Manuell: ""
+*sv.PageRegion Statement/Manuell: ""
+*sv.PageSize A4/A4: ""
+*sv.PageRegion A4/A4: ""
+*sv.PageSize C5/C5: ""
+*sv.PageRegion C5/C5: ""
+*sv.PageSize C6/C6: ""
+*sv.PageRegion C6/C6: ""
+*sv.PageSize DL/DL: ""
+*sv.PageRegion DL/DL: ""
+*sv.PageSize COM10/Commercial 10: ""
+*sv.PageRegion COM10/Commercial 10: ""
+*sv.PageSize Monarch/Monarkkuvert: ""
+*sv.PageRegion Monarch/Monarkkuvert: ""
+*sv.Translation ColorModel/Color Model: ""
+*sv.ColorModel Gray/Gråtoner: ""
+*sv.ColorModel Black/Inverted Grayscale: ""
+*sv.Translation StpColorPrecision/Color Precision: ""
+*sv.StpColorPrecision Normal/Normal: ""
+*sv.StpColorPrecision Best/Bästa: ""
+*sv.Translation InputSlot/Mediakälla: ""
+*sv.InputSlot Standard/Standard: ""
+*sv.InputSlot ManualAdj/Manual - Movable Guides: ""
+*sv.InputSlot Manual/Manuell: ""
+*sv.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*sv.InputSlot MultiPurpose/Fack 1: ""
+*sv.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*sv.InputSlot Upper/Fack 2: ""
+*sv.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*sv.InputSlot Lower/Fack 3: ""
+*sv.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*sv.InputSlot LargeCapacity/Fack 4: ""
+*sv.Translation StpQuality/Utskriftskvalitet: ""
+*sv.StpQuality None/Manual Control: ""
+*sv.StpQuality Draft/Utdrag: ""
+*sv.StpQuality Standard/Standard: ""
+*sv.StpQuality High/Hög: ""
+*sv.Translation Resolution/Upplösning: ""
+*sv.Resolution 301x300dpi/Automatisk: ""
+*sv.Resolution 150dpi/150×150 DPI: ""
+*sv.Resolution 300dpi/300×300 DPI: ""
+*sv.Resolution 600dpi/600×600 DPI: ""
+*sv.Translation Duplex/2-Sided Printing: ""
+*sv.Duplex None/Av: ""
+*sv.Duplex DuplexNoTumble/Lång kant (Standard): ""
+*sv.Duplex DuplexTumble/Kort kant (Vänd): ""
+*sv.Translation StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: ""
+*sv.StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*sv.StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*sv.StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*sv.Translation StpColorCorrection/Färgjustering: ""
+*sv.StpColorCorrection None/Standard: ""
+*sv.StpColorCorrection Accurate/Hög träffsäkerhet: ""
+*sv.StpColorCorrection Bright/Ljusa färger: ""
+*sv.StpColorCorrection Hue/Justera endast färgton: ""
+*sv.StpColorCorrection Uncorrected/Uncorrected: ""
+*sv.StpColorCorrection Desaturated/Omättad: ""
+*sv.StpColorCorrection Threshold/Tröskelvärde: ""
+*sv.StpColorCorrection Density/Densitet: ""
+*sv.StpColorCorrection Raw/Rå: ""
+*sv.StpColorCorrection Predithered/Pre-Dithered: ""
+*sv.Translation StpBrightness/Ljusstyrka: ""
+*sv.ParamCustomStpBrightness Value/Value: ""
+*sv.Translation StpFineBrightness/Ljusstyrka Finjustering: ""
+*sv.StpFineBrightness None/0.000: ""
+*sv.Translation StpContrast/Kontrast: ""
+*sv.ParamCustomStpContrast Value/Value: ""
+*sv.Translation StpFineContrast/Kontrast Finjustering: ""
+*sv.StpFineContrast None/0.000: ""
+*sv.Translation StpImageType/Bildtyp: ""
+*sv.StpImageType None/Manual Control: ""
+*sv.StpImageType Text/Text: ""
+*sv.StpImageType Graphics/Grafik: ""
+*sv.StpImageType TextGraphics/Blandat text och grafik: ""
+*sv.StpImageType Photo/Fotografi: ""
+*sv.StpImageType LineArt/Linjegrafik: ""
+*sv.Translation StpDensity/Densitet: ""
+*sv.StpDensity None/Inget: ""
+*sv.ParamCustomStpDensity Value/Value: ""
+*sv.Translation StpFineDensity/Densitet Finjustering: ""
+*sv.StpFineDensity None/0.000: ""
+*sv.Translation StpDitherAlgorithm/Färgutjämningsalgoritm: ""
+*sv.StpDitherAlgorithm None/Standard: ""
+*sv.StpDitherAlgorithm EvenTone/EvenTone: ""
+*sv.StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*sv.StpDitherAlgorithm Adaptive/Adaptiv hybrid: ""
+*sv.StpDitherAlgorithm Ordered/Sorterad: ""
+*sv.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*sv.StpDitherAlgorithm Fast/Snabb: ""
+*sv.StpDitherAlgorithm VeryFast/Mycket snabb: ""
+*sv.StpDitherAlgorithm Floyd/Hybrid Floyd-Steinberg: ""
+*sv.StpDitherAlgorithm Predithered/Predithered Input: ""
+*sv.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*sv.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*sv.Translation StpGamma/Composite Gamma: ""
+*sv.StpGamma None/Inget: ""
+*sv.ParamCustomStpGamma Value/Value: ""
+*sv.Translation StpFineGamma/Composite Gamma Finjustering: ""
+*sv.StpFineGamma None/0.000: ""
+*sv.Translation StpLinearContrast/Linjär konstrastjustering: ""
+*sv.StpLinearContrast False/Nej: ""
+*sv.StpLinearContrast True/Ja: ""
+*sv.APPrinterPreset Text/Text: "*StpImageType Text"
+*sv.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*sv.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*sv.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*sv.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*uk.Translation PageSize/Розмір носія: ""
+*uk.Translation PageRegion/Розмір носія: ""
+*uk.PageSize Letter/Letter: ""
+*uk.PageRegion Letter/Letter: ""
+*uk.PageSize Legal/Legal: ""
+*uk.PageRegion Legal/Legal: ""
+*uk.PageSize Executive/Executive: ""
+*uk.PageRegion Executive/Executive: ""
+*uk.PageSize Statement/Вручну: ""
+*uk.PageRegion Statement/Вручну: ""
+*uk.PageSize A4/A4: ""
+*uk.PageRegion A4/A4: ""
+*uk.PageSize C5/C5: ""
+*uk.PageRegion C5/C5: ""
+*uk.PageSize C6/C6: ""
+*uk.PageRegion C6/C6: ""
+*uk.PageSize DL/DL: ""
+*uk.PageRegion DL/DL: ""
+*uk.PageSize COM10/Commercial 10: ""
+*uk.PageRegion COM10/Commercial 10: ""
+*uk.PageSize Monarch/Конверт Monarch: ""
+*uk.PageRegion Monarch/Конверт Monarch: ""
+*uk.Translation ColorModel/Модель кольорів: ""
+*uk.ColorModel Gray/Тони сірого: ""
+*uk.ColorModel Black/Інвертовані тони сірого: ""
+*uk.Translation StpColorPrecision/Точність відтворення кольорів: ""
+*uk.StpColorPrecision Normal/Звичайний: ""
+*uk.StpColorPrecision Best/Найкраща: ""
+*uk.Translation InputSlot/Джерело носія: ""
+*uk.InputSlot Standard/Стандартний: ""
+*uk.InputSlot ManualAdj/Вручну — рухомі напрямні: ""
+*uk.InputSlot Manual/Вручну: ""
+*uk.InputSlot MultiPurposeAdj/Лоток 1 — рухомі напрямні: ""
+*uk.InputSlot MultiPurpose/Лоток 1: ""
+*uk.InputSlot UpperAdj/Лоток 2 — рухомі напрямні: ""
+*uk.InputSlot Upper/Лоток 2: ""
+*uk.InputSlot LowerAdj/Лоток 3 — рухомі напрямні: ""
+*uk.InputSlot Lower/Лоток 3: ""
+*uk.InputSlot LargeCapacityAdj/Лоток 4 — рухомі напрямні: ""
+*uk.InputSlot LargeCapacity/Лоток 4: ""
+*uk.Translation StpQuality/Якість друку: ""
+*uk.StpQuality None/Керування вручну: ""
+*uk.StpQuality Draft/Чернетка: ""
+*uk.StpQuality Standard/Стандартний: ""
+*uk.StpQuality High/Висока: ""
+*uk.Translation Resolution/Роздільність: ""
+*uk.Resolution 301x300dpi/Автоматично: ""
+*uk.Resolution 150dpi/150⨯150 т/д: ""
+*uk.Resolution 300dpi/300⨯300 т/д: ""
+*uk.Resolution 600dpi/600⨯600 т/д: ""
+*uk.Translation Duplex/Двосторонній друк: ""
+*uk.Duplex None/Вимкн.: ""
+*uk.Duplex DuplexNoTumble/Впродовж довгої сторони (типове): ""
+*uk.Duplex DuplexTumble/Впродовж короткої сторони (з переворотом): ""
+*uk.Translation StpiShrinkOutput/Стискати стор., якщо потрібно для вміщення: ""
+*uk.StpiShrinkOutput Shrink/Стиснути (надрукувати всю сторінку): ""
+*uk.StpiShrinkOutput Crop/Обрізати (зберегти розміри): ""
+*uk.StpiShrinkOutput Expand/Розтягнути (максимально використати площу): ""
+*uk.Translation StpColorCorrection/Кольорова компенсація: ""
+*uk.StpColorCorrection None/Типовий: ""
+*uk.StpColorCorrection Accurate/Висока точність: ""
+*uk.StpColorCorrection Bright/Яскраві кольори: ""
+*uk.StpColorCorrection Hue/Виправити лише відтінок: ""
+*uk.StpColorCorrection Uncorrected/Без виправлення: ""
+*uk.StpColorCorrection Desaturated/Знебарвлювання: ""
+*uk.StpColorCorrection Threshold/Поріг: ""
+*uk.StpColorCorrection Density/Щільність: ""
+*uk.StpColorCorrection Raw/Без обробки: ""
+*uk.StpColorCorrection Predithered/Попереднє згладжування: ""
+*uk.Translation StpBrightness/Яскравість: ""
+*uk.ParamCustomStpBrightness Value/Значення: ""
+*uk.Translation StpFineBrightness/Яскравість Точне налашт.: ""
+*uk.StpFineBrightness None/0.000: ""
+*uk.Translation StpContrast/Контрастність: ""
+*uk.ParamCustomStpContrast Value/Значення: ""
+*uk.Translation StpFineContrast/Контрастність Точне налашт.: ""
+*uk.StpFineContrast None/0.000: ""
+*uk.Translation StpImageType/Тип зображення: ""
+*uk.StpImageType None/Керування вручну: ""
+*uk.StpImageType Text/Текст: ""
+*uk.StpImageType Graphics/Графіка: ""
+*uk.StpImageType TextGraphics/Графіка і текст: ""
+*uk.StpImageType Photo/Фотографія: ""
+*uk.StpImageType LineArt/Штрихова графіка: ""
+*uk.Translation StpDensity/Щільність: ""
+*uk.StpDensity None/Немає: ""
+*uk.ParamCustomStpDensity Value/Значення: ""
+*uk.Translation StpFineDensity/Щільність Точне налашт.: ""
+*uk.StpFineDensity None/0.000: ""
+*uk.Translation StpDitherAlgorithm/Алгоритм імітування напівтонів: ""
+*uk.StpDitherAlgorithm None/Типовий: ""
+*uk.StpDitherAlgorithm EvenTone/EvenTone: ""
+*uk.StpDitherAlgorithm HybridEvenTone/Гібридний EvenTone: ""
+*uk.StpDitherAlgorithm Adaptive/Адаптивний гібридний: ""
+*uk.StpDitherAlgorithm Ordered/Впорядкований: ""
+*uk.StpDitherAlgorithm OrderedNew/Новий впорядкований: ""
+*uk.StpDitherAlgorithm Fast/Швидкий: ""
+*uk.StpDitherAlgorithm VeryFast/Дуже швидкий: ""
+*uk.StpDitherAlgorithm Floyd/Гібридний Флойда-Штайнберга: ""
+*uk.StpDitherAlgorithm Predithered/Попередньо згладжені вхідні дані: ""
+*uk.StpDitherAlgorithm Segmented/Сегментований розмір краплі: ""
+*uk.StpDitherAlgorithm SegmentedNew/Новий сегментований розмір краплі: ""
+*uk.Translation StpGamma/Складена гама: ""
+*uk.StpGamma None/Немає: ""
+*uk.ParamCustomStpGamma Value/Значення: ""
+*uk.Translation StpFineGamma/Складена гама Точне налашт.: ""
+*uk.StpFineGamma None/0.000: ""
+*uk.Translation StpLinearContrast/Лінійне виправлення контрастності: ""
+*uk.StpLinearContrast False/Ні: ""
+*uk.StpLinearContrast True/Так: ""
+*uk.APPrinterPreset Text/Text: "*StpImageType Text"
+*uk.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*uk.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*uk.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*uk.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*zh_CN.Translation PageSize/Media Size: ""
+*zh_CN.Translation PageRegion/Media Size: ""
+*zh_CN.PageSize Letter/Letter: ""
+*zh_CN.PageRegion Letter/Letter: ""
+*zh_CN.PageSize Legal/Legal: ""
+*zh_CN.PageRegion Legal/Legal: ""
+*zh_CN.PageSize Executive/Executive: ""
+*zh_CN.PageRegion Executive/Executive: ""
+*zh_CN.PageSize Statement/Manual: ""
+*zh_CN.PageRegion Statement/Manual: ""
+*zh_CN.PageSize A4/A4: ""
+*zh_CN.PageRegion A4/A4: ""
+*zh_CN.PageSize C5/C5: ""
+*zh_CN.PageRegion C5/C5: ""
+*zh_CN.PageSize C6/C6: ""
+*zh_CN.PageRegion C6/C6: ""
+*zh_CN.PageSize DL/DL: ""
+*zh_CN.PageRegion DL/DL: ""
+*zh_CN.PageSize COM10/Commercial 10: ""
+*zh_CN.PageRegion COM10/Commercial 10: ""
+*zh_CN.PageSize Monarch/Monarch Envelope: ""
+*zh_CN.PageRegion Monarch/Monarch Envelope: ""
+*zh_CN.Translation ColorModel/Color Model: ""
+*zh_CN.ColorModel Gray/灰度: ""
+*zh_CN.ColorModel Black/Inverted Grayscale: ""
+*zh_CN.Translation StpColorPrecision/Color Precision: ""
+*zh_CN.StpColorPrecision Normal/正常: ""
+*zh_CN.StpColorPrecision Best/Best: ""
+*zh_CN.Translation InputSlot/媒质来源: ""
+*zh_CN.InputSlot Standard/标准: ""
+*zh_CN.InputSlot ManualAdj/Manual - Movable Guides: ""
+*zh_CN.InputSlot Manual/Manual: ""
+*zh_CN.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*zh_CN.InputSlot MultiPurpose/Tray 1: ""
+*zh_CN.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*zh_CN.InputSlot Upper/Tray 2: ""
+*zh_CN.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*zh_CN.InputSlot Lower/Tray 3: ""
+*zh_CN.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*zh_CN.InputSlot LargeCapacity/Tray 4: ""
+*zh_CN.Translation StpQuality/打印质量: ""
+*zh_CN.StpQuality None/手动控制: ""
+*zh_CN.StpQuality Draft/Draft: ""
+*zh_CN.StpQuality Standard/标准: ""
+*zh_CN.StpQuality High/High: ""
+*zh_CN.Translation Resolution/分辨率: ""
+*zh_CN.Resolution 301x300dpi/Automatic: ""
+*zh_CN.Resolution 150dpi/150x150 DPI: ""
+*zh_CN.Resolution 300dpi/300x300 DPI: ""
+*zh_CN.Resolution 600dpi/600x600 DPI: ""
+*zh_CN.Translation Duplex/2-Sided Printing: ""
+*zh_CN.Duplex None/关: ""
+*zh_CN.Duplex DuplexNoTumble/长边(标准): ""
+*zh_CN.Duplex DuplexTumble/Short Edge (Flip): ""
+*zh_CN.Translation StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: ""
+*zh_CN.StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*zh_CN.StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*zh_CN.StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*zh_CN.Translation StpColorCorrection/Color Correction: ""
+*zh_CN.StpColorCorrection None/默认: ""
+*zh_CN.StpColorCorrection Accurate/高精度: ""
+*zh_CN.StpColorCorrection Bright/Bright Colors: ""
+*zh_CN.StpColorCorrection Hue/Correct Hue Only: ""
+*zh_CN.StpColorCorrection Uncorrected/Uncorrected: ""
+*zh_CN.StpColorCorrection Desaturated/Desaturated: ""
+*zh_CN.StpColorCorrection Threshold/阈值: ""
+*zh_CN.StpColorCorrection Density/密度: ""
+*zh_CN.StpColorCorrection Raw/Raw: ""
+*zh_CN.StpColorCorrection Predithered/Pre-Dithered: ""
+*zh_CN.Translation StpBrightness/亮度: ""
+*zh_CN.ParamCustomStpBrightness Value/Value: ""
+*zh_CN.Translation StpFineBrightness/亮度 Fine Adjustment: ""
+*zh_CN.StpFineBrightness None/0.000: ""
+*zh_CN.Translation StpContrast/对比度: ""
+*zh_CN.ParamCustomStpContrast Value/Value: ""
+*zh_CN.Translation StpFineContrast/对比度 Fine Adjustment: ""
+*zh_CN.StpFineContrast None/0.000: ""
+*zh_CN.Translation StpImageType/Image Type: ""
+*zh_CN.StpImageType None/手动控制: ""
+*zh_CN.StpImageType Text/Text: ""
+*zh_CN.StpImageType Graphics/Graphics: ""
+*zh_CN.StpImageType TextGraphics/Mixed Text and Graphics: ""
+*zh_CN.StpImageType Photo/Photograph: ""
+*zh_CN.StpImageType LineArt/Line Art: ""
+*zh_CN.Translation StpDensity/密度: ""
+*zh_CN.StpDensity None/None: ""
+*zh_CN.ParamCustomStpDensity Value/Value: ""
+*zh_CN.Translation StpFineDensity/密度 Fine Adjustment: ""
+*zh_CN.StpFineDensity None/0.000: ""
+*zh_CN.Translation StpDitherAlgorithm/Dither Algorithm: ""
+*zh_CN.StpDitherAlgorithm None/默认: ""
+*zh_CN.StpDitherAlgorithm EvenTone/EvenTone: ""
+*zh_CN.StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*zh_CN.StpDitherAlgorithm Adaptive/Adaptive Hybrid: ""
+*zh_CN.StpDitherAlgorithm Ordered/Ordered: ""
+*zh_CN.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*zh_CN.StpDitherAlgorithm Fast/快: ""
+*zh_CN.StpDitherAlgorithm VeryFast/很快: ""
+*zh_CN.StpDitherAlgorithm Floyd/Hybrid Floyd-Steinberg: ""
+*zh_CN.StpDitherAlgorithm Predithered/Predithered Input: ""
+*zh_CN.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*zh_CN.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*zh_CN.Translation StpGamma/Composite Gamma: ""
+*zh_CN.StpGamma None/None: ""
+*zh_CN.ParamCustomStpGamma Value/Value: ""
+*zh_CN.Translation StpFineGamma/Composite Gamma Fine Adjustment: ""
+*zh_CN.StpFineGamma None/0.000: ""
+*zh_CN.Translation StpLinearContrast/Linear Contrast Adjustment: ""
+*zh_CN.StpLinearContrast False/No: ""
+*zh_CN.StpLinearContrast True/Yes: ""
+*zh_CN.APPrinterPreset Text/Text: "*StpImageType Text"
+*zh_CN.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*zh_CN.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*zh_CN.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*zh_CN.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+*zh_TW.Translation PageSize/Media Size: ""
+*zh_TW.Translation PageRegion/Media Size: ""
+*zh_TW.PageSize Letter/Letter: ""
+*zh_TW.PageRegion Letter/Letter: ""
+*zh_TW.PageSize Legal/Legal: ""
+*zh_TW.PageRegion Legal/Legal: ""
+*zh_TW.PageSize Executive/Executive: ""
+*zh_TW.PageRegion Executive/Executive: ""
+*zh_TW.PageSize Statement/自選: ""
+*zh_TW.PageRegion Statement/自選: ""
+*zh_TW.PageSize A4/A4: ""
+*zh_TW.PageRegion A4/A4: ""
+*zh_TW.PageSize C5/C5: ""
+*zh_TW.PageRegion C5/C5: ""
+*zh_TW.PageSize C6/C6: ""
+*zh_TW.PageRegion C6/C6: ""
+*zh_TW.PageSize DL/DL: ""
+*zh_TW.PageRegion DL/DL: ""
+*zh_TW.PageSize COM10/Commercial 10: ""
+*zh_TW.PageRegion COM10/Commercial 10: ""
+*zh_TW.PageSize Monarch/Monarch Envelope: ""
+*zh_TW.PageRegion Monarch/Monarch Envelope: ""
+*zh_TW.Translation ColorModel/Color Model: ""
+*zh_TW.ColorModel Gray/灰階: ""
+*zh_TW.ColorModel Black/Inverted Grayscale: ""
+*zh_TW.Translation StpColorPrecision/Color Precision: ""
+*zh_TW.StpColorPrecision Normal/Normal: ""
+*zh_TW.StpColorPrecision Best/Best: ""
+*zh_TW.Translation InputSlot/紙張來源: ""
+*zh_TW.InputSlot Standard/標準: ""
+*zh_TW.InputSlot ManualAdj/Manual - Movable Guides: ""
+*zh_TW.InputSlot Manual/自選: ""
+*zh_TW.InputSlot MultiPurposeAdj/Tray 1 - Movable Guides: ""
+*zh_TW.InputSlot MultiPurpose/Tray 1: ""
+*zh_TW.InputSlot UpperAdj/Tray 2 - Movable Guides: ""
+*zh_TW.InputSlot Upper/Tray 2: ""
+*zh_TW.InputSlot LowerAdj/Tray 3 - Movable Guides: ""
+*zh_TW.InputSlot Lower/Tray 3: ""
+*zh_TW.InputSlot LargeCapacityAdj/Tray 4 - Movable Guides: ""
+*zh_TW.InputSlot LargeCapacity/Tray 4: ""
+*zh_TW.Translation StpQuality/列印品質: ""
+*zh_TW.StpQuality None/Manual Control: ""
+*zh_TW.StpQuality Draft/Draft: ""
+*zh_TW.StpQuality Standard/標準: ""
+*zh_TW.StpQuality High/High: ""
+*zh_TW.Translation Resolution/解析度: ""
+*zh_TW.Resolution 301x300dpi/自動: ""
+*zh_TW.Resolution 150dpi/150x150 DPI: ""
+*zh_TW.Resolution 300dpi/300x300 DPI: ""
+*zh_TW.Resolution 600dpi/600x600 DPI: ""
+*zh_TW.Translation Duplex/2-Sided Printing: ""
+*zh_TW.Duplex None/Off: ""
+*zh_TW.Duplex DuplexNoTumble/Long Edge (Standard): ""
+*zh_TW.Duplex DuplexTumble/Short Edge (Flip): ""
+*zh_TW.Translation StpiShrinkOutput/Shrink Page If Necessary to Fit Borders: ""
+*zh_TW.StpiShrinkOutput Shrink/Shrink (print the whole page): ""
+*zh_TW.StpiShrinkOutput Crop/Crop (preserve dimensions): ""
+*zh_TW.StpiShrinkOutput Expand/Expand (use maximum page area): ""
+*zh_TW.Translation StpColorCorrection/色彩修正: ""
+*zh_TW.StpColorCorrection None/預設: ""
+*zh_TW.StpColorCorrection Accurate/High Accuracy: ""
+*zh_TW.StpColorCorrection Bright/Bright Colors: ""
+*zh_TW.StpColorCorrection Hue/Correct Hue Only: ""
+*zh_TW.StpColorCorrection Uncorrected/Uncorrected: ""
+*zh_TW.StpColorCorrection Desaturated/Desaturated: ""
+*zh_TW.StpColorCorrection Threshold/Threshold: ""
+*zh_TW.StpColorCorrection Density/密度: ""
+*zh_TW.StpColorCorrection Raw/Raw: ""
+*zh_TW.StpColorCorrection Predithered/Pre-Dithered: ""
+*zh_TW.Translation StpBrightness/亮度: ""
+*zh_TW.ParamCustomStpBrightness Value/Value: ""
+*zh_TW.Translation StpFineBrightness/亮度 Fine Adjustment: ""
+*zh_TW.StpFineBrightness None/0.000: ""
+*zh_TW.Translation StpContrast/反差: ""
+*zh_TW.ParamCustomStpContrast Value/Value: ""
+*zh_TW.Translation StpFineContrast/反差 Fine Adjustment: ""
+*zh_TW.StpFineContrast None/0.000: ""
+*zh_TW.Translation StpImageType/Image Type: ""
+*zh_TW.StpImageType None/Manual Control: ""
+*zh_TW.StpImageType Text/Text: ""
+*zh_TW.StpImageType Graphics/Graphics: ""
+*zh_TW.StpImageType TextGraphics/Mixed Text and Graphics: ""
+*zh_TW.StpImageType Photo/相片: ""
+*zh_TW.StpImageType LineArt/Line Art: ""
+*zh_TW.Translation StpDensity/密度: ""
+*zh_TW.StpDensity None/None: ""
+*zh_TW.ParamCustomStpDensity Value/Value: ""
+*zh_TW.Translation StpFineDensity/密度 Fine Adjustment: ""
+*zh_TW.StpFineDensity None/0.000: ""
+*zh_TW.Translation StpDitherAlgorithm/擬色算法: ""
+*zh_TW.StpDitherAlgorithm None/預設: ""
+*zh_TW.StpDitherAlgorithm EvenTone/EvenTone: ""
+*zh_TW.StpDitherAlgorithm HybridEvenTone/Hybrid EvenTone: ""
+*zh_TW.StpDitherAlgorithm Adaptive/Adaptive Hybrid: ""
+*zh_TW.StpDitherAlgorithm Ordered/Ordered: ""
+*zh_TW.StpDitherAlgorithm OrderedNew/Ordered New: ""
+*zh_TW.StpDitherAlgorithm Fast/Fast: ""
+*zh_TW.StpDitherAlgorithm VeryFast/Very Fast: ""
+*zh_TW.StpDitherAlgorithm Floyd/Hybrid Floyd-Steinberg: ""
+*zh_TW.StpDitherAlgorithm Predithered/Predithered Input: ""
+*zh_TW.StpDitherAlgorithm Segmented/Drop Size Segmented: ""
+*zh_TW.StpDitherAlgorithm SegmentedNew/Drop Size Segmented New: ""
+*zh_TW.Translation StpGamma/Composite Gamma: ""
+*zh_TW.StpGamma None/None: ""
+*zh_TW.ParamCustomStpGamma Value/Value: ""
+*zh_TW.Translation StpFineGamma/Composite Gamma Fine Adjustment: ""
+*zh_TW.StpFineGamma None/0.000: ""
+*zh_TW.Translation StpLinearContrast/Linear Contrast Adjustment: ""
+*zh_TW.StpLinearContrast False/否: ""
+*zh_TW.StpLinearContrast True/是: ""
+*zh_TW.APPrinterPreset Text/Text: "*StpImageType Text"
+*zh_TW.APPrinterPreset Graphics/Graphics: "*StpImageType Graphics"
+*zh_TW.APPrinterPreset TextGraphics/Mixed Text and Graphics: "*StpImageType TextGraphics"
+*zh_TW.APPrinterPreset Photo/Photograph: "*StpImageType Photo"
+*zh_TW.APPrinterPreset LineArt/Line Art: "*StpImageType LineArt"
+
+*DefaultFont: Courier
+*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
+*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
+*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
+*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
+*Font Bookman-Demi: Standard "(001.004S)" Standard ROM
+*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
+*Font Bookman-Light: Standard "(001.004S)" Standard ROM
+*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
+*Font Courier: Standard "(002.004S)" Standard ROM
+*Font Courier-Bold: Standard "(002.004S)" Standard ROM
+*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
+*Font Courier-Oblique: Standard "(002.004S)" Standard ROM
+*Font Helvetica: Standard "(001.006S)" Standard ROM
+*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
+*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
+*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
+*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
+*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
+*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
+*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
+*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
+*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
+*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
+*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
+*Font Palatino-Bold: Standard "(001.005S)" Standard ROM
+*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
+*Font Palatino-Italic: Standard "(001.005S)" Standard ROM
+*Font Palatino-Roman: Standard "(001.005S)" Standard ROM
+*Font Symbol: Special "(001.007S)" Special ROM
+*Font Times-Bold: Standard "(001.007S)" Standard ROM
+*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
+*Font Times-Italic: Standard "(001.007S)" Standard ROM
+*Font Times-Roman: Standard "(001.007S)" Standard ROM
+*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
+*Font ZapfDingbats: Special "(001.004S)" Standard ROM
+
+*% End of stp-kyocera-fs-1020d.5.2.ppd
diff --git a/cups/ppd/Kyocera_FS-1020D.ppd b/cups/ppd/Kyocera_FS-1020D.ppd
deleted file mode 100644 (file)
index f9310b1..0000000
+++ /dev/null
@@ -1,746 +0,0 @@
-*PPD-Adobe: "4.3"
-*%=============================================================================
-*%
-*%  PPD for Kyocera Mita FS-1020D (German)
-*%  Linux Version
-*%
-*%  Copyright (C) 2000 KYOCERA CORPORATION
-*%  Copyright (C) 2005 Revised Edition KYOCERA MITA CORPORATION
-*%
-*%  Permission is hereby granted, free of charge, to any person obtaining
-*%  a copy of this software and associated documentation files (the
-*%  "Software"), to deal in the Software without restriction, including
-*%  without limitation the rights to use, copy, modify, merge, publish,
-*%  distribute, sublicense, and/or sell copies of the Software, and to
-*%  permit persons to whom the Software is furnished to do so, subject to
-*%  the following conditions:
-*%
-*%  The above copyright notice and this permission notice shall be
-*%  included in all copies or substantial portions of the Software.
-*%
-*%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-*%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-*%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-*%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-*%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-*%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-*%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-*%
-*%  [this is the MIT open source license -- see www.opensource.org]
-*%
-*%=============================================================================
-
-*FileVersion: "8.2"
-*FormatVersion: "4.3"
-*LanguageEncoding: ISOLatin1 
-*PCFileName: "KM1020DE.PPD"
-*LanguageVersion: German
-*Product: "(FS-1020D)"
-*PSVersion: "(3010.106) 1"
-*Manufacturer: "Kyocera Mita"
-*ModelName: "Kyocera Mita FS-1020D"
-*ShortNickName: "Kyocera Mita FS-1020D"
-*NickName: "Kyocera Mita FS-1020D"
-
-*% Basic Device Capabilities
-*LanguageLevel: "3"
-*ColorDevice: False
-*DefaultColorSpace: Gray
-*TTRasterizer: Type42
-*?TTRasterizer: "
-  save
-  42 /FontType resourcestatus
-  { pop pop (Type42) }{ (None) } ifelse
-  = flush restore"
-*End
-*FreeVM: "9122000"
-*Throughput: "20"
-
-*% System Management
-*SuggestedJobTimeout: "0"
-*SuggestedManualFeedTimeout: "0"
-*SuggestedWaitTimeout: "120"
-*PrintPSErrors: True
-
-*Password: "0"
-
-*ExitServer: "
-  count 0 eq {true}
-  {dup statusdict /checkpassword get exec not} ifelse
-  {(WARNING : Cannot perform the exitserver command.) =
-    (Password supplied is not valid.) =
-    (Please contact the author of this software.) = flush quit} if
-  serverdict /exitserver get exec"
-*End
-
-*Reset: "
-  count 0 eq { true }
-  {dup statusdict /checkpassword get exec not} ifelse
-  {(WARNING : Cannot perform the exitserver command.) =
-    (Password supplied is not valid.) =
-    (Please contact the author of this software.) = flush quit} if
-  serverdict /exitserver get exec
-  systemdict /quit get exec
-  (WARNING : Printer Reset Failed.) = flush"
-*End
-
-*% Protocols
-*Protocols: PJL TBCP
-
-*1284Modes Parallel: Compat Nibble ECP
-*1284DeviceID: "MFG:Kyocera;MDL:FS-1020D;CMD:PCLXL,PostScript Emulation,PCL5E,PJL;"
-
-*% JCL Information 
-*JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
-*JCLToPSInterpreter: "@PJL ENTER LANGUAGE=POSTSCRIPT<0A>"
-*JCLEnd: "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
-
-*JCLOpenUI *JCLEconomode/EcoPrint: PickOne
-*DefaultJCLEconomode: Off
-*OrderDependency: 5 JCLSetup *JCLEconomode
-*JCLEconomode Off/Aus: "@PJL SET ECONOMODE=OFF<0A>"
-*JCLEconomode On/Ein: "@PJL SET ECONOMODE=ON<0A>"
-*JCLCloseUI: *JCLEconomode
-
-*% Installable Options
-*OpenGroup: InstallableOptions/Installierte Optionen
-
-*% Paper Feeder
-*OpenUI *Option8/Papierzuf<FC>hrung: Boolean
-*DefaultOption8: None
-*Option8 None/Nicht installiert: ""
-*Option8 True/Installiert: ""
-*?Option8: "
-  save
-  (False) currentpagedevice dup /InputAttributes known {
-    /InputAttributes get
-    dup 1 known {dup 1 get null ne {exch pop (True) exch} if} if
-  } if pop
-  = flush restore"
-*End
-*CloseUI: *Option8
-
-*% Disk Drive
-*OpenUI *Option18/Optionaler Datentr<E4>ger: PickOne
-*DefaultOption18: None
-*Option18 None/Keine: ""
-*Option18 RAMDisk/RAM Disk: ""
-*?Option18: "
-  save
-  false
-  (%disk?%)
-  {currentdevparams dup /Writeable known
-    {dup /Writeable get
-      {exch pop /LogicalSize get dup 0 gt exch 102400 lt eq true}{pop pop false} ifelse
-    }{pop pop} ifelse
-  } 100 string /IODevice resourceforall
-  {{(RAMDisk)}{(HardDisk)} ifelse}{(None)} ifelse
-  = flush restore"
-*End
-*CloseUI: *Option18
-
-*% Installed Memory
-*OpenUI *InstalledMemory/Speicher: PickOne
-*DefaultInstalledMemory: 16MB
-*InstalledMemory 16MB/Standard: ""
-*InstalledMemory 24MB/8MB Erweiterung: ""
-*InstalledMemory 32MB/16MB Erweiterung: ""
-*InstalledMemory 48MB/32MB Erweiterung: ""
-*InstalledMemory 80MB/64MB Erweiterung: ""
-*InstalledMemory 144MB/128MB Erweiterung: ""
-*InstalledMemory 272MB/256MB Erweiterung: ""
-*?InstalledMemory: "
-  save
-  currentsystemparams dup
-  /RamSize known {
-    /RamSize get
-    524288 div ceiling cvi 2 div cvi
-    /vmsize 20 string def
-    vmsize cvs print
-    (MB) print (\n) print flush
-  }{
-    pop (Unknown) print flush
-  } ifelse
-  restore"
-*End
-*CloseUI: *InstalledMemory
-
-*CloseGroup: InstallableOptions
-
-*% Virtual Memory 
-*VMOption 16MB: "9122000"
-*VMOption 24MB: "19008000"
-*VMOption 32MB: "22544000"
-*VMOption 48MB: "35966000"
-*VMOption 80MB: "59328000"
-*VMOption 144MB: "59328000"
-*VMOption 272MB: "59328000"
-
-
-*% Constraints
-*UIConstraints: *Option8 None *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *Option8 None
-*UIConstraints: *MediaType Transparency *InputSlot Internal
-*UIConstraints: *InputSlot Internal *MediaType Transparency
-*UIConstraints: *MediaType Labels *InputSlot Internal
-*UIConstraints: *InputSlot Internal *MediaType Labels
-*UIConstraints: *MediaType Envelope *InputSlot Internal
-*UIConstraints: *InputSlot Internal *MediaType Envelope
-*UIConstraints: *MediaType Vellum *InputSlot Internal
-*UIConstraints: *InputSlot Internal *MediaType Vellum
-*UIConstraints: *MediaType Cardstock *InputSlot Internal
-*UIConstraints: *InputSlot Internal *MediaType Cardstock
-*UIConstraints: *MediaType Transparency *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *MediaType Transparency
-*UIConstraints: *MediaType Labels *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *MediaType Labels
-*UIConstraints: *MediaType Envelope *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *MediaType Envelope
-*UIConstraints: *MediaType Vellum *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *MediaType Vellum
-*UIConstraints: *MediaType Cardstock *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *MediaType Cardstock
-*UIConstraints: *KCCollate *Option18 None
-*UIConstraints: *Option18 None *KCCollate Temp
-*UIConstraints: *PageSize A6 *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageSize A6
-*UIConstraints: *PageRegion A6 *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageRegion A6
-*UIConstraints: *PageSize B6 *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageSize B6
-*UIConstraints: *PageRegion B6 *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageRegion B6
-*UIConstraints: *PageSize EnvPersonal *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageSize EnvPersonal
-*UIConstraints: *PageRegion EnvPersonal *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageRegion EnvPersonal
-*UIConstraints: *PageSize Env9 *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageSize Env9
-*UIConstraints: *PageRegion Env9 *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageRegion Env9
-*UIConstraints: *PageSize Env10 *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageSize Env10
-*UIConstraints: *PageRegion Env10 *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageRegion Env10
-*UIConstraints: *PageSize EnvMonarch *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageSize EnvMonarch
-*UIConstraints: *PageRegion EnvMonarch *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageRegion EnvMonarch
-*UIConstraints: *PageSize EnvDL *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageSize EnvDL
-*UIConstraints: *PageRegion EnvDL *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageRegion EnvDL
-*UIConstraints: *PageSize EnvC5 *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageSize EnvC5
-*UIConstraints: *PageRegion EnvC5 *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageRegion EnvC5
-*UIConstraints: *PageSize Statement *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageSize Statement
-*UIConstraints: *PageRegion Statement *InputSlot Internal
-*UIConstraints: *InputSlot Internal *PageRegion Statement
-*UIConstraints: *PageSize Executive *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageSize Executive
-*UIConstraints: *PageRegion Executive *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageRegion Executive
-*UIConstraints: *PageSize A6 *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageSize A6
-*UIConstraints: *PageRegion A6 *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageRegion A6
-*UIConstraints: *PageSize B6 *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageSize B6
-*UIConstraints: *PageRegion B6 *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageRegion B6
-*UIConstraints: *PageSize EnvPersonal *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageSize EnvPersonal
-*UIConstraints: *PageRegion EnvPersonal *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageRegion EnvPersonal
-*UIConstraints: *PageSize Env9 *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageSize Env9
-*UIConstraints: *PageRegion Env9 *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageRegion Env9
-*UIConstraints: *PageSize Env10 *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageSize Env10
-*UIConstraints: *PageRegion Env10 *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageRegion Env10
-*UIConstraints: *PageSize EnvMonarch *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageSize EnvMonarch
-*UIConstraints: *PageRegion EnvMonarch *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageRegion EnvMonarch
-*UIConstraints: *PageSize EnvDL *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageSize EnvDL
-*UIConstraints: *PageRegion EnvDL *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageRegion EnvDL
-*UIConstraints: *PageSize EnvC5 *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageSize EnvC5
-*UIConstraints: *PageRegion EnvC5 *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageRegion EnvC5
-*UIConstraints: *PageSize Statement *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageSize Statement
-*UIConstraints: *PageRegion Statement *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageRegion Statement
-*UIConstraints: *PageSize P16K *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageSize P16K
-*UIConstraints: *PageRegion P16K *InputSlot PF17
-*UIConstraints: *InputSlot PF17 *PageRegion P16K
-*UIConstraints: *Duplex *PageSize Executive
-*UIConstraints: *PageSize Executive *Duplex DuplexTumble
-*UIConstraints: *PageSize Executive *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion Executive
-*UIConstraints: *PageRegion Executive *Duplex DuplexTumble
-*UIConstraints: *PageRegion Executive *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageSize A6
-*UIConstraints: *PageSize A6 *Duplex DuplexTumble
-*UIConstraints: *PageSize A6 *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion A6
-*UIConstraints: *PageRegion A6 *Duplex DuplexTumble
-*UIConstraints: *PageRegion A6 *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageSize ISOB5
-*UIConstraints: *PageSize ISOB5 *Duplex DuplexTumble
-*UIConstraints: *PageSize ISOB5 *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion ISOB5
-*UIConstraints: *PageRegion ISOB5 *Duplex DuplexTumble
-*UIConstraints: *PageRegion ISOB5 *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageSize B6
-*UIConstraints: *PageSize B6 *Duplex DuplexTumble
-*UIConstraints: *PageSize B6 *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion B6
-*UIConstraints: *PageRegion B6 *Duplex DuplexTumble
-*UIConstraints: *PageRegion B6 *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageSize EnvPersonal
-*UIConstraints: *PageSize EnvPersonal *Duplex DuplexTumble
-*UIConstraints: *PageSize EnvPersonal *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion EnvPersonal
-*UIConstraints: *PageRegion EnvPersonal *Duplex DuplexTumble
-*UIConstraints: *PageRegion EnvPersonal *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageSize Env9
-*UIConstraints: *PageSize Env9 *Duplex DuplexTumble
-*UIConstraints: *PageSize Env9 *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion Env9
-*UIConstraints: *PageRegion Env9 *Duplex DuplexTumble
-*UIConstraints: *PageRegion Env9 *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageSize Env10
-*UIConstraints: *PageSize Env10 *Duplex DuplexTumble
-*UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion Env10
-*UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
-*UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageSize EnvMonarch
-*UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
-*UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion EnvMonarch
-*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
-*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageSize EnvDL
-*UIConstraints: *PageSize EnvDL *Duplex DuplexTumble
-*UIConstraints: *PageSize EnvDL *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion EnvDL
-*UIConstraints: *PageRegion EnvDL *Duplex DuplexTumble
-*UIConstraints: *PageRegion EnvDL *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageSize EnvC5
-*UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
-*UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion EnvC5
-*UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
-*UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageSize OficioII
-*UIConstraints: *PageSize OficioII *Duplex DuplexTumble
-*UIConstraints: *PageSize OficioII *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion OficioII
-*UIConstraints: *PageRegion OficioII *Duplex DuplexTumble
-*UIConstraints: *PageRegion OficioII *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageSize Folio
-*UIConstraints: *PageSize Folio *Duplex DuplexTumble
-*UIConstraints: *PageSize Folio *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion Folio
-*UIConstraints: *PageRegion Folio *Duplex DuplexTumble
-*UIConstraints: *PageRegion Folio *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageSize Statement
-*UIConstraints: *PageSize Statement *Duplex DuplexTumble
-*UIConstraints: *PageSize Statement *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion Statement
-*UIConstraints: *PageRegion Statement *Duplex DuplexTumble
-*UIConstraints: *PageRegion Statement *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageSize P16K
-*UIConstraints: *PageSize P16K *Duplex DuplexTumble
-*UIConstraints: *PageSize P16K *Duplex DuplexNoTumble
-*UIConstraints: *Duplex *PageRegion P16K
-*UIConstraints: *PageRegion P16K *Duplex DuplexTumble
-*UIConstraints: *PageRegion P16K *Duplex DuplexNoTumble
-
-*% Resolution 
-*OpenUI *Resolution/Aufl<F6>sung: PickOne
-*OrderDependency: 10 AnySetup *Resolution
-*DefaultResolution: 800dpi
-*Resolution 300dpi/300 dpi: "<< /HWResolution [300 300] >> setpagedevice"
-*Resolution 600dpi/600 dpi: "<< /HWResolution [600 600] >> setpagedevice"
-*Resolution 800dpi/Fast 1200 dpi: "<< /HWResolution [600 600] /PreRenderingEnhance true >> setpagedevice"
-*?Resolution: "save currentpagedevice /HWResolution get 0 get (      ) cvs print (dpi) = flush restore"
-*CloseUI: *Resolution
-
-*% Image Refinement 
-*OpenUI *Smoothing/KIR: PickOne
-*OrderDependency: 50 AnySetup *Smoothing
-*DefaultSmoothing: Medium
-*Smoothing None/Aus: "0 statusdict /setdoret get exec"
-*Smoothing Medium/Ein: "2 statusdict /setdoret get exec"
-*?Smoothing: "
-  save
-  [(None)(Medium)(Medium)(Medium)]
-  statusdict /doret get exec {get} stopped
-  {pop pop (Unknown)} if
-  = flush restore"
-*End
-*CloseUI: *Smoothing
-
-*% Halftone Information 
-*DefaultHalftoneType: 1
-*ScreenFreq: "37.5"
-*ScreenAngle: "45.0"
-*ResScreenFreq 600dpi: "37.5"
-*ResScreenAngle 600dpi: "45.0"
-*ResScreenFreq 300dpi: "18.75"
-*ResScreenAngle 300dpi: "45.0"
-
-*DefaultScreenProc: Ellipse
-*ScreenProc Dot: "
-  {abs exch abs 2 copy add 1 gt
-  {1 sub dup mul exch 1 sub dup mul add 1 sub}
-  {dup mul exch dup mul add 1 exch sub} ifelse}"
-*End
-*ScreenProc Line: "{pop}"
-*ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
-*DefaultTransfer: Null
-*Transfer Null: "{}"
-*Transfer Null.Inverse: "{1 exch sub}"
-
-*% Paper Handling 
-*% Page Size Definitions
-*OpenUI *PageSize: PickOne
-*OrderDependency: 40 AnySetup *PageSize
-*DefaultPageSize: A4
-*PageSize A4/A4: "<< /Policies << /PageSize 7 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice"
-*PageSize A5/A5: "<< /Policies << /PageSize 7 >> /PageSize [420 595] /ImagingBBox null >> setpagedevice"
-*PageSize A6/A6: "<< /Policies << /PageSize 7 >> /PageSize [297 420] /ImagingBBox null >> setpagedevice"
-*PageSize B5/B5 (JIS): "<< /Policies << /PageSize 7 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice"
-*PageSize ISOB5/B5 (ISO): "<< /Policies << /PageSize 7 >> /PageSize [499 709] /ImagingBBox null >> setpagedevice"
-*PageSize B6/B6: "<< /Policies << /PageSize 7 >> /PageSize [363 516] /ImagingBBox null >> setpagedevice"
-*PageSize OficioII/Oficio II: "<< /Policies << /PageSize 7 >> /PageSize [612 936] /ImagingBBox null >> setpagedevice"
-*PageSize Folio/8.5X13 (Folio): "<< /Policies << /PageSize 7 >> /PageSize [595 935] /ImagingBBox null >> setpagedevice"
-*PageSize Statement/Statement: "<< /Policies << /PageSize 7 >> /PageSize [396 612] /ImagingBBox null >> setpagedevice"
-*PageSize P16K/16K: "<< /Policies << /PageSize 7 >> /PageSize [558 774] /ImagingBBox null >> setpagedevice"
-*PageSize Letter/US-Letter: "<< /Policies << /PageSize 7 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice"
-*PageSize Legal/US-Legal: "<< /Policies << /PageSize 7 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
-*PageSize Executive/US-Executive: "<< /Policies << /PageSize 7 >> /PageSize [522 756] /ImagingBBox null >> setpagedevice"
-*PageSize EnvPersonal/Umschlag #6: "<< /Policies << /PageSize 7 >> /PageSize [261 468] /ImagingBBox null >> setpagedevice"
-*PageSize Env9/Umschlag #9: "<< /Policies << /PageSize 7 >> /PageSize [279 639] /ImagingBBox null >> setpagedevice"
-*PageSize Env10/Umschlag #10: "<< /Policies << /PageSize 7 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice"
-*PageSize EnvMonarch/Umschlag US-Monarch: "<< /Policies << /PageSize 7 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice"
-*PageSize EnvDL/Umschlag DL: "<< /Policies << /PageSize 7 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice"
-*PageSize EnvC5/Umschlag C5: "<< /Policies << /PageSize 7 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice"
-*?PageSize: "
-  save
-  currentpagedevice /PageSize get aload pop
-  2 copy gt {exch} if
-  (Unknown)
-  19 dict
-  dup [595 842] (A4) put
-  dup [420 595] (A5) put
-  dup [297 420] (A6) put
-  dup [516 729] (B5) put
-  dup [499 709] (ISOB5) put
-  dup [363 516] (B6) put
-  dup [612 936] (OficioII) put
-  dup [595 935] (Folio) put
-  dup [396 612] (Statement) put
-  dup [558 774] (P16K) put
-  dup [612 792] (Letter) put
-  dup [612 1008] (Legal) put
-  dup [522 756] (Executive) put
-  dup [261 468] (EnvPersonal) put
-  dup [279 639] (Env9) put
-  dup [297 684] (Env10) put
-  dup [279 540] (EnvMonarch) put
-  dup [312 624] (EnvDL) put
-  dup [459 649] (EnvC5) put
-  {exch aload pop 4 index sub abs 5 le exch
-    5 index sub abs 5 le and
-    {exch pop exit}{pop} ifelse
-  } bind forall
-  = flush pop pop restore "
-*End
-*CloseUI: *PageSize
-
-*% Page Region Definitions for Frame Buffer
-*OpenUI *PageRegion: PickOne
-*OrderDependency: 40 AnySetup *PageRegion
-*DefaultPageRegion: A4
-*PageRegion A4/A4: "<< /Policies << /PageSize 7 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice"
-*PageRegion A5/A5: "<< /Policies << /PageSize 7 >> /PageSize [420 595] /ImagingBBox null >> setpagedevice"
-*PageRegion A6/A6: "<< /Policies << /PageSize 7 >> /PageSize [297 420] /ImagingBBox null >> setpagedevice"
-*PageRegion B5/B5 (JIS): "<< /Policies << /PageSize 7 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice"
-*PageRegion ISOB5/B5 (ISO): "<< /Policies << /PageSize 7 >> /PageSize [499 709] /ImagingBBox null >> setpagedevice"
-*PageRegion B6/B6: "<< /Policies << /PageSize 7 >> /PageSize [363 516] /ImagingBBox null >> setpagedevice"
-*PageRegion Letter/US-Letter: "<< /Policies << /PageSize 7 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice"
-*PageRegion Legal/US-Legal: "<< /Policies << /PageSize 7 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
-*PageRegion Executive/US-Executive: "<< /Policies << /PageSize 7 >> /PageSize [522 756] /ImagingBBox null >> setpagedevice"
-*PageRegion EnvPersonal/Umschlag #6: "<< /Policies << /PageSize 7 >> /PageSize [261 468] /ImagingBBox null >> setpagedevice"
-*PageRegion Env9/Umschlag #9: "<< /Policies << /PageSize 7 >> /PageSize [279 639] /ImagingBBox null >> setpagedevice"
-*PageRegion Env10/Umschlag #10: "<< /Policies << /PageSize 7 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice"
-*PageRegion EnvMonarch/Umschlag US-Monarch: "<< /Policies << /PageSize 7 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice"
-*PageRegion EnvDL/Umschlag DL: "<< /Policies << /PageSize 7 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice"
-*PageRegion EnvC5/Umschlag C5: "<< /Policies << /PageSize 7 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice"
-*PageRegion OficioII/Oficio II: "<< /Policies << /PageSize 7 >> /PageSize [612 936] /ImagingBBox null >> setpagedevice"
-*PageRegion Folio/8.5X13 (Folio): "<< /Policies << /PageSize 7 >> /PageSize [595 935] /ImagingBBox null >> setpagedevice"
-*PageRegion Statement/Statement: "<< /Policies << /PageSize 7 >> /PageSize [396 612] /ImagingBBox null >> setpagedevice"
-*PageRegion P16K/16K: "<< /Policies << /PageSize 7 >> /PageSize [558 774] /ImagingBBox null >> setpagedevice"
-*CloseUI: *PageRegion
-
-*% Imageable Area Definitions
-*DefaultImageableArea: A4
-*ImageableArea A4/A4: "12 10 583 832"
-*ImageableArea A5/A5: "12 12 409 585"
-*ImageableArea A6/A6: "12 10 285 411"
-*ImageableArea B5/B5 (JIS): "21 10 495 719"
-*ImageableArea ISOB5/B5 (ISO): "12 12 487 696"
-*ImageableArea B6/B6: "12 10 352 506"
-*ImageableArea OficioII/Oficio II: "12 12 600 924"
-*ImageableArea Folio/8.5X13 (Folio): "12 12 571 911"
-*ImageableArea Statement/Statement: "12 12 384 600"
-*ImageableArea P16K/16K: "12 12 546 762"
-*ImageableArea Letter/US-Letter: "12 08 600 784"
-*ImageableArea Legal/US-Legal: "12 08 600 1000"
-*ImageableArea Executive/US-Executive: "12 08 510 748"
-*ImageableArea EnvPersonal/Umschlag #6: "12 08 237 452"
-*ImageableArea Env9/Umschlag #9: "12 08 255 623"
-*ImageableArea Env10/Umschlag #10: "12 08 273 668"
-*ImageableArea EnvMonarch/Umschlag US-Monarch: "12 08 255 524"
-*ImageableArea EnvDL/Umschlag DL: "12 10 288 604"
-*ImageableArea EnvC5/Umschlag C5: "12 10 435 629"
-*?ImageableArea: "
-  save
-  /cvp {cvi (                   ) cvs
-  print ( ) print} bind def
-  newpath clippath pathbbox
-  4 -2 roll exch 2 {ceiling cvp} repeat
-  exch 2 {floor cvp} repeat ( )
-  = flush restore"
-*End
-
-*% Physical Dimensions of Media
-*DefaultPaperDimension: A4
-*PaperDimension A4/A4: "595 842"
-*PaperDimension A5/A5: "420 595"
-*PaperDimension A6/A6: "297 420"
-*PaperDimension B5/B5 (JIS): "516 729"
-*PaperDimension ISOB5/B5 (ISO): "499 709"
-*PaperDimension B6/B6: "363 516"
-*PaperDimension OficioII/Oficio II: "612 936"
-*PaperDimension Folio/8.5X13 (Folio): "595 935"
-*PaperDimension Statement/Statement: "396 612"
-*PaperDimension P16K/16K: "558 774"
-*PaperDimension Letter/US-Letter: "612 792"
-*PaperDimension Legal/US-Legal: "612 1008"
-*PaperDimension Executive/US-Executive: "522 756"
-*PaperDimension EnvPersonal/Umschlag #6: "261 468"
-*PaperDimension Env9/Umschlag #9: "279 639"
-*PaperDimension Env10/Umschlag #10: "297 684"
-*PaperDimension EnvMonarch/Umschlag US-Monarch: "279 540"
-*PaperDimension EnvDL/Umschlag DL: "312 624"
-*PaperDimension EnvC5/Umschlag C5: "459 649"
-
-*% Input Slot Definitions
-*OpenUI *InputSlot: PickOne
-*OrderDependency: 30 AnySetup *InputSlot
-*DefaultInputSlot: Internal
-*InputSlot Internal/Kassette 1 (Intern): "<</ManualFeed false>> setpagedevice statusdict begin 0 setpapertray end"
-*InputSlot PF17/Kassette 2: "<</ManualFeed false>> setpagedevice statusdict begin 1 setpapertray end"
-*InputSlot MF1/Mehrzweckzufuhr: "currentpagedevice /InputAttributes get 3 get null eq
-{ <</ManualFeed true>> setpagedevice }{ statusdict begin 3 setpapertray end } ifelse"
-*End
-*InputSlot MF/Papierzufuhr Handeinzug: "<< /ManualFeed true >> setpagedevice"
-*?InputSlot: ""
-*CloseUI: *InputSlot
-
-*% MediaType Definitions
-*OpenUI *MediaType: PickOne
-*OrderDependency: 100 AnySetup *MediaType
-*DefaultMediaType: PrnDef
-*MediaType PrnDef/Standard: ""
-*MediaType Plain/Normalpapier: "<</ManualFeed false /MediaType (Plain) /DeferredMediaSelection true >> setpagedevice"
-*MediaType Transparency/ Folien: "<</ManualFeed false /MediaType (Transparency) /DeferredMediaSelection true >> setpagedevice"
-*MediaType Labels/Etiketten: "<</ManualFeed false /MediaType (Labels) /DeferredMediaSelection true >> setpagedevice"
-*MediaType Letterhead/Briefpapier: "<</ManualFeed false /MediaType (Letterhead) /DeferredMediaSelection true >> setpagedevice"
-*MediaType Bond/Feinpapier: "<</ManualFeed false /MediaType (Bond) /DeferredMediaSelection true >> setpagedevice"
-*MediaType Color/Farbe: "<</ManualFeed false /MediaType (Color) /DeferredMediaSelection true >> setpagedevice"
-*MediaType Preprinted/Vordrucke: "<</ManualFeed false /MediaType (Preprinted) /DeferredMediaSelection true >> setpagedevice"
-*MediaType Prepunched/Gelochtes Papier: "<</ManualFeed false /MediaType (Prepunched) /DeferredMediaSelection true >> setpagedevice"
-*MediaType Recycled/Recycling Papier: "<</ManualFeed false /MediaType (Recycled) /DeferredMediaSelection true >> setpagedevice"
-*MediaType Rough/Grobes Papier: "<</ManualFeed false /MediaType (Rough) /DeferredMediaSelection true >> setpagedevice"
-*MediaType Cardstock/Karteikarte: "<</ManualFeed false /MediaType (Card Stock) /DeferredMediaSelection true >> setpagedevice"
-*MediaType Vellum/Pergamentpapier: "<</ManualFeed false /MediaType (Vellum) /DeferredMediaSelection true >> setpagedevice"
-*MediaType Envelope/Umschlag: "<</ManualFeed false /MediaType (Envelope) /DeferredMediaSelection true >> setpagedevice"
-*MediaType User1/Anwender 1: "<</ManualFeed false /MediaType (Custom Type1) /DeferredMediaSelection true >> setpagedevice"
-*MediaType User2/Anwender 2: "<</ManualFeed false /MediaType (Custom Type2) /DeferredMediaSelection true >> setpagedevice"
-*MediaType User3/Anwender 3: "<</ManualFeed false /MediaType (Custom Type3) /DeferredMediaSelection true >> setpagedevice"
-*MediaType User4/Anwender 4: "<</ManualFeed false /MediaType (Custom Type4) /DeferredMediaSelection true >> setpagedevice"
-*MediaType User5/Anwender 5: "<</ManualFeed false /MediaType (Custom Type5) /DeferredMediaSelection true >> setpagedevice"
-*MediaType User6/Anwender 6: "<</ManualFeed false /MediaType (Custom Type6) /DeferredMediaSelection true >> setpagedevice"
-*MediaType User7/Anwender 7: "<</ManualFeed false /MediaType (Custom Type7) /DeferredMediaSelection true >> setpagedevice"
-*MediaType User8/Anwender 8: "<</ManualFeed false /MediaType (Custom Type8) /DeferredMediaSelection true >> setpagedevice"
-*?MediaType: "
-  save
-    currentpagedevice /MediaType {get} stopped
-    {pop pop (Unknown)} {dup null eq {pop (Unknown)} if} ifelse = flush
-  restore"
-*End
-*CloseUI: *MediaType
-
-*RequiresPageRegion All: True
-*% Duplex Definitions
-*OpenUI *Duplex/Duplex: PickOne
-*OrderDependency: 50 AnySetup *Duplex
-*DefaultDuplex: DuplexNoTumble
-*Duplex None/Keine: "statusdict begin false setduplexmode false settumble end"
-*Duplex DuplexTumble/Binden Kurze Seite: "statusdict begin true setduplexmode true settumble end"
-*Duplex DuplexNoTumble/Binden Lange Seite: "statusdict begin true setduplexmode false settumble end"
-*?Duplex: "
-  save
-  statusdict begin
-  duplexmode
-  {tumble {(DuplexTumble)}{(DuplexNoTumble)} ifelse}
-  {(None)} ifelse
-  = flush end restore"
-*End
-*CloseUI: *Duplex
-
-*% Job Spooling Definitions
-*OpenUI *KCCollate/Job Zwischenspeicherung: PickOne
-*OrderDependency: 20 AnySetup *KCCollate
-*DefaultKCCollate: None
-*KCCollate None/Keine: ""
-*KCCollate Temp/Tempor<E4>r: "
-  userdict /UICollateDetails known not {userdict /UICollateDetails 10 dict put} if
-  userdict /UICollateDetails get /Mode 0 put <</Collate true /CollateDetails UICollateDetails>> setpagedevice"
-*End
-*?KCCollate: "
-  save
-  currentpagedevice dup /Collate known {
-    dup /CollateDetails known {
-      /CollateDetails get
-      dup /Mode known {
-        /Mode get
-        1 {
-          dup 0 eq {pop (Temp) exit} if
-          pop (Unknown)
-        } repeat
-      }{pop (Unknown)} ifelse
-    }{pop (Unknown)} ifelse
-  }{pop (Unknown)} ifelse
-  = flush restore"
-*End
-*CloseUI: *KCCollate
-
-*% PPD Version Info 
-*OpenUI *KMVersion/PPD Version: PickOne
-*OrderDependency: 25 AnySetup *KMVersion
-*DefaultKMVersion: Default
-*KMVersion Default/8.2.0111 [01-11-2005]: "
-globaldict /ct_AddStdCIDMap known {
-globaldict /ct_AddStdCIDMap get  length 7 eq
-{globaldict /ct_AddStdCIDMap get  0 get type /stringtype eq
-{globaldict /ct_AddStdCIDMap get  1 get 0 eq
-{globaldict /ct_AddStdCIDMap get  2 get () eq
-{globaldict /ct_AddStdCIDMap get  3 get /SubFileDecode eq
-{globaldict /ct_AddStdCIDMap get  4 get systemdict /filter get eq
-{currentglobal true setglobal globaldict
-/ct_AddStdCIDMap
-globaldict /ct_AddStdCIDMap get dup
-globaldict /ct_AddStdCIDMap get
-0 get length 1 exch
-put put setglobal
-} if} if} if} if} if} if} if"
-*End
-*CloseUI: *KMVersion
-
-*% Font Information
-*DefaultFont: Courier
-*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
-*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
-*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
-*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
-*Font Bookman-Light: Standard "(001.004S)" Standard ROM
-*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
-*Font Bookman-Demi: Standard "(001.004S)" Standard ROM
-*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
-*Font Courier: Standard "(002.004S)" Standard ROM
-*Font Courier-Oblique: Standard "(002.004S)" Standard ROM
-*Font Courier-Bold: Standard "(002.004S)" Standard ROM
-*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
-*Font Helvetica: Standard "(001.006S)" Standard ROM
-*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
-*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
-*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
-*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
-*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
-*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
-*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
-*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
-*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
-*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
-*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
-*Font Palatino-Roman: Standard "(001.005S)" Standard ROM
-*Font Palatino-Italic: Standard "(001.005S)" Standard ROM
-*Font Palatino-Bold: Standard "(001.005S)" Standard ROM
-*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
-*Font Symbol: Special "(001.007S)" Special ROM
-*Font Times-Roman: Standard "(001.007S)" Standard ROM
-*Font Times-Italic: Standard "(001.007S)" Standard ROM
-*Font Times-Bold: Standard "(001.007S)" Standard ROM
-*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
-*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
-*Font ZapfDingbats: Special "(001.004S)" Special ROM
-*?FontQuery: "
-  save
-  /str 100 string dup 0 (fonts/) putinterval def
-  {count 1 gt
-    { exch dup str 6 94 getinterval cvs
-      (/) print print (:) print
-      FontDirectory exch known
-      {(Yes)}{(No)} ifelse =
-    }{exit} ifelse
-  } bind loop (*)
-  = flush restore"
-*End
-*?FontList: "save FontDirectory { pop == } bind forall flush (*) = flush restore"
-*% Printer Messages
-*Message: "%%[ exitserver: permanent state may be changed ]%%"
-*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
-*Message: "\FontName\ not found, using Courier"
-
-*% Status (format: %%[ status: <one of these> ]%% )
-*Status: "warming up"/warming up
-*Status: "idle"/idle
-*Status: "busy"/busy
-*Status: "waiting"/waiting
-*Status: "printing"/printing
-*Status: "initializing"/initializing
-*Status: "printing test page"/printing test page
-*% Printer Error (format: %%[ PrinterError: <one of these> ]%% )
-*PrinterError: "paper entry misfeed"
-*PrinterError: "cover open"
-*PrinterError: "no paper tray"
-*PrinterError: "out of paper"
-*PrinterError: "toner low (halt)"
-*PrinterError: "warming up"
-*PrinterError: "other reason"
-*PrinterError: "video interface mode"
-*PrinterError: "offline"
-*PrinterError: "toner low (warning)"
-
-*% Input Sources (format: %%[ status: <stat>;source:<one of these> ]%% )
-*Source: "Serial"
-*Source: "Parallel"
-*Source: "LocalTalk"
-*Source: "Option"
-
-*%  End of PPD file for Kyocera Mita FS-1020D (German)
index d23ebad14554e4c8b9bdfa3d5e5dc12e81c3d878..8050a21ed669ccbea40ea0d1a8220abbef7100d7 100644 (file)
@@ -1,16 +1,15 @@
-# Printer configuration file for CUPS v1.5.2
-# Written by cupsd on 2013-06-28 07:17
+# Printer configuration file for CUPS v1.6.2
+# Written by cupsd on 2013-07-28 22:12
 # DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
-<DefaultPrinter Kyocera_FS-1020D>
-UUID urn:uuid:4fe502f0-362b-3fa2-519f-648848519e5e
-Info Kyocera_FS-1020D
-MakeModel Kyocera Mita FS-1020D
+<DefaultPrinter Bla_blub>
+UUID urn:uuid:37ccb9f9-f39f-3442-414c-7de19e42748d
+Info blubber blub
+Location hier
+MakeModel Kyocera FS-1020D - CUPS+Gutenprint v5.2.9
 DeviceURI lpd://10.12.11.32/lp
-State Stopped
-StateMessage The printer is not responding.
-StateTime 1372396639
-Reason paused
-Type 8392788
+State Idle
+StateTime 1373661961
+Type 8392724
 Accepting Yes
 Shared No
 JobSheets none none
index e7cd4478649bc4de3d7d83a494988933e2bc0322..184f58f6429e90b4ed3c77f8b98c8c32b23a9427 100644 (file)
@@ -1,3 +1,3 @@
-# Subscription configuration file for CUPS v1.5.2
-# Written by cupsd on 2013-06-29 07:17
-NextSubscriptionId 167
+# Subscription configuration file for CUPS v1.6.2
+# Written by cupsd on 2013-07-28 22:12
+NextSubscriptionId 182
diff --git a/dbus-1/system.d/org.kde.polkitkde1.helper.conf b/dbus-1/system.d/org.kde.polkitkde1.helper.conf
deleted file mode 100644 (file)
index baa69a9..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE busconfig PUBLIC
- "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
-<busconfig>
-
-  <!-- This configuration file specifies the required security policies
-       for polkit-kde to work. -->
-
-  <!-- Only user root can own the polkitkde1.helper service -->
-  <policy user="root">
-    <allow own="org.kde.polkitkde1.helper"/>
-  </policy>
-
-  <!-- Allow anyone to call into the service - we'll reject callers using polkit -->
-  <policy context="default">
-    <allow send_destination="org.kde.polkitkde1.helper"/>
-  </policy>
-
-</busconfig>
\ No newline at end of file
diff --git a/env.d/99polkit-kde b/env.d/99polkit-kde
deleted file mode 100644 (file)
index d6646ad..0000000
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_PROTECT="/usr/share/polkit-1/actions"
diff --git a/fonts/conf.avail/99pdftoopvp.conf b/fonts/conf.avail/99pdftoopvp.conf
new file mode 100644 (file)
index 0000000..2737e17
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<!-- conf.d/pdftoopvp.fconf -->
+<fontconfig>
+<!--  Symbol and ZapfDingbats -->
+       <alias>
+               <family>ZapfDingbats</family>
+               <prefer>
+                       <family>Dingbats</family>
+               </prefer>
+       </alias>
+       <alias>
+               <family>Symbol</family>
+               <prefer>
+                       <family>Standard Symbols L</family>
+               </prefer>
+       </alias>
+</fontconfig>
diff --git a/init.d/cups-browsed b/init.d/cups-browsed
new file mode 100755 (executable)
index 0000000..785c13a
--- /dev/null
@@ -0,0 +1,20 @@
+#!/sbin/runscript
+
+PIDFILE=/var/run/cups-browsed.pid
+
+depend() {
+       need cupsd avahi-daemon
+}
+
+start() {
+       ebegin "Starting cups-browsed"
+       start-stop-daemon --start --make-pidfile --pidfile "${PIDFILE}" \
+               --background --quiet --exec /usr/sbin/cups-browsed
+       eend $?
+}
+
+stop() {
+       ebegin "Stopping cups-browsed"
+       start-stop-daemon --stop --pidfile "${PIDFILE}" --quiet --exec /usr/sbin/cupsd
+       eend $?
+}
index 7ccc3595c3a750422acbf9c0d5b0b9e8a2929874..9edc253ef9d362e38954f24f98195c7ca1b36559 100755 (executable)
@@ -9,8 +9,8 @@ depend() {
 
 start() {
        ebegin "Starting cupsd"
-       checkpath -q -d -m 0755 -o root:lp /var/run/cups
-       checkpath -q -d -m 0511 -o lp:lpadmin /var/run/cups/certs
+       checkpath -q -d -m 0755 -o root:lp /run/cups
+       checkpath -q -d -m 0511 -o lp:lpadmin /run/cups/certs
        start-stop-daemon --start --quiet --exec /usr/sbin/cupsd
        eend $?
 }
index 8f07d8f129c7cd4e91fc4621a22ce79e0da3af7d..0e9abfebd93dbf63505f1f055b47c724bf1f9fd9 100755 (executable)
@@ -90,7 +90,7 @@ start_udevmonitor()
        einfo "udev: Running udevadm monitor ${udev_monitor_opts} to log all events"
        start-stop-daemon --start --stdout "${udevmonitor_log}" \
                --make-pidfile --pidfile "${udevmonitor_pid}" \
-               --background --exec /sbin/udevadm -- monitor ${udev_monitor_opts}
+               --background --exec /bin/udevadm -- monitor ${udev_monitor_opts}
 }
 
 populate_dev()
@@ -105,6 +105,7 @@ populate_dev()
        if ! yesno ${rc_coldplug:-${RC_COLDPLUG:-yes}}; then
                einfo "Setting /dev permissions and symbolic links"
                udevadm trigger --attr-match=dev --action=add
+               udevadm trigger --subsystem-match=net --action=add
                ewarn "Skipping udev coldplug sequence"
                return 0
        fi
@@ -128,7 +129,7 @@ stop_udevmonitor()
                ewarn "udev: udevmonitor is still running and writing into ${udevmonitor_log}"
        else
                einfo "udev: Stopping udevmonitor: Log is in ${udevmonitor_log}"
-               start-stop-daemon --stop --pidfile "${udevmonitor_pid}" --exec /sbin/udevadm
+               start-stop-daemon --stop --pidfile "${udevmonitor_pid}" --exec /bin/udevadm
        fi
 }
 
index e99404ced5dbc55dae0dc1399b7c67f1a826b0c1..d0bf19d64a54621f86f5a5889b764069b865e56d 100644 (file)
@@ -1,7 +1,7 @@
 #
 # /etc/login.defs - Configuration control definitions for the shadow package.
 #
-#      $Id: login.defs 3038 2009-07-23 20:41:35Z nekral-guest $
+#      $Id: login.defs 3189 2010-03-26 11:53:06Z nekral-guest $
 #
 
 #
@@ -183,7 +183,8 @@ ERASECHAR   0177
 KILLCHAR       025
 #ULIMIT                2097152
 
-# Default initial "umask" value for non-PAM enabled systems.
+# Default initial "umask" value used by login on non-PAM enabled systems.
+# Default "umask" value for pam_umask on PAM enabled systems.
 # UMASK is also used by useradd and newusers to set the mode of new home
 # directories.
 # 022 is the default value, but 027, or even 077, could be considered
diff --git a/openvpn/profitbricks/keys/ca.2010-07.crt b/openvpn/profitbricks/keys/ca.2010-07.crt
new file mode 100644 (file)
index 0000000..123cb05
--- /dev/null
@@ -0,0 +1,22 @@
+-----BEGIN CERTIFICATE-----
+MIIDljCCAv+gAwIBAgIJALYmFwJXZokfMA0GCSqGSIb3DQEBBQUAMIGPMQswCQYD
+VQQGEwJERTEKMAgGA1UECBMBQjEPMA0GA1UEBxMGQmVybGluMRowGAYDVQQKExFQ
+cm9maXRCcmlja3MgR21iSDEdMBsGA1UEAxMUdnBuLnByb2ZpdGJyaWNrcy5jb20x
+KDAmBgkqhkiG9w0BCQEWGXN5c2FkbWluQHByb2ZpdGJyaWNrcy5jb20wHhcNMTAw
+NzA2MTI1MjUwWhcNMjAwNzAzMTI1MjUwWjCBjzELMAkGA1UEBhMCREUxCjAIBgNV
+BAgTAUIxDzANBgNVBAcTBkJlcmxpbjEaMBgGA1UEChMRUHJvZml0QnJpY2tzIEdt
+YkgxHTAbBgNVBAMTFHZwbi5wcm9maXRicmlja3MuY29tMSgwJgYJKoZIhvcNAQkB
+FhlzeXNhZG1pbkBwcm9maXRicmlja3MuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GN
+ADCBiQKBgQDXn2aamA7FmMcVyww2Xr9bVVAR/olOiLj22KYYfwDhxg5X1YV6UPCl
+MtNToujI4mtWCgl6ZisjhoLsU07jcJkhOfbea1vj4ZNFeYd16WhIREetPesP6b6v
+BmH7MN4dAzgP3nACpT4uXRwqeH7SW4djptJgl2CNycID4nqHTMveTwIDAQABo4H3
+MIH0MB0GA1UdDgQWBBSvLayL2M/5lzc6qv0w9rQ8oGF0DjCBxAYDVR0jBIG8MIG5
+gBSvLayL2M/5lzc6qv0w9rQ8oGF0DqGBlaSBkjCBjzELMAkGA1UEBhMCREUxCjAI
+BgNVBAgTAUIxDzANBgNVBAcTBkJlcmxpbjEaMBgGA1UEChMRUHJvZml0QnJpY2tz
+IEdtYkgxHTAbBgNVBAMTFHZwbi5wcm9maXRicmlja3MuY29tMSgwJgYJKoZIhvcN
+AQkBFhlzeXNhZG1pbkBwcm9maXRicmlja3MuY29tggkAtiYXAldmiR8wDAYDVR0T
+BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQCfw/F4Ixk3M6cdga0b2mHSSiBt1Kjh
+22NxZ4Ck4xIrv58c9u9A6TVO9tXdcXPdObgrxOAbTeuAWpzWc04Z0DocsrUrHQB7
+SN9oyl1dnWBB1oqGIReFjpCyiuZ5lXHZWxExIdM5Bqqqrm6G0qpwuyJ8jcPY2KPS
+xOoeF30VZe2Hfw==
+-----END CERTIFICATE-----
diff --git a/openvpn/profitbricks/keys/ca.2013-07.crt b/openvpn/profitbricks/keys/ca.2013-07.crt
new file mode 100644 (file)
index 0000000..eb5ffec
--- /dev/null
@@ -0,0 +1,29 @@
+-----BEGIN CERTIFICATE-----
+MIIE8TCCA9mgAwIBAgIJAOrI5NBw8Zx4MA0GCSqGSIb3DQEBBQUAMIGrMQswCQYD
+VQQGEwJERTEKMAgGA1UECBMBQjEPMA0GA1UEBxMGQmVybGluMRowGAYDVQQKExFQ
+cm9maXRCcmlja3MgR21iSDEaMBgGA1UECxMRU3lzdGVtIE9wZXJhdGlvbnMxHTAb
+BgNVBAMTFFByb2ZpdEJyaWNrcyBHbWJIIENBMSgwJgYJKoZIhvcNAQkBFhlzeXNh
+ZG1pbkBwcm9maXRicmlja3MuY29tMB4XDTEzMDcxMjExMTUzOVoXDTIzMDcxMDEx
+MTUzOVowgasxCzAJBgNVBAYTAkRFMQowCAYDVQQIEwFCMQ8wDQYDVQQHEwZCZXJs
+aW4xGjAYBgNVBAoTEVByb2ZpdEJyaWNrcyBHbWJIMRowGAYDVQQLExFTeXN0ZW0g
+T3BlcmF0aW9uczEdMBsGA1UEAxMUUHJvZml0QnJpY2tzIEdtYkggQ0ExKDAmBgkq
+hkiG9w0BCQEWGXN5c2FkbWluQHByb2ZpdGJyaWNrcy5jb20wggEiMA0GCSqGSIb3
+DQEBAQUAA4IBDwAwggEKAoIBAQC7RN6aSevjpGE+SauYMDAHrxTQl1o6XH1yfuEp
+y4Y1BmQ9jMy/kihDWwaM/VWbRdh/aNi3ov73sQZFoKQABrGX0A3QlOqzdjxH01AO
+Fas2BiDL9kN+PzFmnnRnnSReScLezQ91u9VU1pU91duFFcSQ1wbC8Nud2zsrws3g
+5ferHuS5em2mQ4xnkQ4W0KTVeLFysMDCmIdEaVy8Lmnp8C2UqcO0FWgtL3TelTb2
+VxuFciUdPviaR15cCCIjtTLsA+Ie4FQ1SYmXO9xvO2gz/1DmI2+1lxtK+raqIgD8
+6B0kPy+hgIotmk3S7QDn50+tjpbV3vaRAOHYswx/6x0ljeI/AgMBAAGjggEUMIIB
+EDAdBgNVHQ4EFgQUok7RUHhX0E6nlBwl1N9nMNRE3QkwgeAGA1UdIwSB2DCB1YAU
+ok7RUHhX0E6nlBwl1N9nMNRE3QmhgbGkga4wgasxCzAJBgNVBAYTAkRFMQowCAYD
+VQQIEwFCMQ8wDQYDVQQHEwZCZXJsaW4xGjAYBgNVBAoTEVByb2ZpdEJyaWNrcyBH
+bWJIMRowGAYDVQQLExFTeXN0ZW0gT3BlcmF0aW9uczEdMBsGA1UEAxMUUHJvZml0
+QnJpY2tzIEdtYkggQ0ExKDAmBgkqhkiG9w0BCQEWGXN5c2FkbWluQHByb2ZpdGJy
+aWNrcy5jb22CCQDqyOTQcPGceDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUA
+A4IBAQABVkMxS03NBhlOsooUTZrI8ohagVtuQnZORSoGiIrirTos2mIFxrRM9juk
+XSI2kxvptYIhdsGTC7mnv8mkpf/V/J1SXnrpLogN8zgMgZ0O/PCM2pUpJK3vzbFo
+JJalcj/wpcl81v/F7FQBxcJVSV8aqWvPJzd3ppYH3JkqauQvqP0kRamP/UcO/Ksy
+QLJGKo9yHk5B397EBIGA1nAlqeDdhP4y3W0T6jwoNVwVTQqyciFgMtlCpWgK7sGp
+qBOFGOBVLhRBcXfklMOFPJK1Mcr/7KTZW75CvaH4L2JCdQYz5cm+OCPx95c6CG4x
+xuP3JPHmizjCjP4+8GnRKmnmi8yR
+-----END CERTIFICATE-----
deleted file mode 100644 (file)
index 123cb055794ccaa019ebf5f16e80fd5727e66059..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,22 +0,0 @@
------BEGIN CERTIFICATE-----
-MIIDljCCAv+gAwIBAgIJALYmFwJXZokfMA0GCSqGSIb3DQEBBQUAMIGPMQswCQYD
-VQQGEwJERTEKMAgGA1UECBMBQjEPMA0GA1UEBxMGQmVybGluMRowGAYDVQQKExFQ
-cm9maXRCcmlja3MgR21iSDEdMBsGA1UEAxMUdnBuLnByb2ZpdGJyaWNrcy5jb20x
-KDAmBgkqhkiG9w0BCQEWGXN5c2FkbWluQHByb2ZpdGJyaWNrcy5jb20wHhcNMTAw
-NzA2MTI1MjUwWhcNMjAwNzAzMTI1MjUwWjCBjzELMAkGA1UEBhMCREUxCjAIBgNV
-BAgTAUIxDzANBgNVBAcTBkJlcmxpbjEaMBgGA1UEChMRUHJvZml0QnJpY2tzIEdt
-YkgxHTAbBgNVBAMTFHZwbi5wcm9maXRicmlja3MuY29tMSgwJgYJKoZIhvcNAQkB
-FhlzeXNhZG1pbkBwcm9maXRicmlja3MuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GN
-ADCBiQKBgQDXn2aamA7FmMcVyww2Xr9bVVAR/olOiLj22KYYfwDhxg5X1YV6UPCl
-MtNToujI4mtWCgl6ZisjhoLsU07jcJkhOfbea1vj4ZNFeYd16WhIREetPesP6b6v
-BmH7MN4dAzgP3nACpT4uXRwqeH7SW4djptJgl2CNycID4nqHTMveTwIDAQABo4H3
-MIH0MB0GA1UdDgQWBBSvLayL2M/5lzc6qv0w9rQ8oGF0DjCBxAYDVR0jBIG8MIG5
-gBSvLayL2M/5lzc6qv0w9rQ8oGF0DqGBlaSBkjCBjzELMAkGA1UEBhMCREUxCjAI
-BgNVBAgTAUIxDzANBgNVBAcTBkJlcmxpbjEaMBgGA1UEChMRUHJvZml0QnJpY2tz
-IEdtYkgxHTAbBgNVBAMTFHZwbi5wcm9maXRicmlja3MuY29tMSgwJgYJKoZIhvcN
-AQkBFhlzeXNhZG1pbkBwcm9maXRicmlja3MuY29tggkAtiYXAldmiR8wDAYDVR0T
-BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQCfw/F4Ixk3M6cdga0b2mHSSiBt1Kjh
-22NxZ4Ck4xIrv58c9u9A6TVO9tXdcXPdObgrxOAbTeuAWpzWc04Z0DocsrUrHQB7
-SN9oyl1dnWBB1oqGIReFjpCyiuZ5lXHZWxExIdM5Bqqqrm6G0qpwuyJ8jcPY2KPS
-xOoeF30VZe2Hfw==
------END CERTIFICATE-----
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..e1860405444143343812b718f9f88548b98c57de
--- /dev/null
@@ -0,0 +1 @@
+ca.2013-07.crt
\ No newline at end of file
diff --git a/openvpn/profitbricks/keys/pb-2-fbrehm.2013-0.crt b/openvpn/profitbricks/keys/pb-2-fbrehm.2013-0.crt
new file mode 100644 (file)
index 0000000..79a9de3
--- /dev/null
@@ -0,0 +1,95 @@
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 13 (0xd)
+        Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=DE, ST=B, L=Berlin, O=ProfitBricks GmbH, OU=System Operations, CN=ProfitBricks GmbH CA/emailAddress=sysadmin@profitbricks.com
+        Validity
+            Not Before: Jul 12 13:52:38 2013 GMT
+            Not After : Jul 12 13:52:38 2014 GMT
+        Subject: C=DE, ST=B, L=Berlin, O=ProfitBricks GmbH, OU=SO, CN=pb-2-fbrehm/emailAddress=frank.brehm@profitbricks.com
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+            RSA Public Key: (2048 bit)
+                Modulus (2048 bit):
+                    00:bd:bc:b6:8c:fd:d9:4f:e8:03:51:80:66:19:9f:
+                    99:61:0a:a6:54:3d:1f:0d:08:45:f1:93:a9:15:75:
+                    db:06:cf:a5:5c:34:cc:68:b6:e5:d2:3e:4a:10:ae:
+                    bb:c1:78:bb:66:06:8e:f7:82:29:14:b0:6d:25:dc:
+                    36:70:e2:52:16:87:3c:d6:ba:a9:2f:b7:c4:cc:63:
+                    76:b8:84:7b:7a:21:22:74:89:f1:4c:05:a3:e5:14:
+                    1c:fe:3f:d8:18:c1:93:0f:8c:bb:cd:4e:f7:e8:dd:
+                    4f:46:b8:ea:ae:b9:bf:b2:88:04:7b:75:26:3a:c1:
+                    c3:de:f3:7d:44:c4:d6:c3:1e:bd:28:1a:7d:87:45:
+                    96:9e:e1:59:f2:28:47:12:9f:2b:a7:9c:c6:d7:36:
+                    ac:ad:bf:71:c9:5c:a0:c2:1d:f8:d1:80:83:41:e2:
+                    f4:86:8b:f9:68:18:71:73:89:78:2c:e1:8b:81:dd:
+                    3f:7d:cf:98:cb:be:7b:4f:3f:b4:10:80:b5:29:5a:
+                    e9:73:38:76:99:a3:66:ec:c5:1a:06:19:1c:d6:f8:
+                    89:87:44:77:c5:53:a8:48:02:84:c1:a4:3c:60:fa:
+                    da:50:c6:20:64:e6:b1:fe:f0:8f:9b:4d:32:58:a8:
+                    a7:46:02:2e:80:6a:49:21:56:e9:6b:45:96:2a:08:
+                    16:75
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: 
+                CA:FALSE
+            Netscape Comment: 
+                Easy-RSA Generated Certificate
+            X509v3 Subject Key Identifier: 
+                DB:98:E6:28:C0:AF:BE:EF:8D:83:B6:D6:32:AA:16:E5:F3:A7:80:8E
+            X509v3 Authority Key Identifier: 
+                keyid:A2:4E:D1:50:78:57:D0:4E:A7:94:1C:25:D4:DF:67:30:D4:44:DD:09
+                DirName:/C=DE/ST=B/L=Berlin/O=ProfitBricks GmbH/OU=System Operations/CN=ProfitBricks GmbH CA/emailAddress=sysadmin@profitbricks.com
+                serial:EA:C8:E4:D0:70:F1:9C:78
+
+            X509v3 Extended Key Usage: 
+                TLS Web Client Authentication
+            X509v3 Key Usage: 
+                Digital Signature
+    Signature Algorithm: sha1WithRSAEncryption
+        4b:b8:ee:3c:2d:f3:d3:48:72:16:e1:71:75:38:41:20:d7:25:
+        49:ad:d5:30:ec:fd:0c:fe:f9:60:14:c5:85:36:14:3f:fc:d2:
+        41:d3:a3:cd:b7:21:24:0c:b5:26:26:a1:6b:16:2d:bd:55:a2:
+        53:aa:df:64:9b:3d:80:81:d4:fe:77:e6:10:ab:24:1f:f3:74:
+        8d:e3:d1:29:c1:a9:97:f4:9d:81:b3:d0:2d:c8:80:fa:87:5e:
+        01:7f:c6:36:78:19:5b:d5:ce:5d:d5:00:85:5c:24:06:8e:15:
+        ed:c6:c7:d5:df:e3:eb:c0:a2:99:b6:a9:45:1f:b5:3d:67:e3:
+        5c:0d:49:eb:90:3e:27:b7:aa:f0:d4:cb:cc:c8:8c:6e:da:8b:
+        1a:2e:48:33:05:3e:33:75:c5:6e:46:82:86:b8:57:f5:98:fc:
+        d7:67:c7:ff:5f:52:23:c7:b1:d7:0f:ad:a8:85:c5:a9:53:72:
+        78:0d:c2:52:c9:6c:a9:bb:7a:25:9f:ef:b6:94:6d:51:73:5e:
+        c6:ce:97:b2:c8:f4:05:4a:08:bc:7b:2b:e8:88:ce:d8:41:b4:
+        c1:4c:7f:d8:1c:f7:a8:de:d4:84:be:d5:38:70:bb:19:77:17:
+        19:d9:f6:79:77:29:c5:a6:97:eb:91:5a:a9:2c:d8:43:93:0f:
+        c1:71:41:73
+-----BEGIN CERTIFICATE-----
+MIIFIjCCBAqgAwIBAgIBDTANBgkqhkiG9w0BAQUFADCBqzELMAkGA1UEBhMCREUx
+CjAIBgNVBAgTAUIxDzANBgNVBAcTBkJlcmxpbjEaMBgGA1UEChMRUHJvZml0QnJp
+Y2tzIEdtYkgxGjAYBgNVBAsTEVN5c3RlbSBPcGVyYXRpb25zMR0wGwYDVQQDExRQ
+cm9maXRCcmlja3MgR21iSCBDQTEoMCYGCSqGSIb3DQEJARYZc3lzYWRtaW5AcHJv
+Zml0YnJpY2tzLmNvbTAeFw0xMzA3MTIxMzUyMzhaFw0xNDA3MTIxMzUyMzhaMIGW
+MQswCQYDVQQGEwJERTEKMAgGA1UECBMBQjEPMA0GA1UEBxMGQmVybGluMRowGAYD
+VQQKExFQcm9maXRCcmlja3MgR21iSDELMAkGA1UECxMCU08xFDASBgNVBAMTC3Bi
+LTItZmJyZWhtMSswKQYJKoZIhvcNAQkBFhxmcmFuay5icmVobUBwcm9maXRicmlj
+a3MuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvby2jP3ZT+gD
+UYBmGZ+ZYQqmVD0fDQhF8ZOpFXXbBs+lXDTMaLbl0j5KEK67wXi7ZgaO94IpFLBt
+Jdw2cOJSFoc81rqpL7fEzGN2uIR7eiEidInxTAWj5RQc/j/YGMGTD4y7zU736N1P
+Rrjqrrm/sogEe3UmOsHD3vN9RMTWwx69KBp9h0WWnuFZ8ihHEp8rp5zG1zasrb9x
+yVygwh340YCDQeL0hov5aBhxc4l4LOGLgd0/fc+Yy757Tz+0EIC1KVrpczh2maNm
+7MUaBhkc1viJh0R3xVOoSAKEwaQ8YPraUMYgZOax/vCPm00yWKinRgIugGpJIVbp
+a0WWKggWdQIDAQABo4IBYjCCAV4wCQYDVR0TBAIwADAtBglghkgBhvhCAQ0EIBYe
+RWFzeS1SU0EgR2VuZXJhdGVkIENlcnRpZmljYXRlMB0GA1UdDgQWBBTbmOYowK++
+742DttYyqhbl86eAjjCB4AYDVR0jBIHYMIHVgBSiTtFQeFfQTqeUHCXU32cw1ETd
+CaGBsaSBrjCBqzELMAkGA1UEBhMCREUxCjAIBgNVBAgTAUIxDzANBgNVBAcTBkJl
+cmxpbjEaMBgGA1UEChMRUHJvZml0QnJpY2tzIEdtYkgxGjAYBgNVBAsTEVN5c3Rl
+bSBPcGVyYXRpb25zMR0wGwYDVQQDExRQcm9maXRCcmlja3MgR21iSCBDQTEoMCYG
+CSqGSIb3DQEJARYZc3lzYWRtaW5AcHJvZml0YnJpY2tzLmNvbYIJAOrI5NBw8Zx4
+MBMGA1UdJQQMMAoGCCsGAQUFBwMCMAsGA1UdDwQEAwIHgDANBgkqhkiG9w0BAQUF
+AAOCAQEAS7juPC3z00hyFuFxdThBINclSa3VMOz9DP75YBTFhTYUP/zSQdOjzbch
+JAy1JiahaxYtvVWiU6rfZJs9gIHU/nfmEKskH/N0jePRKcGpl/SdgbPQLciA+ode
+AX/GNngZW9XOXdUAhVwkBo4V7cbH1d/j68CimbapRR+1PWfjXA1J65A+J7eq8NTL
+zMiMbtqLGi5IMwU+M3XFbkaChrhX9Zj812fH/19SI8ex1w+tqIXFqVNyeA3CUsls
+qbt6JZ/vtpRtUXNexs6Xssj0BUoIvHsr6IjO2EG0wUx/2Bz3qN7UhL7VOHC7GXcX
+Gdn2eXcpxaaX65FaqSzYQ5MPwXFBcw==
+-----END CERTIFICATE-----
diff --git a/openvpn/profitbricks/keys/pb-2-fbrehm.2013-0.csr b/openvpn/profitbricks/keys/pb-2-fbrehm.2013-0.csr
new file mode 100644 (file)
index 0000000..5fb35e7
--- /dev/null
@@ -0,0 +1,18 @@
+-----BEGIN CERTIFICATE REQUEST-----
+MIIC3DCCAcQCAQAwgZYxCzAJBgNVBAYTAkRFMQowCAYDVQQIEwFCMQ8wDQYDVQQH
+EwZCZXJsaW4xGjAYBgNVBAoTEVByb2ZpdEJyaWNrcyBHbWJIMQswCQYDVQQLEwJT
+TzEUMBIGA1UEAxMLcGItMi1mYnJlaG0xKzApBgkqhkiG9w0BCQEWHGZyYW5rLmJy
+ZWhtQHByb2ZpdGJyaWNrcy5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
+AoIBAQC9vLaM/dlP6ANRgGYZn5lhCqZUPR8NCEXxk6kVddsGz6VcNMxotuXSPkoQ
+rrvBeLtmBo73gikUsG0l3DZw4lIWhzzWuqkvt8TMY3a4hHt6ISJ0ifFMBaPlFBz+
+P9gYwZMPjLvNTvfo3U9GuOquub+yiAR7dSY6wcPe831ExNbDHr0oGn2HRZae4Vny
+KEcSnyunnMbXNqytv3HJXKDCHfjRgINB4vSGi/loGHFziXgs4YuB3T99z5jLvntP
+P7QQgLUpWulzOHaZo2bsxRoGGRzW+ImHRHfFU6hIAoTBpDxg+tpQxiBk5rH+8I+b
+TTJYqKdGAi6AakkhVulrRZYqCBZ1AgMBAAGgADANBgkqhkiG9w0BAQUFAAOCAQEA
+rUVyS0/SzbjQjbB7Ej+Ax2x++7XOKiNsabr2wtlTH4ARtM/P5TUAPUyWrh2Pr4ZV
+wFYHWn79M9z4ZjfaE+/9P1KMXC1ePOdR4iwb7brX+3RwBKkkvg4bwLQFijGdtrCY
+S+srkm0khr2xOV5vcpHULLdOwez03gb6yHENR9Vk2BV1OPbl5jRd4MPw63IjUaUO
+XMl/xh0AHh2uMW1/8ibYPssfZ9wzElw30EMJtgWd4no5KkesbG+G23vSWMyggPu5
+X2q0pij7BAHDcwBxEpFUp2OlfMy4kqYh4sI3YOoCzvSJia9IvBwpHNLmG2VN2FWC
+Op4KTzfyYtI5i1GXSkBr/A==
+-----END CERTIFICATE REQUEST-----
diff --git a/openvpn/profitbricks/keys/pb-2-fbrehm.2013-0.key b/openvpn/profitbricks/keys/pb-2-fbrehm.2013-0.key
new file mode 100644 (file)
index 0000000..627c8cb
--- /dev/null
@@ -0,0 +1,30 @@
+-----BEGIN RSA PRIVATE KEY-----
+Proc-Type: 4,ENCRYPTED
+DEK-Info: DES-EDE3-CBC,AA11F463BE386633
+
+h/pmG6VrDnggra6M+FCEhsW8ScVKY8smsvpgz8NmlV7XzLRRrzjJFtSpuKwoMudt
+F++B3BpOw/TnWwSm1/qCG1YFp5LdXknslpWVJOd4k1vxFlRztrTZhVn+MCG6tGZE
+e5B33zkKPzU9ircE1x0tCP2WiteYtKu1EKtBhMuMF1Abnsji3kBp+RNNrp1un01X
++OtXE0FlbpVijyNVwpMrIC/r6AzIY52HDBPW1A/KuxQml47m9XG4BMdwSXoXIB3J
+SptDXb3uUa+5I8a+RvDwp/x5SkMaE+fU2aWY9JHJm/6zrW4y3PZSsFv9Avt7YD5M
+vakOVgdqfqHeGQgFYDwtl9lfsNA70KIb+KX82ht2KwwrsxpF/rpllOr1DZDYjgnf
+6O0gPdPvYaGoa4Io5Xnr8ZrBA2Lq/14qanU7P6TOlzbq2hb4VJfQ4C9b+YzQuI5P
+LLtWUwvPh/dvG6X7B1n+hKPcGcJM8BjJ7bXt356up2ozctNZ4wntOluqh+24GKpZ
+emge3NzwaX3p3M2WpEb93xKFr58Dy9Qj9ZkAghazMO4fHfoplGtqOZvGBiTpvUQX
+oAlE6wz/sa8vWgfNZ5Ihx0Xr0qm8CfRISl5cbpS8SwwcOIknMycOXAt8a/WUla27
+eTyPii1klqamTllvB/0P/m57nX5uCTry3Pr66/cLqflJMMFR5OIxtrgkEk423cVn
+duYTNBQ7Qhm0L3XpQB15ts5nJiNXAuq/pSW+NBSCP8HAifyaldPMhUTnTCwkA3R2
+dckcFTZewq5C7O5gVY/zx9jFuJOHGHsu98U8+v8rjpl+37P1cUGmhoKUo1cQaBBy
+7LBdzdp4/bumtL5BKJGG+k7ORy8mf1kUp/Vnrxs6x3wzfbOQSFM/i4JSCZwOr4Ym
+Fwr4CON5cOnCEQR1x1dD/MDs6lQHDvM+zHvfZbStugrjC7lznDLp5kbt/tZzdtoF
+HqZNQKY+pTsjKW8AyZs+7CbQdj9Z5fvuIpZ1ylVrAMGUQohebSys5df55xH0F4FL
+2+S69QAmxrglRzoUR1CizZgdTgBTAfmUCsI5zYnE8Qiw1kpLp33DRWTZ0lmzAtmw
+WlsHMDCXBLV9ZUMh34d3pxOiTBuHSzZY4I4ujQXYo7GYfCHjkpE5o4sVN8Q9wH5z
+MTequ71me46tKeFmUOEBhnJcBJLu+xZSzXNuqxswVaz7wS+ftzFVPoqZonwz2x6/
+ApBwM902YrjAq8PVf5TIl2/9ia2T838ifvG10qISY65sMT6jsCDPoop+WlTYXqlb
+crgwN9gmACq4PM4b3KKBgUZ7JG0AxP/e/6fXnm8cMIqOF7Xjzc/Fc3xLNUbYULR/
+iBEjQv6Yhgor1pGm7Q56mM0RsSBp1VrCIYHcsw4kXW0czjwAN9KjgJIblxS07oiL
+AR5VbmCXZJLvOfoJYi0Bz9iwG3mgns15a9Ru7h3g9L+3+FOYjGn9JcIAEwi1/D7b
+brfnjsUqai8fAgUBpkRF5VH+smfwleS9dXVzMAbd02CYHMsW/heE1qiDnCVE/5qI
+43DllAmrC4ZsP9OkoszU+L7QO8y3DOTmLTT+aqQ+MU/RM5WhjCbF6A==
+-----END RSA PRIVATE KEY-----
index 6dbfb56c07a7c6670bb7f44b17a5f93e16694bbf..f1dc6e6e426d39cb35dc09a51a724e60fc6f065b 120000 (symlink)
@@ -1 +1 @@
-pb-2-fbrehm.2012-0.crt
\ No newline at end of file
+pb-2-fbrehm.2013-0.crt
\ No newline at end of file
index f9b996fd562c4531848a3622f170e0af6cbbc459..fe05780dbef27bfa4c55357a651463aa794c597e 120000 (symlink)
@@ -1 +1 @@
-pb-2-fbrehm.2012-0.csr
\ No newline at end of file
+pb-2-fbrehm.2013-0.csr
\ No newline at end of file
index f13c58c3f4d8dd3222533ceccac02866512c2f17..96d457021986aec2c484edff6f91b63751155a2f 120000 (symlink)
@@ -1 +1 @@
-pb-2-fbrehm.2012-0.key
\ No newline at end of file
+pb-2-fbrehm.2013-0.key
\ No newline at end of file
index 13abd2796b4aeb910e41cdc9809fed50d874f39f..787803d269d537821a76d994193d0698674d5941 100644 (file)
@@ -1,6 +1,6 @@
 auth       required    pam_securetty.so
 auth       include     system-local-login
-
 account    include     system-local-login
 password   include     system-local-login
+session    optional pam_lastlog.so 
 session    include     system-local-login
index 743b2f0260d617be7c0e269fd068cc9b5b565b97..960b32eab3eb067df2e2c0f2bd9be78e40f09ca0 100644 (file)
@@ -1,8 +1,8 @@
-#%PAM-1.0 
+#%PAM-1.0
 
-auth       sufficient  pam_rootok.so
-auth       required            pam_permit.so
+auth       sufficient   pam_rootok.so
+auth       include     system-auth
 
-account    include             system-auth
+account    include     system-auth
 
-password   required            pam_permit.so
+password   include     system-auth
index 960b32eab3eb067df2e2c0f2bd9be78e40f09ca0..bcb5d2c0c06568e7a6d8a6cc19656c3741cfc339 100644 (file)
@@ -1,8 +1,4 @@
-#%PAM-1.0
-
 auth       sufficient   pam_rootok.so
 auth       include     system-auth
-
 account    include     system-auth
-
 password   include     system-auth
index d15c7edfc5d9f963f25288da0488ef173744c0ad..30c2834eac87998cb053edb948950b5ca696fa6e 100644 (file)
--- a/pam.d/su
+++ b/pam.d/su
@@ -1,32 +1,8 @@
-#%PAM-1.0
-
 auth       sufficient  pam_rootok.so
-
-# If you want to restrict users begin allowed to su even more,
-# create /etc/security/suauth.allow (or to that matter) that is only
-# writable by root, and add users that are allowed to su to that
-# file, one per line.
-#auth       required     pam_listfile.so item=ruser sense=allow onerr=fail file=/etc/security/suauth.allow
-
-# Uncomment this to allow users in the wheel group to su without
-# entering a passwd.
-#auth       sufficient   pam_wheel.so use_uid trust
-
-# Alternatively to above, you can implement a list of users that do
-# not need to supply a passwd with a list.
-#auth       sufficient   pam_listfile.so item=ruser sense=allow onerr=fail file=/etc/security/suauth.nopass
-
-# Comment this to allow any user, even those not in the 'wheel'
-# group to su
 auth       required     pam_wheel.so use_uid
-
 auth       include             system-auth
-
 account    include             system-auth
-
 password   include             system-auth
-
 session    include             system-auth
 session    required     pam_env.so
 session    optional            pam_xauth.so
-
index 2345bb0fa8f0f51a383fbf2bfd24632ec7e6e6ef..f5861f020d87bd3c85fcf5c5b2e7d75281eb13d9 100644 (file)
@@ -14,9 +14,9 @@ password      optional        pam_gnome_keyring.so
  
 session         optional        pam_loginuid.so
 session                required        pam_env.so 
-session                optional        pam_lastlog.so 
+session                optional        pam_lastlog.so silent 
 session                include         system-auth
-session                optional        pam_ck_connector.so nox11
+-session       optional        pam_ck_connector.so nox11
 session                optional        pam_gnome_keyring.so auto_start
 session                optional        pam_motd.so motd=/etc/motd
 session                optional        pam_mail.so
index c648050657ba6d4b56ccf141d3553e64064d9895..a19ff8b6b0e0b80dafcdd4abbd2bead6173c74a8 100644 (file)
--- a/printcap
+++ b/printcap
@@ -1,5 +1,5 @@
 # This file was automatically generated by cupsd(8) from the
 # /etc/cups/printers.conf file.  All changes to this file
 # will be lost.
-Kyocera_FS-1020D|:rm=bruni.home.brehm-online.com:rp=Kyocera_FS-1020D:
+Bla_blub|blubber blub:rm=bruni.home.brehm-online.com:rp=Bla_blub:
 Virtual_Printer|PDF Printer:rm=bruni.home.brehm-online.com:rp=Virtual_Printer:
index 71be614c539b98a02401828ceb757bb3ced1afd0..717b496134e74e081bcb32560dee66a6afee0056 100644 (file)
@@ -3,7 +3,7 @@
 # GO INTO /etc/profile NOT /etc/profile.env
 
 export ANT_HOME='/usr/share/ant'
-export CONFIG_PROTECT='/var/bind /usr/share/gnupg/qualified.txt /var/lib/hsqldb /usr/share/config /usr/share/polkit-1/actions'
+export CONFIG_PROTECT='/var/bind /usr/share/gnupg/qualified.txt /var/lib/hsqldb /usr/share/config'
 export CONFIG_PROTECT_MASK='/etc/gentoo-release /etc/sandbox.d /etc/php/cli-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/apache2-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/apache2-php5.4/ext-active/ /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/dconf /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild'
 export EDITOR='/usr/bin/vim'
 export FLTK_DOCDIR='/usr/share/doc/fltk-1.3.0-r1/html'
index 9a19004eeb4283acd8151efac7b1bed74b6488ab..798c010b6dc8b70ce07d53a1c9239551f36605f3 100644 (file)
@@ -1,4 +1,6 @@
-# Generated by net-scripts for interface eth0
-domain brehm-online.com
-search home.brehm-online.com home.hennig-berlin.org brehm-online.com hennig-berlin.org uhu-banane.de
-nameserver 10.12.11.1
+# Hand made by Frank Brehm
+domain home.brehm-online.com
+search home.brehm-online.com brehm-online.com hennig-berlin.org uhu-banane.de pb.local dc1.pb.local dc2.pb.local
+#nameserver 10.12.11.1
+nameserver 192.168.178.30
+nameserver 192.168.178.89
diff --git a/runlevels/default/cups-browsed b/runlevels/default/cups-browsed
new file mode 120000 (symlink)
index 0000000..b73f4db
--- /dev/null
@@ -0,0 +1 @@
+/etc/init.d/cups-browsed
\ No newline at end of file
diff --git a/ssl/certs/0d8b9131.0 b/ssl/certs/0d8b9131.0
deleted file mode 120000 (symlink)
index 253ddb4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-signet_ocspklasa3_pem.pem
\ No newline at end of file
diff --git a/ssl/certs/0f11b315.0 b/ssl/certs/0f11b315.0
deleted file mode 120000 (symlink)
index 6362891..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Verisign_Class_2_Public_Primary_Certification_Authority.pem
\ No newline at end of file
diff --git a/ssl/certs/1503d3dd.0 b/ssl/certs/1503d3dd.0
deleted file mode 120000 (symlink)
index 2a96385..0000000
+++ /dev/null
@@ -1 +0,0 @@
-signet_ca2_pem.pem
\ No newline at end of file
diff --git a/ssl/certs/3ee7e181.1 b/ssl/certs/3ee7e181.1
deleted file mode 120000 (symlink)
index aab268e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-cert_igca_rsa.pem
\ No newline at end of file
diff --git a/ssl/certs/48ef30f1.0 b/ssl/certs/48ef30f1.0
deleted file mode 120000 (symlink)
index c05de2e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-TC_TrustCenter__Germany__Class_2_CA.pem
\ No newline at end of file
diff --git a/ssl/certs/5c67e263.0 b/ssl/certs/5c67e263.0
deleted file mode 120000 (symlink)
index ae00a7f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-signet_ca1_pem.pem
\ No newline at end of file
diff --git a/ssl/certs/6faac4e3.0 b/ssl/certs/6faac4e3.0
deleted file mode 120000 (symlink)
index 2bc0e95..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Verisign_Class_4_Public_Primary_Certification_Authority_-_G2.pem
\ No newline at end of file
diff --git a/ssl/certs/972672fc.0 b/ssl/certs/972672fc.0
deleted file mode 120000 (symlink)
index 8a40581..0000000
+++ /dev/null
@@ -1 +0,0 @@
-TC_TrustCenter__Germany__Class_3_CA.pem
\ No newline at end of file
diff --git a/ssl/certs/a9603aca.0 b/ssl/certs/a9603aca.0
deleted file mode 120000 (symlink)
index f66b6c0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-signet_pca3_pem.pem
\ No newline at end of file
diff --git a/ssl/certs/ad493b2e.0 b/ssl/certs/ad493b2e.0
deleted file mode 120000 (symlink)
index 79285f2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-signet_tsa1_pem.pem
\ No newline at end of file
diff --git a/ssl/certs/b293fb2c.0 b/ssl/certs/b293fb2c.0
deleted file mode 120000 (symlink)
index d15b13f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-signet_ocspklasa2_pem.pem
\ No newline at end of file
diff --git a/ssl/certs/b4f0b7e7.0 b/ssl/certs/b4f0b7e7.0
deleted file mode 120000 (symlink)
index 5105a65..0000000
+++ /dev/null
@@ -1 +0,0 @@
-brasil.gov.br.pem
\ No newline at end of file
diff --git a/ssl/certs/bccd5223.0 b/ssl/certs/bccd5223.0
deleted file mode 120000 (symlink)
index e9d0765..0000000
+++ /dev/null
@@ -1 +0,0 @@
-signet_pca2_pem.pem
\ No newline at end of file
diff --git a/ssl/certs/e1213163.0 b/ssl/certs/e1213163.0
deleted file mode 120000 (symlink)
index f1b2520..0000000
+++ /dev/null
@@ -1 +0,0 @@
-signet_rootca_pem.pem
\ No newline at end of file
diff --git a/ssl/certs/f15719eb.0 b/ssl/certs/f15719eb.0
deleted file mode 120000 (symlink)
index 473a041..0000000
+++ /dev/null
@@ -1 +0,0 @@
-signet_ca3_pem.pem
\ No newline at end of file
index 7dc016651a3930495b2e1be99c724d8048ecb5b9..8597f1f544c444e05992a5086f05c108c21fae6d 100644 (file)
Binary files a/udev/hwdb.bin and b/udev/hwdb.bin differ
diff --git a/udev/rules.d/kino.rules b/udev/rules.d/kino.rules
deleted file mode 100644 (file)
index 7e42474..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# udev rules file for Kino-supported USB jog/shuttle devices
-#
-# If your Jog/Shuttle controller isn't mentioned there, add it and mail the 
-# entry to kino-dev@lists.sourceforge.net
-#
-
-ACTION!="add", GOTO="kino_rules_end"
-SUBSYSTEM!="input", GOTO="kino_rules_end"
-
-# Contour ShuttlePro
-ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0010", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
-# Contour ShuttlePro
-ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0011", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
-# Contour ShuttlePro
-ATTRS{idVendor}=="05f3", ATTRS{idProduct}=="0240", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
-# Contour ShuttleXPress
-ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0030", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
-# Contour ShuttlePRO v2
-ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0030", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
-# JLCooper MCS3
-ATTRS{idVendor}=="0760", ATTRS{idProduct}=="0001", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
-# Griffin PowerMate
-ATTRS{idVendor}=="077d", ATTRS{idProduct}=="0410", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
-# X-Keys Editor
-ATTRS{idVendor}=="05f3", ATTRS{idProduct}=="0241", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
-
-LABEL="kino_rules_end"
index 9ddb9e1569a030dc2c903ccfe14c06bd944c6acd..6278ad906db914301ad7f1bff1a3c1ebd3454711 100644 (file)
@@ -6,6 +6,8 @@ set modeline
 set showmatch
 set ignorecase
 
+set list listchars=tab:»·,trail:·
+
 if has("multi_byte")
        set encoding=utf-8
        setglobal fileencoding=utf-8