diff options
Diffstat (limited to 'l10n-he/dom/chrome/layout')
-rw-r--r-- | l10n-he/dom/chrome/layout/HtmlForm.properties | 43 | ||||
-rw-r--r-- | l10n-he/dom/chrome/layout/MediaDocument.properties | 21 | ||||
-rw-r--r-- | l10n-he/dom/chrome/layout/css.properties | 43 | ||||
-rw-r--r-- | l10n-he/dom/chrome/layout/htmlparser.properties | 135 | ||||
-rw-r--r-- | l10n-he/dom/chrome/layout/layout_errors.properties | 27 | ||||
-rw-r--r-- | l10n-he/dom/chrome/layout/printing.properties | 56 | ||||
-rw-r--r-- | l10n-he/dom/chrome/layout/xmlparser.properties | 48 | ||||
-rw-r--r-- | l10n-he/dom/chrome/layout/xul.properties | 5 |
8 files changed, 378 insertions, 0 deletions
diff --git a/l10n-he/dom/chrome/layout/HtmlForm.properties b/l10n-he/dom/chrome/layout/HtmlForm.properties new file mode 100644 index 0000000000..1f8fa8a415 --- /dev/null +++ b/l10n-he/dom/chrome/layout/HtmlForm.properties @@ -0,0 +1,43 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +Reset=איפוס +Submit=הגשת שאילתה +Browse=עיון… +FileUpload=העלאת קובץ +DirectoryUpload=בחירת תיקייה להעלאה +DirectoryPickerOkButtonLabel=העלאה +ForgotPostWarning=הטופס מכיל enctype=%S, אולם חסר method=post. שולח כרגיל עם method=GET וללא enctype במקום. +ForgotFileEnctypeWarning=הטופס כולל קלט קובץ, אולם חסר method=POST וגם enctype=multipart/form-data בטופס. הקובץ לא ישלח. +# LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName +DefaultFormSubject=טופס מ־%S +CannotEncodeAllUnicode=טופס נשלח בקידוד %S שלא ניתן לקדד בו את כל תווי Unicode, ולכן ייתכן שקלט המשתמש ייפגם. כדי להימנע מבעיה זו, על העמוד להשתנות כך שהטופס ישלח בקידוד UTF-8 באמצעות שינוי קידוד הדף עצמו או באמצעות ציון accept-charset=utf-8 ברכיב ה־form. +AllSupportedTypes=כל הסוגים הנתמכים +# LOCALIZATION NOTE (NoFileSelected): this string is shown on a +# <input type='file'> when there is no file selected yet. +NoFileSelected=לא נבחר קובץ. +# LOCALIZATION NOTE (NoFilesSelected): this string is shown on a +# <input type='file' multiple> when there is no file selected yet. +NoFilesSelected=לא נבחרו קבצים. +# LOCALIZATION NOTE (NoDirSelected): this string is shown on a +# <input type='file' directory/webkitdirectory> when there is no directory +# selected yet. +NoDirSelected=לא נבחרה ספרייה. +# LOCALIZATION NOTE (XFilesSelected): this string is shown on a +# <input type='file' multiple> when there are more than one selected file. +# %S will be a number greater or equal to 2. +XFilesSelected=%S קבצים נבחרו. +ColorPicker=בחירת צבע +# LOCALIZATION NOTE (AndNMoreFiles): Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# This string is shown at the end of the tooltip text for <input type='file' +# multiple> when there are more than 21 files selected (when we will only list +# the first 20, plus an "and X more" line). #1 represents the number of files +# minus 20 and will always be a number equal to or greater than 2. So the +# singular case will never be used. +AndNMoreFiles=ועוד אחד; ועוד #1 נוספים +# LOCALIZATION NOTE (DefaultSummary): this string is shown on a <details> when +# it has no direct <summary> child. Google Chrome should already have this +# string translated. +DefaultSummary=פרטים diff --git a/l10n-he/dom/chrome/layout/MediaDocument.properties b/l10n-he/dom/chrome/layout/MediaDocument.properties new file mode 100644 index 0000000000..b190043513 --- /dev/null +++ b/l10n-he/dom/chrome/layout/MediaDocument.properties @@ -0,0 +1,21 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +#LOCALIZATION NOTE (ImageTitleWithDimensions2AndFile): 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 (ImageTitleWithDimensions2): 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 +ImageTitleWithDimensions2AndFile=%S (תמונה מסוג %S, %S\u00A0\u00D7\u00A0%S פיקסלים) +ImageTitleWithoutDimensions=%S (תמונת %S) +ImageTitleWithDimensions2=(תמונה מסוג %S, %S\u00A0\u00D7\u00A0%S פיקסלים) +ImageTitleWithNeitherDimensionsNorFile=(תמונת %S) +MediaTitleWithFile=%S (אובייקט %S) +MediaTitleWithNoInfo=(אובייקט %S) + +InvalidImage=לא ניתן להציג את התמונה "%S" משום שהיא מכילה שגיאות. +ScaledImage=גודל שוּנה (%S%%) + +TitleWithStatus=%S - %S diff --git a/l10n-he/dom/chrome/layout/css.properties b/l10n-he/dom/chrome/layout/css.properties new file mode 100644 index 0000000000..a875b2bda7 --- /dev/null +++ b/l10n-he/dom/chrome/layout/css.properties @@ -0,0 +1,43 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +MimeNotCss=גליון הסגנון %1$S לא נטען מאחר שסוג ה־MIME הוא "%2$S" ולא "text/css". +MimeNotCssWarn=גיליון העיצוב %1$S נטען בתור CSS למרות שסוג ה־MIME שלו הוא "%2$S" ולא "text/css". + +PEDeclDropped=Declaration dropped. +PEDeclSkipped=Skipped to next declaration. +PEUnknownProperty=מאפיין לא מוכר '%1$S'. +PEValueParsingError=שגיאה בפיענוח ערך עבור '%1$S'. +PEUnknownAtRule=Unrecognized at-rule or error parsing at-rule '%1$S'. +PEMQUnexpectedToken=יש אסימון בלתי צפוי ‚%1$S’ ברשימת המדיה. +PEAtNSUnexpected=Unexpected token within @namespace: '%1$S'. +PEKeyframeBadName=Expected identifier for name of @keyframes rule. +PEBadSelectorRSIgnored=Ruleset ignored due to bad selector. +PEBadSelectorKeyframeRuleIgnored=Keyframe rule ignored due to bad selector. +PESelectorGroupNoSelector=Selector expected. +PESelectorGroupExtraCombinator=Dangling combinator. +PEClassSelNotIdent=Expected identifier for class selector but found '%1$S'. +PETypeSelNotType=Expected element name or '*' but found '%1$S'. +PEUnknownNamespacePrefix=Unknown namespace prefix '%1$S'. +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'. +PEAttSelUnexpected=Unexpected token in attribute selector: '%1$S'. +PEAttSelBadValue=Expected identifier or string for value in attribute selector but found '%1$S'. +PEPseudoSelBadName=Expected identifier for pseudo-class or pseudo-element but found '%1$S'. +PEPseudoSelEndOrUserActionPC=Expected end of selector or a user action pseudo-class after pseudo-element but found '%1$S'. +PEPseudoSelUnknown=Unknown pseudo-class or pseudo-element '%1$S'. +PENegationBadArg=Missing argument in negation pseudo-class '%1$S'. +PEPseudoClassArgNotIdent=Expected identifier for pseudo-class parameter but found '%1$S'. +PEColorNotColor=Expected color but found '%1$S'. +PEParseDeclarationDeclExpected=Expected declaration but found '%1$S'. +PEUnknownFontDesc=Unknown descriptor '%1$S' in @font-face rule. +PEMQExpectedFeatureName=Expected media feature name but found '%1$S'. +PEMQNoMinMaxWithoutValue=Media features with min- or max- must have a value. +PEMQExpectedFeatureValue=Found invalid value for media feature. +PEExpectedNoneOrURL=Expected 'none' or URL but found '%1$S'. +PEExpectedNoneOrURLOrFilterFunction=Expected 'none', URL, or filter function but found '%1$S'. + +TooLargeDashedRadius=גודל רדיוס המסגרת גדול מדי עבור הסגנון „dashed” (המגבלה היא 100000 פיקסלים). יופיע כמסגרת אחידה. +TooLargeDottedRadius=גודל רדיוס המסגרת גדול מדי עבור הסגנון „dotted” (המגבלה היא 100000 פיקסלים). יופיע כמסגרת אחידה. diff --git a/l10n-he/dom/chrome/layout/htmlparser.properties b/l10n-he/dom/chrome/layout/htmlparser.properties new file mode 100644 index 0000000000..927d9322b8 --- /dev/null +++ b/l10n-he/dom/chrome/layout/htmlparser.properties @@ -0,0 +1,135 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Encoding warnings and errors +EncNoDeclarationFrame=The character encoding of a framed document was not declared. The document may appear different if viewed without the document framing it. +EncNoDeclarationPlain=The character encoding of the plain text document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the file needs to be declared in the transfer protocol or file needs to use a byte order mark as an encoding signature. +EncNoDeclaration=The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. +EncLateMetaFrame=The character encoding declaration of the framed HTML document was not found when prescanning the first 1024 bytes of the file. When viewed without the document framing it, the page will reload automatically. The encoding declaration needs to be moved to be within the first 1024 bytes of the file. +EncLateMeta=The character encoding declaration of the HTML document was not found when prescanning the first 1024 bytes of the file. When viewed in a differently-configured browser, this page will reload automatically. The encoding declaration needs to be moved to be within the first 1024 bytes of the file. +EncLateMetaReload=The page was reloaded, because the character encoding declaration of the HTML document was not found when prescanning the first 1024 bytes of the file. The encoding declaration needs to be moved to be within the first 1024 bytes of the file. +EncLateMetaTooLate=The character encoding declaration of document was found too late for it to take effect. The encoding declaration needs to be moved to be within the first 1024 bytes of the file. +EncMetaUnsupported=An unsupported character encoding was declared for the HTML document using a meta tag. The declaration was ignored. +EncProtocolUnsupported=הוצהר קידוד תווים לא נתמך ברמת הפרוטוקול. הצהרה זו בוטלה. +EncBomlessUtf16=Detected UTF-16-encoded Basic Latin-only text without a byte order mark and without a transfer protocol-level declaration. Encoding this content in UTF-16 is inefficient and the character encoding should have been declared in any case. +EncMetaUtf16=A meta tag was used to declare the character encoding as UTF-16. This was interpreted as an UTF-8 declaration instead. +EncMetaUserDefined=A meta tag was used to declare the character encoding as x-user-defined. This was interpreted as a windows-1252 declaration instead for compatibility with intentionally mis-encoded legacy fonts. This site should migrate to Unicode. + +# The bulk of the messages below are derived from +# http://hg.mozilla.org/projects/htmlparser/file/1f633cef7de7/src/nu/validator/htmlparser/impl/ErrorReportingTokenizer.java +# which is available under the MIT license. + +# The bulk of the messages below are derived from +# https://hg.mozilla.org/projects/htmlparser/file/1f633cef7de7/src/nu/validator/htmlparser/impl/ErrorReportingTokenizer.java +# which is available under the MIT license. + +# Tokenizer errors +errGarbageAfterLtSlash=פסולת אחרי “</”. +errLtSlashGt=ראיתי "</>". סיבות אפשריות: "<" לא מחולף (החילוף הנכון הוא "<") או שגיאת הגלדה בתג סיום. +errCharRefLacksSemicolon=הפניה לתו לא מסתיימת בנקודה ופסיק. +errNoDigitsInNCR=אין ספרות בהפניה מספרית לתו. +errGtInSystemId=“>” במזהה המערכת. +errGtInPublicId=“>” במזהה הציבורי. +errNamelessDoctype=doctype חסר שם. +errConsecutiveHyphens=מינוסים עוקבים לא סיימו הערה. אסור להשתמש ב“--” בתוך הערה, אבל מותר להשתמש ב“- -”, לדוגמה. +errPrematureEndOfComment=סוף הערה מוקדם מדי. השתמשו ב"-->" כדי לסיים הערה כראוי. +errBogusComment=הערה מזוייפת. +errUnquotedAttributeLt=תו "<" בערך של מאפיין שאינו נתון במירכאות. סיבה אפשרית: תו ">" חסר מיד לפני־כן. +errUnquotedAttributeGrave=תו "`" בערך של מאפיין שאינו נתון במירכאות. סיבה אפשרית: שימוש בתו לא נכון בתור מירכה. +errUnquotedAttributeQuote=מירכה בערך של מאפיין שאינו נתון במירכאות. סיבות אפשריות: מאפיינים שרצים יחד או מחרוזת שאילתה ב־URL בערך של מאפיין שאינו נתון במירכאות. +errUnquotedAttributeEquals=“=” in an unquoted attribute value. Probable causes: Attributes running together or a URL query string in an unquoted attribute value. +errSlashNotFollowedByGt=A slash was not immediately followed by “>”. +errNoSpaceBetweenAttributes=אין רווח בין התכונות. +errUnquotedAttributeStartLt=“<” at the start of an unquoted attribute value. Probable cause: Missing “>” immediately before. +errUnquotedAttributeStartGrave=“`” at the start of an unquoted attribute value. Probable cause: Using the wrong character as a quote. +errUnquotedAttributeStartEquals=“=” at the start of an unquoted attribute value. Probable cause: Stray duplicate equals sign. +errAttributeValueMissing=ערך תכונה חסר. +errBadCharBeforeAttributeNameLt=Saw “<” when expecting an attribute name. Probable cause: Missing “>” immediately before. +errEqualsSignBeforeAttributeName=Saw “=” when expecting an attribute name. Probable cause: Attribute name missing. +errBadCharAfterLt=Bad character after “<”. Probable cause: Unescaped “<”. Try escaping it as “lt;”. +errLtGt=Saw “<>”. Probable causes: Unescaped “<” (escape as “lt;”) or mistyped start tag. +errProcessingInstruction=Saw “<?”. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.) +errUnescapedAmpersandInterpretedAsCharacterReference=The string following “&” was interpreted as a character reference. (“&” probably should have been escaped as “&”.) +errNotSemicolonTerminated=Named character reference was not terminated by a semicolon. (Or “&” should have been escaped as “&”.) +errNoNamedCharacterMatch=“&” did not start a character reference. (“&” probably should have been escaped as “&”.) +errQuoteBeforeAttributeName=Saw a quote when expecting an attribute name. Probable cause: “=” missing immediately before. +errLtInAttributeName=“<” in attribute name. Probable cause: “>” missing immediately before. +errQuoteInAttributeName=Quote in attribute name. Probable cause: Matching quote missing somewhere earlier. +errExpectedPublicId=Expected a public identifier but the doctype ended. +errBogusDoctype=doctype מזויף. +maybeErrAttributesOnEndTag=End tag had attributes. +maybeErrSlashInEndTag=Stray “/” at the end of an end tag. +errNcrNonCharacter=Character reference expands to a non-character. +errNcrSurrogate=Character reference expands to a surrogate. +errNcrControlChar=Character reference expands to a control character. +errNcrCr=A numeric character reference expanded to carriage return. +errNcrInC1Range=A numeric character reference expanded to the C1 controls range. +errEofInPublicId=End of file inside public identifier. +errEofInComment=End of file inside comment. +errEofInDoctype=End of file inside doctype. +errEofInAttributeValue=End of file reached when inside an attribute value. Ignoring tag. +errEofInAttributeName=End of file occurred in an attribute name. Ignoring tag. +errEofWithoutGt=Saw end of file without the previous tag ending with “>”. Ignoring tag. +errEofInTagName=End of file seen when looking for tag name. Ignoring tag. +errEofInEndTag=End of file inside end tag. Ignoring tag. +errEofAfterLt=End of file after “<”. +errNcrOutOfRange=Character reference outside the permissible Unicode range. +errNcrUnassigned=Character reference expands to a permanently unassigned code point. +errDuplicateAttribute=תכונה כפולה. +errEofInSystemId=End of file inside system identifier. +errExpectedSystemId=Expected a system identifier but the doctype ended. +errMissingSpaceBeforeDoctypeName=Missing space before doctype name. +errHyphenHyphenBang=“--!” נמצא בתגובה. +errNcrZero=Character reference expands to zero. +errNoSpaceBetweenDoctypeSystemKeywordAndQuote=No space between the doctype “SYSTEM” keyword and the quote. +errNoSpaceBetweenPublicAndSystemIds=No space between the doctype public and system identifiers. +errNoSpaceBetweenDoctypePublicKeywordAndQuote=No space between the doctype “PUBLIC” keyword and the quote. + +# Tree builder errors +errStrayStartTag2=Stray start tag “%1$S”. +errStrayEndTag=Stray end tag “%1$S”. +errUnclosedElements=End tag “%1$S” seen, but there were open elements. +errUnclosedElementsImplied=End tag “%1$S” implied, but there were open elements. +errUnclosedElementsCell=A table cell was implicitly closed, but there were open elements. +errStrayDoctype=Stray doctype. +errAlmostStandardsDoctype=Almost standards mode doctype. Expected “<!DOCTYPE html>”. +errQuirkyDoctype=Quirky doctype. Expected “<!DOCTYPE html>”. +errNonSpaceInTrailer=Non-space character in page trailer. +errNonSpaceAfterFrameset=Non-space after “frameset”. +errNonSpaceInFrameset=Non-space in “frameset”. +errNonSpaceAfterBody=Non-space character after body. +errNonSpaceInColgroupInFragment=Non-space in “colgroup” when parsing fragment. +errNonSpaceInNoscriptInHead=Non-space character inside “noscript” inside “head”. +errFooBetweenHeadAndBody=“%1$S” element between “head” and “body”. +errStartTagWithoutDoctype=Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”. +errNoSelectInTableScope=No “select” in table scope. +errStartSelectWhereEndSelectExpected=“select” start tag where end tag expected. +errStartTagWithSelectOpen=“%1$S” start tag with “select” open. +errBadStartTagInHead2=Bad start tag “%1$S” in “head”. +errImage=Saw a start tag “image”. +errFooSeenWhenFooOpen=An “%1$S” start tag seen but an element of the same type was already open. +errHeadingWhenHeadingOpen=Heading cannot be a child of another heading. +errFramesetStart=“frameset” start tag seen. +errNoCellToClose=No cell to close. +errStartTagInTable=Start tag “%1$S” seen in “table”. +errFormWhenFormOpen=Saw a “form” start tag, but there was already an active “form” element. Nested forms are not allowed. Ignoring the tag. +errTableSeenWhileTableOpen=Start tag for “table” seen but the previous “table” is still open. +errStartTagInTableBody=“%1$S” start tag in table body. +errEndTagSeenWithoutDoctype=End tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”. +errEndTagAfterBody=Saw an end tag after “body” had been closed. +errEndTagSeenWithSelectOpen=“%1$S” end tag with “select” open. +errGarbageInColgroup=Garbage in “colgroup” fragment. +errEndTagBr=End tag “br”. +errNoElementToCloseButEndTagSeen=No “%1$S” element in scope but a “%1$S” end tag seen. +errHtmlStartTagInForeignContext=HTML start tag “%1$S” in a foreign namespace context. +errTableClosedWhileCaptionOpen=“table” closed but “caption” was still open. +errNoTableRowToClose=No table row to close. +errNonSpaceInTable=Misplaced non-space characters inside a table. +errUnclosedChildrenInRuby=Unclosed children in “ruby”. +errStartTagSeenWithoutRuby=Start tag “%1$S” seen without a “ruby” element being open. +errSelfClosing=Self-closing syntax (“/>”) used on a non-void HTML element. Ignoring the slash and treating as a start tag. +errNoCheckUnclosedElementsOnStack=Unclosed elements on stack. +errEndTagDidNotMatchCurrentOpenElement=End tag “%1$S” did not match the name of the current open element (“%2$S”). +errEndTagViolatesNestingRules=End tag “%1$S” violates nesting rules. +errEndWithUnclosedElements=End tag for “%1$S” seen, but there were unclosed elements. diff --git a/l10n-he/dom/chrome/layout/layout_errors.properties b/l10n-he/dom/chrome/layout/layout_errors.properties new file mode 100644 index 0000000000..935068bb76 --- /dev/null +++ b/l10n-he/dom/chrome/layout/layout_errors.properties @@ -0,0 +1,27 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +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 ..."). + +TablePartRelPosWarning=Relative positioning of table rows and row groups is now supported. This site may need to be updated because it may depend on this feature having no effect. + +## LOCALIZATION NOTE(CompositorAnimationWarningContentTooLarge2): +## (%1$S, %2$S) is a pair of integer values of the frame size +## (%3$S, %4$S) is a pair of integer values of a limit based on the viewport size +## (%5$S, %6$S) is a pair of integer values of an absolute limit +## LOCALIZATION NOTE(CompositorAnimationWarningTransformBackfaceVisibilityHidden): +## 'backface-visibility: hidden' is a CSS property, don't translate it. +## LOCALIZATION NOTE(CompositorAnimationWarningTransformPreserve3D): +## 'transform-style: preserve-3d' is a CSS property, don't translate it. +## LOCALIZATION NOTE(CompositorAnimationWarningTransformSVG, +## CompositorAnimationWarningTransformWithGeometricProperties, +## CompositorAnimationWarningTransformWithSyncGeometricAnimations, +## CompositorAnimationWarningTransformFrameInactive, +## CompositorAnimationWarningOpacityFrameInactive): +## 'transform' and 'opacity' mean CSS property names, don't translate it. + diff --git a/l10n-he/dom/chrome/layout/printing.properties b/l10n-he/dom/chrome/layout/printing.properties new file mode 100644 index 0000000000..fc67ed06dd --- /dev/null +++ b/l10n-he/dom/chrome/layout/printing.properties @@ -0,0 +1,56 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Page number formatting +## @page_number The current page number +#LOCALIZATION NOTE (pagenumber): 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 formatting +## @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 מתוך %2$d + +PrintToFile=הדפס לקובץ +print_error_dialog_title=שגיאת מדפסת +printpreview_error_dialog_title=שגיאת תצוגה לפני הדפסה + +# Printing error messages. +#LOCALIZATION NOTE: Some of these messages come in pairs, one +# for printing and one for print previewing. You can remove that +# distinction in your language by removing the entity with the _PP +# suffix; then the entity without a suffix will be used for both. +# You can also add that distinction to any of the messages that don't +# already have it by adding a new entity with a _PP suffix. +# +# For instance, if you delete PERR_GFX_PRINTER_DOC_IS_BUSY_PP, then +# the PERR_GFX_PRINTER_DOC_IS_BUSY message will be used for that error +# condition when print previewing as well as when printing. If you +# add PERR_FAILURE_PP, then PERR_FAILURE will only be used when +# printing, and PERR_FAILURE_PP will be used under the same conditions +# when print previewing. +# +PERR_FAILURE=אירעה שגיאה בעת הדפסה. + +PERR_ABORT=עבודת ההדפסה הופסקה או בוטלה. +PERR_NOT_AVAILABLE=תפקודי הדפסה מסוימים אינם זמינים כרגע. +PERR_NOT_IMPLEMENTED=תפקודי הדפסה מסוימים עדיין אינם מיושמים. +PERR_OUT_OF_MEMORY=אין מספיק זיכרון פנוי כדי להדפיס. +PERR_UNEXPECTED=אירעה בעיה לא צפויה בעת ההדפסה. + +PERR_GFX_PRINTER_NO_PRINTER_AVAILABLE=אין מדפסות זמינות. +PERR_GFX_PRINTER_NO_PRINTER_AVAILABLE_PP=אין מדפסות זמינות, לא ניתן להציג תצוגה לפני הדפסה. +PERR_GFX_PRINTER_NAME_NOT_FOUND=המדפסת הנבחרת לא נמצאה. +PERR_GFX_PRINTER_COULD_NOT_OPEN_FILE=לא ניתן לפתוח את קובץ הפלט בשביל להדפיס לקובץ. +PERR_GFX_PRINTER_STARTDOC=הדפסה נכשלה בעת התחלת פעולת ההדפסה. +PERR_GFX_PRINTER_ENDDOC=הדפסה נכשלה בעת השלמת פעולת ההדפסה. +PERR_GFX_PRINTER_STARTPAGE=הדפסה נכשלה בעת התחלת הדף. +PERR_GFX_PRINTER_DOC_IS_BUSY=לא ניתן להדפיס את המסמך עדיין, הוא בטעינה כרגע. +PERR_GFX_PRINTER_DOC_IS_BUSY_PP=לא ניתן להציג לפני הדפסה את המסמך עדיין, הוא בטעינה כרגע. diff --git a/l10n-he/dom/chrome/layout/xmlparser.properties b/l10n-he/dom/chrome/layout/xmlparser.properties new file mode 100644 index 0000000000..4ae6b6dabf --- /dev/null +++ b/l10n-he/dom/chrome/layout/xmlparser.properties @@ -0,0 +1,48 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Map Expat error codes to error strings +1 = הזיכרון אזל +2 = שגיאת תחביר +3 = לא נמצא רכיב שורש +4 = אינו בנוי היטב +5 = אסימון לא סגור +6 = תו חלקי +7 = תגית לא מתאימה +8 = תכונה כפולה +9 = זבל אחרי מרכיב מסמך +10 = פרמטר לא חוקי בהפניה לישות +11 = ישות לא מוגדרת +12 = הפנית ישות רקורסיבית +13 = ישות לא מתואמת (א־סינכרונית) +14 = הפניה למספר תו לא חוקי +15 = הפנייה לישות בינארית +16 = הפנייה לישות חיצונית בתכונה +17 = הוראות עיבוד XML אינן בתחילת ישות חיצונית +18 = קידוד לא מוכר +19 = הקידוד שצוין בהכרזת XML אינו נכון +20 = מיקטע CDATA לא סגור +21 = שגיאה בעיבוד הפניה לישות חיצונית +22 = מסמך אינו עומד בפני עצמו +23 = unexpected parser state +24 = entity declared in parameter entity +27 = prefix not bound to a namespace +28 = must not undeclare prefix +29 = incomplete markup in parameter entity +30 = XML declaration not well-formed +31 = text declaration not well-formed +32 = illegal character(s) in public id +38 = reserved prefix (xml) must not be undeclared or bound to another namespace URI +39 = reserved prefix (xmlns) must not be declared or undeclared +40 = prefix must not be bound to one of the reserved namespace URIs + +# %1$S is replaced by the Expat error string, may be followed by Expected (see below) +# %2$S is replaced by URL +# %3$u is replaced by line number +# %4$u is replaced by column number +XMLParsingError = שגיאה בניתוח XML: %1$S\nמיקום: %2$S שורה מספר %3$u, עמודה %4$u: + +# %S is replaced by a tag name. +# This gets appended to the error string if the error is mismatched tag. +Expected = . היה צפוי: </%S>. diff --git a/l10n-he/dom/chrome/layout/xul.properties b/l10n-he/dom/chrome/layout/xul.properties new file mode 100644 index 0000000000..4f9fa0e68b --- /dev/null +++ b/l10n-he/dom/chrome/layout/xul.properties @@ -0,0 +1,5 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +PINotInProlog=<?%1$S?> processing instruction does not have any effect outside the prolog anymore (see bug 360119)... |