summaryrefslogtreecommitdiff
path: root/resource
diff options
context:
space:
mode:
authorWolfgang Baer <WBaer@gmx.de>2006-03-13 18:56:15 +0000
committerWolfgang Baer <WBaer@gmx.de>2006-03-13 18:56:15 +0000
commitf81f375ae014b57461ce3bd7f41f9702a8ee6db7 (patch)
tree2530c83cf369c98b51fa79cbb621ffef5125770c /resource
parent17c12cf0fb79e03f4c47ad5360d8490ea0143fcb (diff)
downloadclasspath-f81f375ae014b57461ce3bd7f41f9702a8ee6db7.tar.gz
2006-03-13 Wolfgang Baer <WBaer@gmx.de>
* gnu/classpath/debug/Component.java: (IPP) New component for IPP debugging. (EVERYTHING): Adapted to include IPP. * javax/print/PrintServiceLookup.java: (registerServiceProvider): New method. (registerService): Likewise. (lookupPrintServices): Likewise. (lookupMultiDocPrintServices): Likewise. (lookupDefaultPrintService): Likewise. (static_initializer): Likewise. (printServiceLookups): New field for found service providers. (printServices): New field for application registered providers. (systemProvider): New field for the system provider. * javax/print/ServiceUI.java: New file. * javax/print/package.html: Added more usage content. * javax/print/event/package.html: Likewise. * javax/print/attribute/package.html: Likewise. * javax/print/attribute/standard/package.html: Likewise. * gnu/javax/print/PrintUriException.java, gnu/javax/print/PrintFlavorException.java, gnu/javax/print/PrinterDialog.java, gnu/javax/print/PrintAttributeException.java, gnu/javax/print/CupsPrintServiceLookup.java, gnu/javax/print/CupsServer.java, gnu/javax/print/CupsPrintService.java, gnu/javax/print/CupsMediaMapping.java, gnu/javax/print/CupsIppOperation.java: New implementation files of the Java Print Service API. * gnu/javax/print/ipp/IppValueTag.java, gnu/javax/print/ipp/MultiDocPrintJobImpl.java, gnu/javax/print/ipp/IppStatusCode.java, gnu/javax/print/ipp/IppUtilities.java, gnu/javax/print/ipp/IppResponse.java, gnu/javax/print/ipp/IppException.java, gnu/javax/print/ipp/IppPrintService.java, gnu/javax/print/ipp/IppRequest.java, gnu/javax/print/ipp/IppMultiDocPrintService.java, gnu/javax/print/ipp/IppDelimiterTag.java, gnu/javax/print/ipp/DocPrintJobImpl.java: New files of the IPP client implementation. * gnu/javax/print/ipp/attribute/UnknownAttribute.java, gnu/javax/print/ipp/attribute/StatusMessage.java, gnu/javax/print/ipp/attribute/RequestedAttributes.java, gnu/javax/print/ipp/attribute/NaturalLanguageSyntax.java, gnu/javax/print/ipp/attribute/DocumentAccessError.java, gnu/javax/print/ipp/attribute/DetailedStatusMessage.java, gnu/javax/print/ipp/attribute/DefaultValueAttribute.java, gnu/javax/print/ipp/attribute/CharsetSyntax.java: New attribute syntax/role files of the printing implementation. * gnu/javax/print/ipp/attribute/supported/UriSecuritySupported.java, gnu/javax/print/ipp/attribute/supported/UriAuthenticationSupported.java, gnu/javax/print/ipp/attribute/supported/SidesSupported.java, gnu/javax/print/ipp/attribute/supported/PrintQualitySupported.java, gnu/javax/print/ipp/attribute/supported/PrinterUriSupported.java, gnu/javax/print/ipp/attribute/supported/PrinterResolutionSupported.java, gnu/javax/print/ipp/attribute/supported/PageRangesSupported.java, gnu/javax/print/ipp/attribute/supported/ OrientationRequestedSupported.java, gnu/javax/print/ipp/attribute/supported/OperationsSupported.java, gnu/javax/print/ipp/attribute/supported/ MultipleDocumentHandlingSupported.java, gnu/javax/print/ipp/attribute/supported/ MultipleDocumentJobsSupported.java, gnu/javax/print/ipp/attribute/supported/MediaSupported.java, gnu/javax/print/ipp/attribute/supported/JobSheetsSupported.java, gnu/javax/print/ipp/attribute/supported/JobHoldUntilSupported.java, gnu/javax/print/ipp/attribute/supported/IppVersionsSupported.java, gnu/javax/print/ipp/attribute/supported/ GeneratedNaturalLanguageSupported.java, gnu/javax/print/ipp/attribute/supported/FinishingsSupported.java, gnu/javax/print/ipp/attribute/supported/DocumentFormatSupported.java, gnu/javax/print/ipp/attribute/supported/CompressionSupported.java, gnu/javax/print/ipp/attribute/supported/CharsetSupported.java: New supported attribute files. * gnu/javax/print/ipp/attribute/printer/CharsetConfigured.java, gnu/javax/print/ipp/attribute/printer/DocumentFormat.java, gnu/javax/print/ipp/attribute/printer/MultipleOperationTimeOut.java, gnu/javax/print/ipp/attribute/printer/NaturalLanguageConfigured.java, gnu/javax/print/ipp/attribute/printer/PrinterCurrentTime.java, gnu/javax/print/ipp/attribute/printer/PrinterDriverInstaller.java, gnu/javax/print/ipp/attribute/printer/PrinterStateMessage.java, gnu/javax/print/ipp/attribute/printer/PrinterUpTime.java: New printer description attribute files. * gnu/javax/print/ipp/attribute/job/AttributesCharset.java, gnu/javax/print/ipp/attribute/job/AttributesNaturalLanguage.java, gnu/javax/print/ipp/attribute/job/JobDetailedStatusMessages.java, gnu/javax/print/ipp/attribute/job/JobDocumentAccessErrors.java, gnu/javax/print/ipp/attribute/job/JobPrinterUri.java, gnu/javax/print/ipp/attribute/job/JobId.java, gnu/javax/print/ipp/attribute/job/JobMoreInfo.java, gnu/javax/print/ipp/attribute/job/JobUri.java, gnu/javax/print/ipp/attribute/job/JobStateMessage.java: New job description attribute files. * gnu/javax/print/ipp/attribute/defaults/CopiesDefault.java, gnu/javax/print/ipp/attribute/defaults/DocumentFormatDefault.java, gnu/javax/print/ipp/attribute/defaults/FinishingsDefault.java, gnu/javax/print/ipp/attribute/defaults/JobHoldUntilDefault.java, gnu/javax/print/ipp/attribute/defaults/JobPriorityDefault.java, gnu/javax/print/ipp/attribute/defaults/JobSheetsDefault.java, gnu/javax/print/ipp/attribute/defaults/MediaDefault.java, gnu/javax/print/ipp/attribute/defaults/ MultipleDocumentHandlingDefault.java, gnu/javax/print/ipp/attribute/defaults/NumberUpDefault.java, gnu/javax/print/ipp/attribute/defaults/OrientationRequestedDefault.java, gnu/javax/print/ipp/attribute/defaults/PrinterResolutionDefault.java, gnu/javax/print/ipp/attribute/defaults/PrintQualityDefault.java, gnu/javax/print/ipp/attribute/defaults/SidesDefault.java: New default printing attribute files. * resource/gnu/javax/print/PrinterDialog.properties: New file. * resource/gnu/javax/print/PrinterDialog_de.properties: Likewise. * examples/gnu/classpath/examples/print/Demo.java: New demo application of the current implemented functionality.
Diffstat (limited to 'resource')
-rw-r--r--resource/gnu/javax/print/PrinterDialog.properties93
-rw-r--r--resource/gnu/javax/print/PrinterDialog_de.properties91
2 files changed, 184 insertions, 0 deletions
diff --git a/resource/gnu/javax/print/PrinterDialog.properties b/resource/gnu/javax/print/PrinterDialog.properties
new file mode 100644
index 000000000..0c04db7a8
--- /dev/null
+++ b/resource/gnu/javax/print/PrinterDialog.properties
@@ -0,0 +1,93 @@
+# PrinterDialog.properties -- Default property file for PrinterDialog
+# Copyright (C) 2006 Free Software Foundation, Inc.
+#
+# This file is part of GNU Classpath.
+#
+# GNU Classpath is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# GNU Classpath 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 GNU Classpath; see the file COPYING. If not, write to the
+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA.
+#
+# Linking this library statically or dynamically with other modules is
+# making a combined work based on this library. Thus, the terms and
+# conditions of the GNU General Public License cover the whole
+# combination.
+#
+# As a special exception, the copyright holders of this library give you
+# permission to link this library with independent modules to produce an
+# executable, regardless of the license terms of these independent
+# modules, and to copy and distribute the resulting executable under
+# terms of your choice, provided that you also meet, for each linked
+# independent module, the terms and conditions of the license of that
+# module. An independent module is a module which is not derived from
+# or based on this library. If you modify this library, you may extend
+# this exception to your version of the library, but you are not
+# obligated to do so. If you do not wish to do so, delete this
+# exception statement from your version.
+#
+rbt.onesided=Onesided
+rbt.calendar=Calendar
+rbt.duplex=Duplex
+rbt.blackwhite=Black&White
+rbt.color=Color
+rbt.low=Low
+rbt.normal=Normal
+rbt.high=High
+rbt.all=All
+rbt.pages=Pages
+rbt.portrait=Portrait
+rbt.landscape=Landscape
+rbt.revportrait=Reversed Portrait
+rbt.revlandscape=Reversed Landscape
+cb.cover=Cover page
+cb.sort=Sort
+cb.output=Redirect output in file
+lb.size=Size:
+lb.source=Source:
+lb.left=left (mm)
+lb.right=right (mm)
+lb.top=top (mm)
+lb.bottom=bottom (mm)
+lb.name=Name:
+lb.status=Status:
+lb.typ=Typ:
+lb.info=Info:
+lb.to=to
+lb.copies=Number of copies:
+lb.jobname=Job name:
+lb.username=User name:
+lb.priority=Priority:
+lb.acceptingjobs=Printer is accepting jobs
+lb.notacceptingjobs=Printer is not accepting jobs
+lb.automatically=Automatically Select
+bt.attributes=Attributes...
+bt.print=Print
+bt.OK=OK
+bt.cancel=Cancel
+# names of the panel titles
+title.medias=Medias
+title.printservice=Printservice
+title.orientation=Orientation
+title.color=Color
+title.sides=Sides
+title.copies=Copies
+title.quality=Quality
+title.jobattributes=Job-Attributes
+title.margins=Margins
+title.printdialog=Printing
+title.pagedialog=Printing
+title.printrange=Printrange
+# names of the main tabs
+tab.general=General
+tab.pagesetup=Page setup
+tab.appearance=Appearance
diff --git a/resource/gnu/javax/print/PrinterDialog_de.properties b/resource/gnu/javax/print/PrinterDialog_de.properties
new file mode 100644
index 000000000..b476551f1
--- /dev/null
+++ b/resource/gnu/javax/print/PrinterDialog_de.properties
@@ -0,0 +1,91 @@
+# PrinterDialog_de.properties -- German property file for PrinterDialog
+# Copyright (C) 2006 Free Software Foundation, Inc.
+#
+# This file is part of GNU Classpath.
+#
+# GNU Classpath is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# GNU Classpath 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 GNU Classpath; see the file COPYING. If not, write to the
+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA.
+#
+# Linking this library statically or dynamically with other modules is
+# making a combined work based on this library. Thus, the terms and
+# conditions of the GNU General Public License cover the whole
+# combination.
+#
+# As a special exception, the copyright holders of this library give you
+# permission to link this library with independent modules to produce an
+# executable, regardless of the license terms of these independent
+# modules, and to copy and distribute the resulting executable under
+# terms of your choice, provided that you also meet, for each linked
+# independent module, the terms and conditions of the license of that
+# module. An independent module is a module which is not derived from
+# or based on this library. If you modify this library, you may extend
+# this exception to your version of the library, but you are not
+# obligated to do so. If you do not wish to do so, delete this
+# exception statement from your version.
+#
+rbt.onesided=Einseitig
+rbt.calendar=Kalenderdruck
+rbt.duplex=Duplex
+rbt.blackwhite=Schwarzweiß
+rbt.color=Farbe
+rbt.low=Entwurf
+rbt.normal=Normal
+rbt.high=Hoch
+rbt.all=Alle
+rbt.pages=Seiten
+rbt.portrait=Hochformat
+rbt.landscape=Querformat
+rbt.revportrait=Umgekehrtes Hochformat
+rbt.revlandscape=Umgekehrtes Querformat
+cb.cover=Deckblatt
+cb.sort=Sortieren
+cb.output=Ausgabe in Datei umleiten
+lb.size=Größe:
+lb.source=Quelle:
+lb.left=links (mm)
+lb.right=rechts (mm)
+lb.top=oben (mm)
+lb.bottom=unten (mm)
+lb.name=Name:
+lb.status=Status:
+lb.typ=Typ:
+lb.info=Info:
+lb.to=Bis
+lb.copies=Anzahl der Kopien:
+lb.jobname=Job-name:
+lb.username=Benutzername:
+lb.priority=Priorität:
+lb.acceptingjobs=Drucker nimmt Aufträge an
+lb.notacceptingjobs=Drucker nimmt keine Aufträge an
+lb.automatically=Automatische Auswahl
+bt.attributes=Eigenschaften...
+bt.print=Drucken
+bt.OK=OK
+bt.cancel=Abbrechen
+title.medias=Medien
+title.printservice=Druckdienst
+title.orientation=Ausrichtung
+title.color=Farbdarstellung
+title.sides=Seiten
+title.copies=Kopien
+title.quality=Qualität
+title.jobattributes=Job-Attribute
+title.margins=Ränder
+title.printdialog=Drucken
+title.pagedialog=Seite einrichten
+title.printrange=Druckbereich
+tab.general=Allgemein
+tab.pagesetup=Seite einrichten
+tab.appearance=Aussehen