Rename printPageSetup.properties to printjoboptions.properties, since this file is only used in printjoboptions.xul

git-svn-id: svn://10.0.0.236/trunk@148717 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
chanial%noos.fr 2003-11-02 04:22:06 +00:00
parent 41fe9fb281
commit b659562a36
5 changed files with 12 additions and 37 deletions

View File

@ -257,7 +257,7 @@ function createPaperArray()
//---------------------------------------------------
function createPaperSizeList(selectedInx)
{
gStringBundle = srGetStrBundle("chrome://global/locale/printPageSetup.properties");
gStringBundle = srGetStrBundle("chrome://global/locale/printjoboptions.properties");
var selectElement = new paperListElement(dialog.paperList);
selectElement.clearPaperList();
@ -368,7 +368,7 @@ function createPlexArray()
//---------------------------------------------------
function createPlexNameList(selectedInx)
{
gStringBundle = srGetStrBundle("chrome://global/locale/printPageSetup.properties");
gStringBundle = srGetStrBundle("chrome://global/locale/printjoboptions.properties");
var selectElement = new plexListElement(dialog.plexList);
selectElement.clearPlexList();

View File

@ -15,8 +15,8 @@ toolkit.jar:
en-US.jar:
+ locale/en-US/global/printdialog.dtd (locale/printdialog.dtd)
+ locale/en-US/global/printjoboptions.dtd (locale/printjoboptions.dtd)
+ locale/en-US/global/printjoboptions.properties (locale/printjoboptions.properties)
+ locale/en-US/global/printPageSetup.dtd (locale/printPageSetup.dtd)
+ locale/en-US/global/printPageSetup.properties (locale/printPageSetup.properties)
+ locale/en-US/global/printPreview.dtd (locale/printPreview.dtd)
+ locale/en-US/global/printPreviewProgress.dtd (locale/printPreviewProgress.dtd)
+ locale/en-US/global/printProgress.dtd (locale/printProgress.dtd)

View File

@ -1,31 +0,0 @@
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
letterSize=Letter (8 1/2 x 11 in.)
legalSize=Legal (8 1/2 x 14 in.)
exectiveSize=Executive (7 1/2 x 10 in.)
a5Size=DIN A5 (148 x 210 mm)
a4Size=DIN A4 (210 x 297 mm)
a3Size=DIN A3 (297 x 420 mm)
a2Size=DIN A2 (420 x 594 mm)
a1Size=DIN A1 (594 x 841 mm)
a0Size=DIN A0 (841 x 1189 mm)
# EOF.

View File

@ -1,11 +1,8 @@
<!-- extracted from printjoboptions.xul -->
<!ENTITY printJobOptions.title "Printer Properties">
<!ENTITY paperInput.label "Paper Size:">
<!ENTITY plexInput.label "Plex mode:">
<!ENTITY cmdInput.label "Print Command:">
<!ENTITY colorGroup.label "Color:">

View File

@ -0,0 +1,9 @@
letterSize=Letter (8 1/2 x 11 in.)
legalSize=Legal (8 1/2 x 14 in.)
exectiveSize=Executive (7 1/2 x 10 in.)
a5Size=DIN A5 (148 x 210 mm)
a4Size=DIN A4 (210 x 297 mm)
a3Size=DIN A3 (297 x 420 mm)
a2Size=DIN A2 (420 x 594 mm)
a1Size=DIN A1 (594 x 841 mm)
a0Size=DIN A0 (841 x 1189 mm)