diff options
Diffstat (limited to 'l10n-be/dom/chrome/layout')
-rw-r--r-- | l10n-be/dom/chrome/layout/HtmlForm.properties | 43 | ||||
-rw-r--r-- | l10n-be/dom/chrome/layout/MediaDocument.properties | 21 | ||||
-rw-r--r-- | l10n-be/dom/chrome/layout/css.properties | 46 | ||||
-rw-r--r-- | l10n-be/dom/chrome/layout/htmlparser.properties | 134 | ||||
-rw-r--r-- | l10n-be/dom/chrome/layout/layout_errors.properties | 55 | ||||
-rw-r--r-- | l10n-be/dom/chrome/layout/printing.properties | 56 | ||||
-rw-r--r-- | l10n-be/dom/chrome/layout/xmlparser.properties | 48 | ||||
-rw-r--r-- | l10n-be/dom/chrome/layout/xul.properties | 5 |
8 files changed, 408 insertions, 0 deletions
diff --git a/l10n-be/dom/chrome/layout/HtmlForm.properties b/l10n-be/dom/chrome/layout/HtmlForm.properties new file mode 100644 index 0000000000..2f18ec880a --- /dev/null +++ b/l10n-be/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. Таму падаецца звычайна, метадам GET і без шыфравання. +ForgotFileEnctypeWarning=Форма змяшчае поле ўводу файла, але адсутнічае метад POST і тып шыфравання multipart/form-data формы. Файл не будзе дасланы. +# LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName +DefaultFormSubject=Дасыланне формы з %S +CannotEncodeAllUnicode=Форма пасланая ў кадоўцы %S, якой немагчыма закадаваць усе знакі адзінага коду, таму ўвод карыстальніка можа быць сапсаваны. Каб пазбегнуць такой праблемы, старонка павінна быць зменена так, каб форма дасылалася ў кадоўцы UTF-8. Трэбы зменіць ці кадоўку старонкі, ці прызначыць accept-charset=utf-8 адзінцы формы. +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 іншы;і #1 іншых;і #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-be/dom/chrome/layout/MediaDocument.properties b/l10n-be/dom/chrome/layout/MediaDocument.properties new file mode 100644 index 0000000000..d1ae76dc7d --- /dev/null +++ b/l10n-be/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 × %S пікселяў) +ImageTitleWithoutDimensions=%S (Выява %S) +ImageTitleWithDimensions2=(Выява %S, %S × %S пікселяў) +ImageTitleWithNeitherDimensionsNorFile=(Выява %S) +MediaTitleWithFile=%S (Аб'ект %S) +MediaTitleWithNoInfo=(Аб'ект %S) + +InvalidImage=Выява “%S” не можа быць адлюстравана, таму што змяшчае памылкі. +ScaledImage=Маштабаваны (%S%%) + +TitleWithStatus=%S - %S diff --git a/l10n-be/dom/chrome/layout/css.properties b/l10n-be/dom/chrome/layout/css.properties new file mode 100644 index 0000000000..67fdfdd786 --- /dev/null +++ b/l10n-be/dom/chrome/layout/css.properties @@ -0,0 +1,46 @@ +# 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=Абвяшчэнне адкінута. +PEDeclSkipped=Прапушчана да наступнага абвяшчэння. +PEUnknownProperty=Невядомая ўласцівасць '%1$S'. +PEValueParsingError=Памылка разбору значэння '%1$S'. +PEUnknownAtRule=Непазнанае at-rule або памылка разбору at-rule '%1$S'. +PEMQUnexpectedOperator=Нечаканы аператар у спісе медыя. +PEMQUnexpectedToken=Нечаканы токен ‘%1$S’ у спісе медыя. +PEAtNSUnexpected=Нечаканая лексема ўсярэдзіне @namespace: '%1$S'. +PEKeyframeBadName=Чакаўся вызначальнік для назвы правіла @keyframes. +PEBadSelectorRSIgnored=Збор правілаў праігнараваны з-за дрэннага вылучальніка +PEBadSelectorKeyframeRuleIgnored=Правіла keyframe праігнаравана праз кепскі вылучальнік. +PESelectorGroupNoSelector=Чакаўся вылучальнік. +PESelectorGroupExtraCombinator=Павіслы змешвальнік. +PEClassSelNotIdent=Чакаўся вызначальнік для вылучальніка класа, але знойдзены '%1$S'. +PETypeSelNotType=Чакалася назва адзінкі або '*', але знойдзены '%1$S'. +PEUnknownNamespacePrefix=Невядомая прыстаўка назвапрасторы '%1$S'. +PEAttributeNameExpected=Чакаўся вызначальнік для назвы атрыбута, але знойдзены '%1$S'. +PEAttributeNameOrNamespaceExpected=Чакалася назва атрыбута або назвапрастора, але знойдзены '%1$S'. +PEAttSelNoBar=Чакаўся '|', але знойдзены '%1$S'. +PEAttSelUnexpected=Нечаканая лексема ў вылучальніку атрыбута: '%1$S'. +PEAttSelBadValue=Чакаўся вызначальнік або радок для значэння ў вылучальніку атрыбута, але знойдзены '%1$S'. +PEPseudoSelBadName=Чакаўся вызначальнік псеўда-класа або псеўда-адзінкі, але знойдзены '%1$S'. +PEPseudoSelEndOrUserActionPC=Чакаўся канец вылучальніка або псеўда-клас дзеяння карыстальніка пасля псеўда-адзінкі, але зноўдзена '%1$S'. +PEPseudoSelUnknown=Невядомы псеўда-клас або псеўда-адзінка '%1$S'. +PENegationBadArg=Адсутны аргумент у адмове псеўда-класа '%1$S'. +PEPseudoClassArgNotIdent=Чакаўся вызначальнік параметра псеўда-класа, але знойдзены '%1$S'. +PEColorNotColor=Чакаўся колер, але знойдзены '%1$S'. +PEParseDeclarationDeclExpected=Чакалася абвяшчэнне, але знойдзены '%1$S'. +PEUnknownFontDesc=Невядомы апісальнік '%1$S' у правіле @font-face. +PEMQExpectedFeatureName=Чакалася назва асаблівасці медыя, але знойдзены '%1$S'. +PEMQNoMinMaxWithoutValue=Медыя-асаблівасці з min- або max- мусяць мець значэнне. +PEMQExpectedFeatureValue=Знойдзена няспраўнае значэнне асаблівасці медыя. +PEExpectedNoneOrURL=Чакалася 'none' або URL, але знойдзена '%1$S'. +PEExpectedNoneOrURLOrFilterFunction=Чакалася 'none', URL або функцыя-фільтр, але атрымана '%1$S'. + +PEDisallowedImportRule=Правілы @import яшчэ не дзейнічаюць у створаных табліцах стыляў. + +TooLargeDashedRadius=Радыус скруглення занадта вялікі для стылю ‘dashed’ (мяжа - 100000 пікселяў). Візуалізую як суцэльны. +TooLargeDottedRadius=Радыус скруглення занадта вялікі для стылю ‘dotted’ (мяжа - 100000 пікселяў). Візуалізую як суцэльны. diff --git a/l10n-be/dom/chrome/layout/htmlparser.properties b/l10n-be/dom/chrome/layout/htmlparser.properties new file mode 100644 index 0000000000..68c5125a10 --- /dev/null +++ b/l10n-be/dom/chrome/layout/htmlparser.properties @@ -0,0 +1,134 @@ +# 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=An unsupported character encoding was declared on the transfer protocol level. The declaration was ignored. +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 +# 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=Saw “</>”. Probable causes: Unescaped “<” (escape as “<”) or mistyped end tag. +errCharRefLacksSemicolon=Character reference was not terminated by a semicolon. +errNoDigitsInNCR=No digits in numeric character reference. +errGtInSystemId=“>” in system identifier. +errGtInPublicId=“>” in public identifier. +errNamelessDoctype=Nameless doctype. +errConsecutiveHyphens=Consecutive hyphens did not terminate a comment. “--” is not permitted inside a comment, but e.g. “- -” is. +errPrematureEndOfComment=Premature end of comment. Use “-->” to end a comment properly. +errBogusComment=Bogus comment. +errUnquotedAttributeLt=“<” in an unquoted attribute value. Probable cause: Missing “>” immediately before. +errUnquotedAttributeGrave=“`” in an unquoted attribute value. Probable cause: Using the wrong character as a quote. +errUnquotedAttributeQuote=Quote in an unquoted attribute value. Probable causes: Attributes running together or a URL query string in an unquoted attribute value. +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=No space between attributes. +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=Attribute value missing. +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 “<”. +errLtGt=Saw “<>”. Probable causes: Unescaped “<” (escape as “<”) 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=Bogus doctype. +maybeErrAttributesOnEndTag=Канцавы тэг меў атрыбуты. +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=“--!” found in comment. +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 +errDeepTree=Дрэва дакумента занадта глыбокае. Дрэва будзе ўкарочана да глыбіні ў 513 элементаў. +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”. +errBadStartTagInNoscriptInHead=Няправільны пачатковы тэг “%1$S” у “noscript” у “head”. +errImage=Saw a start tag “image”. +errFooSeenWhenFooOpen=An “%1$S” start tag seen but an element of the same type was already open. +errFooSeenWhenFooOpen2=Выяўлены пачатковы тэг “%1$S”, але элемент такога самага тыпу ўжо адкрыты. +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=Знойдзены канчатковы тэг “%1$S”, але маюцца незакрытыя элементы. diff --git a/l10n-be/dom/chrome/layout/layout_errors.properties b/l10n-be/dom/chrome/layout/layout_errors.properties new file mode 100644 index 0000000000..dc866bfaec --- /dev/null +++ b/l10n-be/dom/chrome/layout/layout_errors.properties @@ -0,0 +1,55 @@ +# 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=Фармат атрыбута “coords” тэга <area shape="rect"> не адпавядае фармату “злева,зверху,cправа, унізе”. +ImageMapCircleWrongNumberOfCoords=Фармат атрыбута “coords” тэга <area shape="circle"> не адпавядае фармату “center-x,center-y,radius”. +ImageMapCircleNegativeRadius=Атрыбут “coords” тэга <area shape="circle"> мае адмоўны радыус. +ImageMapPolyWrongNumberOfCoords=Фармат атрыбута “coords” тэга <area shape="poly"> не адпавядае фармату “x1,y1,x2,y2 …”. +ImageMapPolyOddNumberOfCoords=У атрыбута “coords” тэга <area shape="poly"> адсутнічае апошняя каардыната “y” (правільны фармат – “x1,y1,x2,y2 …”). + +TablePartRelPosWarning=Зараз падтрымліваецца адносная растаноўка купаў радкоў і слупкоў табліц. Гэты сайт павінен быць абноўлены, бо можа залежыць ад асаблівасці, якая не мае ўздзеяння. +ScrollLinkedEffectFound2=Падобна на тое, што гэты сайт выкарыстоўвае эфект пазіцыянавання звязаны з пракруткай. Гэта можа недастаткова добра працаваць з асінхронным панарамаваннем; гл. https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects для больш падрабязнай інфармацыі, а таксама каб удзельнічаць у абмеркаваннях адпаведных інструментаў і функцый! + +## LOCALIZATION NOTE(CompositorAnimationWarningContentTooLargeArea): +## %1$S is an integer value of the area of the frame +## %2$S is an integer value of the area of a limit based on the viewport size +CompositorAnimationWarningContentTooLargeArea=Анімацыя не можа быць запушчана ў кампазітары, бо вобласць кадра (%1$S) занадта вялікая адносна акна прагляду (больш, чым %2$S) +## 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 +CompositorAnimationWarningContentTooLarge2=Анімацыя не можа быць запушчана ў кампазітары, бо памер фрэйма (%1$S, %2$S) з'яўляецца занадта вялікім адносна акна прагляду (больш чым (%3$S, %4$S)), або больш максімальна дапушчальнага значэння (%5$S, %6$S) +## LOCALIZATION NOTE(CompositorAnimationWarningTransformBackfaceVisibilityHidden): +## 'backface-visibility: hidden' is a CSS property, don't translate it. +CompositorAnimationWarningTransformBackfaceVisibilityHidden=Анімацыі трансфармацый ‘backface-visibility: hidden’ не могуць быць запушчаны ў кампазітары +## LOCALIZATION NOTE(CompositorAnimationWarningTransformSVG, +## CompositorAnimationWarningTransformWithGeometricProperties, +## CompositorAnimationWarningTransformWithSyncGeometricAnimations, +## CompositorAnimationWarningTransformFrameInactive, +## CompositorAnimationWarningOpacityFrameInactive): +## 'transform' and 'opacity' mean CSS property names, don't translate it. +CompositorAnimationWarningTransformSVG=Анімацыі ‘transform’ на элементах з SVG трансфармацыямі не могуць быць запушчаны ў кампазітары +CompositorAnimationWarningTransformWithGeometricProperties=Анімацыі ‘transform’ не могуць быць запушчаныя ў кампазітары, калі геаметрычныя ўласцівасці аніміраваныя на тым жа элеменце ў той жа самы час +CompositorAnimationWarningTransformWithSyncGeometricAnimations=Анімацыі ‘transform’ не могуць быць запушчаныя ў кампазітары, бо яны павінны быць сінхранізаваныя з анімацыямі геаметрычных уласцівасцяў, якія пачаліся ў той жа час +CompositorAnimationWarningTransformFrameInactive=Анімацыя не можа быць запушчана ў кампазітары, бо фрэйм не быў пазначаны як актыўны для ‘transform’ анімацыі +CompositorAnimationWarningTransformIsBlockedByImportantRules=Анімацыя пераўтварэнняў не можа быць запушчана ў кампазітары, паколькі ўласцівасці, звязаныя з трансфармацыяй, перавызначаны правіламі !important +CompositorAnimationWarningOpacityFrameInactive=Анімацыя не можа быць запушчана ў кампазітары, бо фрэйм не быў пазначаны як актыўны для ‘opacity’ анімацыі +CompositorAnimationWarningHasRenderingObserver=Анімацыя не можа быць запушчана ў кампазітары, бо элемент мае назіральнікаў рэндэрынгу (-moz-element або SVG clipping/masking) + +CompositorAnimationWarningHasCurrentColor=Анімацыі ‘background-color’ не могуць быць запушчаны ў кампазітары з ключавым кадрам ‘current-color’. + +## LOCALIZATION NOTE: Do not translate zoom, calc(), "transform", "transform-origin: 0 0" +ZoomPropertyWarning=Гэта старонка выкарыстоўвае нестандартную ўласцівасць “zoom”. Паспрабуйце выкарыстаць calc() у адпаведных значэннях уласцівасці альбо выкарыстаць “transform” разам з “transform-origin: 0 0”. + +## LOCALIZATION NOTE(PrincipalWritingModePropagationWarning): +## Do not translate <html>, <body>, CSS, "writing-mode", "direction", "text-orientation", :root, and "The Principal Writing Mode" because they are technical terms. +PrincipalWritingModePropagationWarning=Пры візуалізацыі элемента <html> выкарыстаныя значэнні ўласцівасцей CSS “writing-mode”, “direction” і “text-orientation” элемента <html> узяты з вылічаных значэнняў элемента <body>, а не з уласных значэнняў <html>-элемента. Разгледзьце магчымасць усталявання гэтых уласцівасцяў у :root CSS pseudo-class. Для больш падрабязных звестак гл. “The Principal Writing Mode” па спасылцы https://www.w3.org/TR/css-writing-modes-3/#principal-flow + +## LOCALIZATION NOTE(ScrollAnchoringDisabledInContainer): +## %1$S is an integer value with the total number of adjustments +## %2$S is a floating point value with the average distance adjusted +## %3$S is a floating point value with the total adjusted distance +ScrollAnchoringDisabledInContainer=Замацаванне пракруткі адключана ў кантэйнеры пракруткі з-за надта вялікай колькасці паслядоўных карэкціровак (%1$S) з надта малым агульным аддаленнем (%2$S пкс у сярэднім, %3$S пкс агулам). + +ForcedLayoutStart=Выклад быў прымусова прыменены перад поўнай загрузкай старонкі. Калі табліцы стыляў яшчэ не атрыманы, гэта можа прывесці да мігцення нестылізаванага змесціва. diff --git a/l10n-be/dom/chrome/layout/printing.properties b/l10n-be/dom/chrome/layout/printing.properties new file mode 100644 index 0000000000..ef3fdd2271 --- /dev/null +++ b/l10n-be/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 (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 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-be/dom/chrome/layout/xmlparser.properties b/l10n-be/dom/chrome/layout/xmlparser.properties new file mode 100644 index 0000000000..f267123aeb --- /dev/null +++ b/l10n-be/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 = нечаканы стан разбіральніка +24 = сутнасць абвешчана ў параметральнай сутнасці +27 = прыстаўка не звязана з назвапрасторай +28 = не павінны разабвяшчаць прыстаўку +29 = няпоўная разметка ў сутнасці-параметры +30 = дрэннаскладзенае абвяшчэнне XML +31 = дрэннаскладзенае абвяшчэнне тэксту +32 = недапушчальны знак(і) у публічным ідэнтыфікатары +38 = прадумоўленая прыстаўка (xml) не павінна разабвяшчацца або звязвацца з назвай іншай назвапрасторы +39 = прадумоўленая прыстаўка (xmlns) не павінна абвяшчацца або разабвяшчацца +40 = прыстаўка не павінна звязвацца з адной з прызапашаных назваў назвапрастораў + +# %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\nНумар радка %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-be/dom/chrome/layout/xul.properties b/l10n-be/dom/chrome/layout/xul.properties new file mode 100644 index 0000000000..1fab1bc8bc --- /dev/null +++ b/l10n-be/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?> больш не мае ніякага ўздзеяння звонку пралога (гл. хібу 360119). |