diff options
Diffstat (limited to 'l10n-ka/dom/chrome/layout')
-rw-r--r-- | l10n-ka/dom/chrome/layout/HtmlForm.properties | 43 | ||||
-rw-r--r-- | l10n-ka/dom/chrome/layout/MediaDocument.properties | 21 | ||||
-rw-r--r-- | l10n-ka/dom/chrome/layout/css.properties | 45 | ||||
-rw-r--r-- | l10n-ka/dom/chrome/layout/htmlparser.properties | 134 | ||||
-rw-r--r-- | l10n-ka/dom/chrome/layout/layout_errors.properties | 55 | ||||
-rw-r--r-- | l10n-ka/dom/chrome/layout/printing.properties | 56 | ||||
-rw-r--r-- | l10n-ka/dom/chrome/layout/xmlparser.properties | 48 | ||||
-rw-r--r-- | l10n-ka/dom/chrome/layout/xul.properties | 5 |
8 files changed, 407 insertions, 0 deletions
diff --git a/l10n-ka/dom/chrome/layout/HtmlForm.properties b/l10n-ka/dom/chrome/layout/HtmlForm.properties new file mode 100644 index 0000000000..bd582e87a8 --- /dev/null +++ b/l10n-ka/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 კოდირებას, რომელსაც არ შეუძლია ყველა უნიკოდ სიმბოლოს გაშიფვრა, ამიტომ მომხმარებლის მიერ შეტანილი მონაცემები შეიძლება დაზიანდეს. ამის თავიდან ასაცილებლად, ველები მონაცემების გადაცემისას უნდა იყენებდეს UTF-8 კოდირებას, რაც შესაძლებელია ან თავად გვერდის 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 +# 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-ka/dom/chrome/layout/MediaDocument.properties b/l10n-ka/dom/chrome/layout/MediaDocument.properties new file mode 100644 index 0000000000..51bf818f76 --- /dev/null +++ b/l10n-ka/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=ეს სურათი \u201c%S\u201d ვერ გამოჩნდება, რადგან დაზიანებულია. +ScaledImage=ზომის ცვლილება (%S%%) + +TitleWithStatus=%S — %S diff --git a/l10n-ka/dom/chrome/layout/css.properties b/l10n-ka/dom/chrome/layout/css.properties new file mode 100644 index 0000000000..eadbc46ff2 --- /dev/null +++ b/l10n-ka/dom/chrome/layout/css.properties @@ -0,0 +1,45 @@ +# 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“ წესი ან შეცდომა „at“ წესში ‘%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=მოსალოდნელი pseudo-class პარამეტრის ნაცვლად მოიძებნა '%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=Border radius is too large for ‘dashed’ style (the limit is 100000px). Rendering as solid. +TooLargeDottedRadius=Border radius is too large for ‘dotted’ style (the limit is 100000px). Rendering as solid. diff --git a/l10n-ka/dom/chrome/layout/htmlparser.properties b/l10n-ka/dom/chrome/layout/htmlparser.properties new file mode 100644 index 0000000000..615544cc76 --- /dev/null +++ b/l10n-ka/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=ჩარჩოში ჩასმული დოკუმენტის სიმბოლოთა დაშიფვრა არ განცხადებულა. დოკუმენტი ჩარჩოს გარეშე შესაძლოა სხვანაირად გამოჩნდეს. +EncNoDeclarationPlain=წასაკითხი ტექსტის დოკუმენტის სიმბოლოთა დაშიფვრის სახე არაა განცხადებული. თუ დოკუმენტი შეიცავს US-ASCII-ის მიღმა არსებულ სიმბოლოებს, გარკვეული სახით გამართულ ბრაუზერში არასათანადოდ გამოჩნდება. საჭიროა ფაილის სიმბოლოთა დაშიფვრის განცხადება გადაცემის ოქმში ან ფაილი უნდა იყენებდეს ბაიტის რიგის ნიშანს, დაშიფვრის აღსანიშნავად. +EncNoDeclaration=HTML-დოკუმენტის სიმბოლოთა დაშიფვრის სახე არაა განცხადებული. თუ დოკუმენტი შეიცავს US-ASCII-ის მიღმა არსებულ სიმბოლოებს, გარკვეული სახით გამართულ ბრაუზერში არასათანადოდ გამოჩნდება. საჭიროა ფაილის სიმბოლოთა დაშიფვრის განცხადება საჭიროა უშუალოდ დოკუმენტში ან გადაცემის ოქმში. +EncLateMetaFrame=ფაილის პირველი 1024 ბაიტის წინასწარი სკანირებისას ჩარჩოში ჩასმული HTML დოკუმენტის სიმბოლოთა დაშიფვრის გამოცხადება ვერ მოიძებნა. მისი უჩარჩოოდ ნახვისას, გვერდი ავტომატურად გადაიტვირთება. საჭიროა დაშიფვრის განცხადების ფაილის საწყის 1024 ბაიტში გადატანა. +EncLateMeta=ფაილის პირველი 1024 ბაიტის წინასწარი სკანირებისას HTML დოკუმენტის სიმბოლოთა დაშიფვრის გამოცხადება ვერ მოიძებნა. მისი სხვა კონფიგურაციის მქონე ბრაუზერში ნახვისას, გვერდი ავტომატურად გადაიტვირთება. საჭიროა დაშიფვრის განცხადების ფაილის საწყის 1024 ბაიტში გადატანა. +EncLateMetaReload=გვერდი გადაიტვირთა, რადგანაც HTML დოკუმენტის სიმბოლოთა დაშიფვრის გამოცხადება ვერ მოიძებნა ფაილის პირველი 1024 ბაიტის წინასწარი სკანირებისას. საჭიროა დაშიფვრის გამოცხადების ფაილის საწყის 1024 ბაიტში გადატანა. +EncLateMetaTooLate=დოკუმენტის სიმბოლოთა დაშიფვრის გამოცხადება, ზედმეტად გვიან მოიძებნა, შედეგის მისაღებად. საჭიროა დაშიფვრის გამოცხადების ფაილის საწყის 1024 ბაიტში გადატანა. +EncMetaUnsupported=HTML დოკუმენტში მეტა იარლიყის გამოყენებით განცხადებული იქნა სიმბოლოთა მხარდაუჭერელი დაშიფვრა. გამოცხადება უგულებელყოფილ იქნა. +EncProtocolUnsupported=გადაცემის ოქმის დონეზე განცხადებულია სიმბოლოთა მხარდაუჭერელი დაშიფვრა. მოცემული განცხადება უგულებელყოფილია. +EncBomlessUtf16=აღმოჩენილია UTF-16-ით დაშიფრული ძირითადი სახის, მხოლოდ ლათინური სიმბოლოებისგან შემდგარი ტექსტი ბაიტების რიგის ნიშნის გარეშე და გადაცემის ოქმის დონეზე განცხადების გარეშე. ამ შიგთავსის UTF-16-ით დაშიფვრა არაა ქმედითი და სიმბოლოთა დაშიფვრა ნებისმიერ შემთხვევაში უნდა განცხადებულიყო. +EncMetaUtf16=გამოყენებული იქნა მეტა იარლიყი სიმბოლოთა დაშიფვრის UTF-16-ად განსაცხადებლად. ეს მიჩნეული იქნა როგორც UTF-8-ის გამოცხადება. +EncMetaUserDefined=სიმბოლოთა დაშიფვრის x-user-defined-ად გამოსაცხადებლად, გამოყენებულია მეტა ჭდე. ეს განსაზღვრულია, როგორც windows-1252 გამოცხადება, გამიზნულად დაუშიფრავ, მოძველებულ შრიფტებთან თავსებადობის ნაცვლად. საიტი საჭიროებს უნიკოდზე გადასვლას. + +# 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=Garbage after “</”. +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=“=” ბრჭყალების არმქონე თვისების მნიშვნელობაში. შესაძლო მიზეზები: ერთად გაშვებული თვისებები ან URL-მოთხოვნის სტრიქონი ბრჭყალების არმქონე თვისების მნიშვნელობაში. +errSlashNotFollowedByGt=წილადის ხაზს მაშინვე “>” არ მოჰყვა. +errNoSpaceBetweenAttributes=თვისებებს შორის სივრცე არაა. +errUnquotedAttributeStartLt=“<” ბრჭყალების არმქონე თვისების მნიშვნელობის თავში. შესაძლო მიზეზი: გამოტოვებული “>” მის წინ. +errUnquotedAttributeStartGrave=“`” ბრჭყალების არმქონე თვისების მნიშვნელობის თავში. სავარაუდო მიზეზი: არასწორი სიმბოლოს გამოყენება ბრჭყალად. +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 “<”. +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=ყალბი doctype. +maybeErrAttributesOnEndTag=დამხურავ ჭდეს აქვს თვისებები. +maybeErrSlashInEndTag=მიუსაფარი “/” დამაბალოებელი იარლიყის ბოლოში. +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=გვერდის ბოლო მიღწეულია ჭდის სახელის ძებნისას. ჭდე უგულებელყოფილი იქნება. +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=Duplicate attribute. +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=მიუსაფარი საწყისი იარლიყი “%1$S”. +errStrayEndTag=მიუსაფარი ბოლო იარლიყი “%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=მიუსაფარი doctype. +errAlmostStandardsDoctype=Almost standards mode doctype. Expected “<!DOCTYPE html>”. +errQuirkyDoctype=უცნაური doctype. მოსალოდნელი იყო “<!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=Bad start tag “%1$S” in “noscript” 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. +errFooSeenWhenFooOpen2=Start tag “%1$S” 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=მაბოლოებელი იარლიყი “%1$S” არღვევს ჩადგმის წესებს. +errEndWithUnclosedElements=End tag for “%1$S” seen, but there were unclosed elements. diff --git a/l10n-ka/dom/chrome/layout/layout_errors.properties b/l10n-ka/dom/chrome/layout/layout_errors.properties new file mode 100644 index 0000000000..2bb8302fa1 --- /dev/null +++ b/l10n-ka/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=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. +ScrollLinkedEffectFound2=This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features! + +## 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=Animation cannot be run on the compositor because the area of the frame (%1$S) is too large relative to the viewport (larger than %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=Animation cannot be run on the compositor because the frame size (%1$S, %2$S) is too large relative to the viewport (larger than (%3$S, %4$S)) or larger than the maximum allowed value (%5$S, %6$S) +## LOCALIZATION NOTE(CompositorAnimationWarningTransformBackfaceVisibilityHidden): +## 'backface-visibility: hidden' is a CSS property, don't translate it. +CompositorAnimationWarningTransformBackfaceVisibilityHidden=Animations of ‘backface-visibility: hidden’ transforms cannot be run on the compositor +## LOCALIZATION NOTE(CompositorAnimationWarningTransformSVG, +## CompositorAnimationWarningTransformWithGeometricProperties, +## CompositorAnimationWarningTransformWithSyncGeometricAnimations, +## CompositorAnimationWarningTransformFrameInactive, +## CompositorAnimationWarningOpacityFrameInactive): +## 'transform' and 'opacity' mean CSS property names, don't translate it. +CompositorAnimationWarningTransformSVG=Animations of ‘transform’ on elements with SVG transforms cannot be run on the compositor +CompositorAnimationWarningTransformWithGeometricProperties=Animations of ‘transform’ cannot be run on the compositor when geometric properties are animated on the same element at the same time +CompositorAnimationWarningTransformWithSyncGeometricAnimations=Animation of ‘transform’ cannot be run on the compositor because it should be synchronized with animations of geometric properties that started at the same time +CompositorAnimationWarningTransformFrameInactive=Animation cannot be run on the compositor because the frame was not marked active for ‘transform’ animation +CompositorAnimationWarningTransformIsBlockedByImportantRules=Transform animation cannot be run on the compositor because transform-related properties are overridden by !important rules +CompositorAnimationWarningOpacityFrameInactive=Animation cannot be run on the compositor because the frame was not marked active for ‘opacity’ animation +CompositorAnimationWarningHasRenderingObserver=Animation cannot be run on the compositor because the element has rendering observers (-moz-element or SVG clipping/masking) + +CompositorAnimationWarningHasCurrentColor=Animations of ‘background-color’ cannot be run on the compositor with ‘current-color’ keyframe. + +## LOCALIZATION NOTE: Do not translate zoom, calc(), "transform", "transform-origin: 0 0" +ZoomPropertyWarning=This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “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=When rendering the <html> element, the used values of CSS properties “writing-mode”, “direction”, and “text-orientation” on the <html> element are taken from the computed values of the <body> element, not from the <html> element’s own values. Consider setting these properties on the :root CSS pseudo-class. For more information see “The Principal Writing Mode” in 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=Scroll anchoring was disabled in a scroll container because of too many consecutive adjustments (%1$S) with too little total distance (%2$S px average, %3$S px total). + +ForcedLayoutStart=Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content. diff --git a/l10n-ka/dom/chrome/layout/printing.properties b/l10n-ka/dom/chrome/layout/printing.properties new file mode 100644 index 0000000000..9e476708c5 --- /dev/null +++ b/l10n-ka/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-ka/dom/chrome/layout/xmlparser.properties b/l10n-ka/dom/chrome/layout/xmlparser.properties new file mode 100644 index 0000000000..77c5d70619 --- /dev/null +++ b/l10n-ka/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 = დაცულ (xml) პრეფიქსს განსაზღვრება უნდა მოეხსნას ან სხვა სახელთა არეს URI მიეკუთვნოს +30 = დაცული (xmlns) პრეფიქსი არ უნდა განისაზღვროს ან განსაზღვრება უნდა მოეხსნას +31 = პრეფიქსი არ უნდა ეკუთვნოდეს ერთერთ დაცულ URI სახელთა არეს +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-ka/dom/chrome/layout/xul.properties b/l10n-ka/dom/chrome/layout/xul.properties new file mode 100644 index 0000000000..b0077abf55 --- /dev/null +++ b/l10n-ka/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). |