зеркало из https://github.com/mozilla/pjs.git
Centralize layout/ and content/ locale files. See bug 271324.
This commit is contained in:
Родитель
c72d24836a
Коммит
51c415d3ed
|
@ -0,0 +1,43 @@
|
|||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 the Initial Developer are Copyright (C) 1998
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either of the GNU General Public License Version 2 or later (the "GPL"),
|
||||
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
Reset=Reset
|
||||
Submit=Submit Query
|
||||
Browse=Browse...
|
||||
FileUpload=File Upload
|
||||
IsIndexPrompt=This is a searchable index. Enter search keywords:
|
||||
ForgotPostWarning=Form contains enctype=%S, but does not contain method=post. Submitting normally with method=GET and no enctype instead.
|
||||
ForgotFileEnctypeWarning=Form contains a file input, but is missing method=POST and enctype=multipart/form-data on the form. The file will not be sent.
|
|
@ -0,0 +1,56 @@
|
|||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 the Initial Developer are Copyright (C) 1998
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Blake Ross <blakeross@telocity.com> (Original Author)
|
||||
# Morten Nilsen <morten@nilsen.com>
|
||||
# Christian Biesinger <cbiesinger@web.de>
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either of the GNU General Public License Version 2 or later (the "GPL"),
|
||||
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
#LOCALIZATION NOTE (ImageTitleWithDimensionsAndFile): first %S is filename, second %S is type, third %S is width and fourth %S is height
|
||||
#LOCALIZATION NOTE (ImageTitleWithoutDimensions): first %S is filename, second %S is type
|
||||
#LOCALIZATION NOTE (ImageTitleWithDimensions): first %S is type, second %S is width and third %S is height
|
||||
#LOCALIZATION NOTE (ImageTitleWithNeitherDimensionsNorFile): first %S is type
|
||||
#LOCALIZATION NOTE (MediaTitleWithFile): first %S is filename, second %S is type
|
||||
#LOCALIZATION NOTE (MediaTitleWithNoInfo): first %S is type
|
||||
ImageTitleWithDimensionsAndFile=%S (%S Image, %Sx%S pixels)
|
||||
ImageTitleWithoutDimensions=%S (%S Image)
|
||||
ImageTitleWithDimensions=(%S Image, %Sx%S pixels)
|
||||
ImageTitleWithNeitherDimensionsNorFile=(%S Image)
|
||||
MediaTitleWithFile=%S (%S Object)
|
||||
MediaTitleWithNoInfo=(%S Object)
|
||||
|
||||
InvalidImage=The image \u201c%S\u201d cannot be displayed, because it contains errors.
|
||||
ScaledImage=Scaled (%S%%)
|
||||
|
||||
TitleWithStatus=%S - %S
|
|
@ -0,0 +1,129 @@
|
|||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 css.properties.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape Communications
|
||||
# Corporation. Portions created by the Initial Developer are Copyright
|
||||
# (C) 2002 Netscape Communications Corporation. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# L. David Baron <dbaron@dbaron.org> (original author)
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
MimeNotCss=The stylesheet %1$S was not loaded because its MIME type, "%2$S", is not "text/css".
|
||||
MimeNotCssWarn=The stylesheet %1$S was loaded as CSS even though its MIME type, "%2$S", is not "text/css".
|
||||
|
||||
PEUnexpEOF=Unexpected end of file while searching for '%1$S'.
|
||||
PEParseRuleWSOnly=Whitespace-only string given to be parsed as rule.
|
||||
PEDeclDropped=Declaration dropped.
|
||||
PEDeclSkipped=Skipped to next declaration.
|
||||
PEUnknownProperty=Unknown property '%1$S'.
|
||||
PEPropertyParsingError=Error in parsing value for property '%1$S'.
|
||||
PEExpectEndProperty=Expected end of value for property but found '%1$S'.
|
||||
PESkipAtRuleEOF=end of unknown at-rule
|
||||
PEUnknownAtRule=Unrecognized at-rule or error parsing at-rule '%1$S'.
|
||||
PECharsetRuleEOF=charset string in @charset rule
|
||||
PECharsetRuleNotString=Expected charset string but found '%1$S'.
|
||||
PEGatherMediaEOF=end of media list in @import or @media rule
|
||||
PEGatherMediaNotComma=Expected ',' in media list but found '%1$S'.
|
||||
PEGatherMediaNotIdent=Expected identifier in media list but found '%1$S'.
|
||||
PEImportNotURI=Expected URI in @import rule but found '%1$S'.
|
||||
PEImportUnexpected=Found unexpected '%1$S' within @import.
|
||||
PEGroupRuleEOF=end of @media or @-moz-document rule
|
||||
PEMozDocRuleBadFunc=Expected url(), url-prefix(), or domain() in @-moz-document rule but found '%1$S'.
|
||||
PEMozDocRuleNotURI=Expected URI in @-moz-document rule but found '%1$S'.
|
||||
PEAtNSPrefixEOF=namespace prefix in @namespace rule
|
||||
PEAtNSURIEOF=namespace URI in @namespace rule
|
||||
PEAtNSUnexpected=Unexpected token within @namespace: '%1$S'.
|
||||
PESkipDeclBraceEOF=closing } of declaration block
|
||||
PESkipRSBraceEOF=closing } of invalid rule set
|
||||
PEBadSelectorRSIgnored=Ruleset ignored due to bad selector.
|
||||
PESelectorListExtraEOF=',' or '{'
|
||||
PESelectorListExtra=Expected ',' or '{' but found '%1$S'.
|
||||
PESelectorGroupNoSelector=Selector expected.
|
||||
PESelectorGroupExtraCombinator=Dangling combinator.
|
||||
PEIDSelNotIdent=Expected identifier for ID selector but found '%1$S'.
|
||||
PEIDSelEmpty=Expected non-empty name for ID selector, but found '%1$S'.
|
||||
PEClassSelEOF=class name
|
||||
PEClassSelNotIdent=Expected identifier for class selector but found '%1$S'.
|
||||
PETypeSelEOF=element type
|
||||
PETypeSelNotType=Expected element name or '*' but found '%1$S'.
|
||||
PEUnknownNamespacePrefix=Unknown namespace prefix '%1$S'.
|
||||
PEAttributeNameEOF=attribute name
|
||||
PEAttributeNameExpected=Expected identifier for attribute name but found '%1$S'.
|
||||
PEAttributeNameOrNamespaceExpected=Expected attribute name or namespace but found '%1$S'.
|
||||
PEAttSelNoBar=Expected '|' but found '%1$S'.
|
||||
PEAttSelInnerEOF=part of attribute selector
|
||||
PEAttSelUnexpected=Unexpected token in attribute selector: '%1$S'.
|
||||
PEAttSelValueEOF=attribute value
|
||||
PEAttSelCloseEOF=']' to end attribute selector
|
||||
PEAttSelNoClose=Expected ']' to terminate attribute selector but found '%1$S'.
|
||||
PEAttSelBadValue=Expected identifier or string for value in attribute selector but found '%1$S'.
|
||||
PEPseudoSelEOF=name of pseudo-class or pseudo-element
|
||||
PEPseudoSelBadName=Expected identifier for pseudo-class or pseudo-element but found '%1$S'.
|
||||
PEPseudoSelNonFunc=Function token for non-function pseudo-class or pseudo-element, or the other way around, when reading '%1$S'.
|
||||
PEPseudoSelNotPE=Expected pseudo-element but found '%1$S'.
|
||||
PEPseudoSelDoubleNot=Negation pseudo-class can't be negated '%1$S'.
|
||||
PEPseudoSelPEInNot=Pseudo-elements can't be negated '%1$S'.
|
||||
PEPseudoSelNewStyleOnly=This pseudo-element must use the "::" form: '%1$S'.
|
||||
PEPseudoSelTrailing=Found trailing token after pseudo-element, which must be the last part of a selector: '%1$S'.
|
||||
PEPseudoSelMultiplePE=Extra pseudo-element '%1$S'.
|
||||
PEPseudoSelUnknown=Unknown pseudo-class or pseudo-element '%1$S'.
|
||||
PENegationEOF=selector within negation
|
||||
PENegationBadInner=Malformed simple selector as negation pseudo-class argument '%1$S'.
|
||||
PENegationNoClose=Missing closing ')' in negation pseudo-class '%1$S'.
|
||||
PENegationBadArg=Missing argument in negation pseudo-class '%1$S'.
|
||||
PELangArgEOF=argument to :lang selector
|
||||
PELangArgNotIdent=Expected identifier for lang pseudo-class parameter but found '%1$S'.
|
||||
PELangNoClose=Missing closing ')' in lang pseudo-class '%1$S'.
|
||||
PELangNoArg=Missing argument in lang pseudo-class '%1$S'.
|
||||
PESelectorEOF=selector
|
||||
PEBadDeclBlockStart=Expected '{' to begin declaration block but found '%1$S'.
|
||||
PEColorEOF=color
|
||||
PEColorNotColor=Expected color but found '%1$S'.
|
||||
PEColorComponentEOF=color component
|
||||
PEExpectedPercent=Expected a percentage but found '%1$S'.
|
||||
PEExpectedInt=Expected an integer but found '%1$S'.
|
||||
PEColorBadRGBContents=Expected number or percentage in rgb() but found '%1$S'.
|
||||
PEColorComponentBadTerm=Expected '%2$S' but found '%1$S'.
|
||||
PEColorHueEOF=hue
|
||||
PEExpectedComma=Expected ',' but found '%1$S'.
|
||||
PEColorSaturationEOF=saturation
|
||||
PEColorLightnessEOF=lightness
|
||||
PEColorOpacityEOF=opacity in color value
|
||||
PEExpectedNumber=Expected a number but found '%1$S'.
|
||||
PEExpectedCloseParen=Expected ')' but found '%1$S'.
|
||||
PEDeclEndEOF=';' or '}' to end declaration
|
||||
PEParseDeclarationNoColon=Expected ':' but found '%1$S'.
|
||||
PEParseDeclarationDeclExpected=Expected declaration but found '%1$S'.
|
||||
PEEndOfDeclEOF=end of declaration
|
||||
PEImportantEOF=important
|
||||
PEExpectedImportant=Expected 'important' but found '%1$S'.
|
||||
PEBadDeclEnd=Expected ';' to terminate declaration but found '%1$S'.
|
||||
PEBadDeclOrRuleEnd=Expected ';' or '}' to terminate declaration but found"))
|
||||
PEInaccessibleProperty=Attempt to use inaccessible property
|
||||
PECommentEOF=end of comment
|
|
@ -0,0 +1,42 @@
|
|||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 the Initial Developer are Copyright (C) 2002
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Boris Zbarsky <bzbarsky@mit.edu> (original author)
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
ImageMapRectBoundsError=The "coords" attribute of the <area shape="rect"> tag is not in the "left,top,right,bottom" format.
|
||||
ImageMapCircleWrongNumberOfCoords=The "coords" attribute of the <area shape="circle"> tag is not in the "center-x,center-y,radius" format.
|
||||
ImageMapCircleNegativeRadius=The "coords" attribute of the <area shape="circle"> tag has a negative radius.
|
||||
ImageMapPolyWrongNumberOfCoords=The "coords" attribute of the <area shape="poly"> tag is not in the "x1,y1,x2,y2 ..." format.
|
||||
ImageMapPolyOddNumberOfCoords=The "coords" attribute of the <area shape="poly"> tag is missing the last "y" coordinate (the correct format is "x1,y1,x2,y2 ...").
|
|
@ -0,0 +1,115 @@
|
|||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 the Initial Developer are Copyright (C) 1998
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Roland Mainz <roland.mainz@informatik.med.uni-giessen.de>
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either of the GNU General Public License Version 2 or later (the "GPL"),
|
||||
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
# Page number formating
|
||||
## @page_number The current page number
|
||||
#LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line.
|
||||
# Place the word %ld where the page number and number of pages should be
|
||||
# The first %ld will receive the the page number
|
||||
pagenumber=%1$d
|
||||
|
||||
# Page number formating
|
||||
## @page_number The current page number
|
||||
## @page_total The total number of pages
|
||||
#LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line.
|
||||
# Place the word %ld where the page number and number of pages should be
|
||||
# The first %ld will receive the the page number
|
||||
# the second %ld will receive the total number of pages
|
||||
pageofpages=%1$d of %2$d
|
||||
|
||||
# Print font
|
||||
# The name of the font to be used to print the headers and footers
|
||||
fontname=serif
|
||||
|
||||
# Print font size
|
||||
# The size of the font to be used to print the headers and footers
|
||||
fontsize=10
|
||||
|
||||
noPrintFilename.title=Filename is missing
|
||||
noPrintFilename.alert=You have selected "Print To: File", and the filename is empty!
|
||||
|
||||
# File confirm
|
||||
fileConfirm.exists=%S already exists.\nDo you want to replace it?
|
||||
|
||||
# Print error codes
|
||||
print_error_dialog_title=Printer Error
|
||||
printpreview_error_dialog_title=Print Preview Error
|
||||
NS_ERROR_GFX_PRINTER_CMD_NOT_FOUND=There was a problem printing. The printer doesn't support a printing command.
|
||||
NS_ERROR_GFX_PRINTER_CMD_FAILURE=There was a problem printing. An instruction that was sent to the printer failed.
|
||||
NS_ERROR_GFX_PRINTER_NO_PRINTER_AVAILABLE=There was a problem printing. No printer could be found.
|
||||
NS_ERROR_GFX_PRINTER_NAME_NOT_FOUND=There was a problem printing. The printer could not be found.
|
||||
NS_ERROR_GFX_PRINTER_ACCESS_DENIED=There was a problem printing. Access to the printer was denied.
|
||||
NS_ERROR_GFX_PRINTER_INVALID_ATTRIBUTE=There was a problem printing. Tried to set an invalid printer attribute.
|
||||
NS_ERROR_GFX_PRINTER_PRINTER_NOT_READY=There was a problem printing. The printer not ready.
|
||||
NS_ERROR_GFX_PRINTER_OUT_OF_PAPER=There was a problem printing. The printer is out of paper.
|
||||
NS_ERROR_GFX_PRINTER_PRINTER_IO_ERROR=There was a problem printing. Printer I/O error.
|
||||
NS_ERROR_GFX_PRINTER_COULD_NOT_OPEN_FILE=There was a problem printing. The output file could not be opened.
|
||||
NS_ERROR_GFX_PRINTER_FILE_IO_ERROR=There was an error writing the printing output file.
|
||||
NS_ERROR_GFX_PRINTER_PRINTPREVIEW=There must be at least one printer available to show Print Preview.
|
||||
NS_ERROR_UNEXPECTED=There was an unexpected problem when printing.
|
||||
NS_ERROR_OUT_OF_MEMORY=There was a problem printing. There is not enough free memory to print.
|
||||
NS_ERROR_NOT_IMPLEMENTED=Some printing functionality is not implemented yet.
|
||||
NS_ERROR_NOT_AVAILABLE=Not available
|
||||
NS_ERROR_ABORT=The print job was aborted, or canceled.
|
||||
NS_ERROR_FAILURE=An unknown error occurred while printing.
|
||||
NS_ERROR_GFX_PRINTER_STARTDOC=Printing failed when starting the document.
|
||||
NS_ERROR_GFX_PRINTER_ENDDOC=Printing failed when completing the document.
|
||||
NS_ERROR_GFX_PRINTER_STARTPAGE=Printing failed when starting the page.
|
||||
NS_ERROR_GFX_PRINTER_ENDPAGE=Printing failed when completing the page.
|
||||
NS_ERROR_GFX_PRINTER_PRINT_WHILE_PREVIEW=You cannot print while in print preview.
|
||||
NS_ERROR_GFX_PRINTER_PAPER_SIZE_NOT_SUPPORTED=There was a problem printing because the paper size you specified is not supported by your printer.
|
||||
NS_ERROR_GFX_PRINTER_ORIENTATION_NOT_SUPPORTED=There was a problem printing because the page orientation you specified is not supported by your printer.
|
||||
NS_ERROR_GFX_PRINTER_COLORSPACE_NOT_SUPPORTED=There was a problem printing because the print job requires color capabilities that your printer does not support.
|
||||
NS_ERROR_GFX_PRINTER_TOO_MANY_COPIES=There was a problem printing because you requested too many copies.
|
||||
NS_ERROR_GFX_PRINTER_DRIVER_CONFIGURATION_ERROR=There was a problem printing. The printer driver is not properly configured.
|
||||
NS_ERROR_GFX_PRINTER_XPRINT_BROKEN_XPRT=A broken version of the X print server (Xprt) has been detected. Note that printing using this Xprt server may not work properly. Please contact the server vendor for a fixed version.
|
||||
NS_ERROR_GFX_PRINTER_DOC_IS_BUSY_PP=The browser cannot print preview right now.\nPlease try again when the page has finished loading.
|
||||
NS_ERROR_GFX_PRINTER_DOC_WAS_DESTORYED=The page was replaced while you were trying to print.\nPlease try again.
|
||||
NS_ERROR_GFX_NO_PRINTDIALOG_IN_TOOLKIT=Either pluggable dialogs were not properly installed\nOr this GFX Toolkit no longer supports native Print Dialogs
|
||||
NS_ERROR_GFX_NO_PRINTROMPTSERVICE=The Printing Prompt Service is missing.
|
||||
NS_ERROR_GFX_PRINTER_XPRINT_NO_XPRINT_SERVERS_FOUND=There was a problem printing. No Xprint server(s) could be found.\nCheck whether the XPSERVERLIST environment variable contains any valid Xprint servers.\nFor further information see http://xprint.mozdev.org/ or http://www.mozilla.org/projects/xprint/
|
||||
NS_ERROR_GFX_PRINTER_PLEX_NOT_SUPPORTED=There was a problem printing because the plex mode you specified is not supported by your printer.
|
||||
NS_ERROR_GFX_PRINTER_DOC_IS_BUSY=The browser cannot print the document while it is being loaded.
|
||||
NS_ERROR_GFX_PRINTING_NOT_IMPLEMENTED=Printing is not implemented.
|
||||
NS_ERROR_GFX_COULD_NOT_LOAD_PRINT_MODULE=The requested print module cannot be loaded.
|
||||
NS_ERROR_GFX_PRINTER_RESOLUTION_NOT_SUPPORTED=There was a problem printing because the resolution/quality mode you specified is not supported by your printer.
|
||||
|
||||
# No printers available
|
||||
noprinter=No printers available.
|
||||
PrintToFile=Print To File
|
||||
# EOF.
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 xbl.properties.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Boris Zbarsky
|
||||
# <bzbarsky@mit.edu>. Portions created by the Initial Developer are Copyright
|
||||
# (C) 2003. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
UnexpectedElement=Unexpected <%1$S> element.
|
|
@ -0,0 +1,36 @@
|
|||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 xul.properties.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Boris Zbarsky
|
||||
# <bzbarsky@mit.edu>. Portions created by the Initial Developer are Copyright
|
||||
# (C) 2004. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
MissingOverlay=Failed to load overlay from %1$S.
|
|
@ -2,3 +2,10 @@
|
|||
|
||||
@AB_CD@.jar:
|
||||
locale/@AB_CD@/communicator/dom/dom.properties (%chrome/dom/dom.properties)
|
||||
locale/@AB_CD@/communicator/layout/MediaDocument.properties (%chrome/layout/MediaDocument.properties)
|
||||
locale/@AB_CD@/global/css.properties (%chrome/layout/css.properties)
|
||||
locale/@AB_CD@/global/xbl.properties (%chrome/layout/xbl.properties)
|
||||
locale/@AB_CD@/global/xul.properties (%chrome/layout/xul.properties)
|
||||
locale/@AB_CD@/global/printing.properties (%chrome/layout/printing.properties)
|
||||
locale/@AB_CD@/global/layout_errors.properties (%chrome/layout/layout_errors.properties)
|
||||
locale/@AB_CD@/communicator/layout/HtmlForm.properties (%chrome/layout/HtmlForm.properties)
|
||||
|
|
Загрузка…
Ссылка в новой задаче