summaryrefslogtreecommitdiffstats
path: root/l10n-gu-IN/dom/chrome/layout/htmlparser.properties
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-gu-IN/dom/chrome/layout/htmlparser.properties')
-rw-r--r--l10n-gu-IN/dom/chrome/layout/htmlparser.properties124
1 files changed, 124 insertions, 0 deletions
diff --git a/l10n-gu-IN/dom/chrome/layout/htmlparser.properties b/l10n-gu-IN/dom/chrome/layout/htmlparser.properties
new file mode 100644
index 0000000000..95e29fcc72
--- /dev/null
+++ b/l10n-gu-IN/dom/chrome/layout/htmlparser.properties
@@ -0,0 +1,124 @@
+# 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=ફ્રેમ થયેલ દસ્તાવેજનું અક્ષર એનકોડીંગની રજૂઆત થયેલ ન હતી. દસ્તાવેજ વિવિધ રીતે દેખાઇ શકે છે જો દસ્તાવેજ તેને ફ્રેમ કર્યા વગર જુએ.
+EncMetaUnsupported=બિનઆધારભૂત અક્ષર એનકોડીંગ મેટા ટૅગની મદદથી HTML દસ્તાવેજ માટે રજૂ થયેલ હતુ. રજૂઆત અવગણેલ હતી.
+EncProtocolUnsupported=બિનઆધારભૂત અક્ષર એનકોડીંગ પરિવહન પ્રોટોકોલ સ્તર પર રજૂઆત થયેલ હતુ. રજૂઆત અવગણેલ હતી.
+EncMetaUtf16=UTF-16 તરીકે અક્ષર એનકોડીંગની રજૂઆત કરવા માટે મેટા ટૅગને વાપરેલ હતુ. આ તેને બદલે UTF-8 રજૂઆત તરીકે અર્થઘટન કરવામાં આવ્યુ હતુ.
+EncMetaUserDefined=x-user-defined ને અક્ષર સંગ્રહપદ્ધતિ જાહેર કરવા માટે મેટા ટૅગ વપરાયો હતો. હેતુસર ખોટી રીતે-સંગ્રહપદ્ધતિ થયેલ લૅગસી ફોન્ટ સાથેની સુસંગતતાની જગ્યાએ આ windows-1252 તરીકે સમજવામાં આવ્યો છે. આ સાઇટ યુનિકોડમાં ફેરવાઇ જવી જોઇએ.
+
+# 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=“</>” જોયુ હતુ. સંભવિત કારણો: “<” થી બહાર નીકાળેલ નથી (“&lt;” તરીકે બહાર નીકાળ્યુ) અથવા ખોટી રીતે લખેલ અંતિમ ટૅગ.
+errCharRefLacksSemicolon=અક્ષર સંદર્ભ અર્ધવિરામચિહ્ન દ્દારા બહાર કાઢેલ ન હતુ.
+errNoDigitsInNCR=આંકડાકીય અક્ષર સંદર્ભમાં આંકડા નથી.
+errGtInSystemId=સિસ્ટમ ઓળખકર્તામાં “>”.
+errGtInPublicId=સાર્વજનિક ઓળખકર્તામાં “>”.
+errNamelessDoctype=નામ વગતનું ડૉકટાઇપ.
+errConsecutiveHyphens=વારંવાર હાઇફન ટિપ્પણીનો અંત લાવતુ નથી. “--” ને ટિપ્પણીની અંદર પરવાનગી મળેલ નથી, પરંતુ દા.ત. “- -” છે.
+errPrematureEndOfComment=Premature end of comment. Use “-->” to end a comment properly.
+errBogusComment=ખરાબ ટિપ્પણી.
+errUnquotedAttributeLt=નોંધાયેલ ન હોય તેવી ગુણધર્મ કિંમતમાં “<”. સંભવિત કારણો: તેના પહેલાં ગુમ થયેલ “>”.
+errUnquotedAttributeGrave=નોંધાયેલ ન હોય તેવી ગુણધર્મ કિંમતમાં “`”. સંભવિત કારણો: નોંધવા માટે ખોટા અક્ષરને વાપરી રહ્યા છે.
+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=સ્લૅશ તરત જ “>” દ્દારા અનૂસરેલ ન હતુ.
+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=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 “&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 “&amp;”.)
+errNotSemicolonTerminated=Named character reference was not terminated by a semicolon. (Or “&” should have been escaped as “&amp;”.)
+errNoNamedCharacterMatch=“&” did not start a character reference. (“&” probably should have been escaped as “&amp;”.)
+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=સાર્વજનિક ઓળખકર્તાની ઇચ્છા રાખી હતી પરંતુ ડૉકટાઇપનો અત થયેલ છે.
+errBogusDoctype=ખરાબ ડૉકટાઇપ.
+maybeErrAttributesOnEndTag=અંતિમ ટૅગ પાસે ગુણધર્મો હતા.
+maybeErrSlashInEndTag=અંતિમ ટૅગના અંતે સ્ટ્રે “/”.
+errNcrNonCharacter=અક્ષર સંદર્ભ એ બિન-અક્ષર સુધી વિસ્તર્યો.
+errNcrSurrogate=અક્ષર સંદર્ભ સરોગેટ સુધી વિસ્તર્યો.
+errNcrControlChar=અક્ષર સંદર્ભ નિયંત્રણ અક્ષર સુધી વિસ્તર્યો.
+errNcrCr=A numeric character reference expanded to carriage return.
+errNcrInC1Range=આંકડાકીય અક્ષર C1 નિયંત્રણ સીમા સુધી વિસ્તર્યો.
+errEofInPublicId=સાર્વજનિક ઓળખકર્તાની અંદર ફાઇલનો અંત.
+errEofInComment=ટિપ્પણીની અંદર ફાઇલનો અંત.
+errEofInDoctype=ડૉકટાઇપની અંદર ફાઇલનો અંત.
+errEofInAttributeValue=ફાઇલનો અંત થઇ ગયો જ્યારે ગુણધર્મ કિંમતની અંદર છે. ટૅગને અવગણી રહ્યા છે.
+errEofInAttributeName=ગુણધર્મ નામમાં ફાઇલનો અંત થયો. ટૅગને અવગણી રહ્યા છે.
+errEofWithoutGt=“>” સાથે અંત કરીને પહેલાનું ટૅગ વગર ફાઇલન અંત જોયો. ટૅગને અવગણી રહ્યા છે.
+errEofInTagName=ફાઇલનો અંત જોયો જ્યારે ટૅગ નામ માટે જોઇ રહ્યા હોય. ટૅગને અવગણી રહ્યા છે.
+errEofInEndTag=અંતિમ ટૅગની અંદર ફાઇલનો અંત. ટૅગને અવગણી રહ્યા છે.
+errEofAfterLt=“<” પછી ફાઇલો અંત.
+errNcrOutOfRange=અક્ષર સંદર્ભ પરવાનગી મળેલ યુનિકોડ સીમાની બહાર.
+errNcrUnassigned=અક્ષર સંદર્ભ કાયમ માટે ન સોંપેલ કોડ પોઇંટ સુધી વિસ્તર્યો.
+errDuplicateAttribute=Duplicate attribute.
+errEofInSystemId=સિસ્ટમ ઓળખકર્તાની અંદર ફાઇલનો અંત.
+errExpectedSystemId=સિસ્ટમ ઓળખકર્તા ઇચ્છા રાખેલ છે પરંતુ ડૉકટાઇપનો અંત થયેલ છે.
+errMissingSpaceBeforeDoctypeName=ડૉકટાઇપ નામ પહેલાં ગેરહાજર જગ્યા.
+errNcrZero=અક્ષર સંદર્ભ શૂન્ય સુધી વિસ્તર્યુ.
+errNoSpaceBetweenDoctypeSystemKeywordAndQuote=ડૉકટાઇપ “SYSTEM” કિવર્ડ અને અવતરણ ચિહ્નની વચ્ચે જગ્યા નથી.
+errNoSpaceBetweenPublicAndSystemIds=ડૉકટાઇપ સાર્વજનિક અને સિસ્ટમ ઓળખકર્તા વચ્ચે જગ્યા નથી.
+errNoSpaceBetweenDoctypePublicKeywordAndQuote=ડૉકટાઇપ “PUBLIC” કિવર્ડ અને અવતરણચિહ્નની વચ્ચે જગ્યા નથી.
+
+# Tree builder errors
+errStrayStartTag2=સ્ટ્રે શરૂઆત ટૅગ “%1$S”.
+errStrayEndTag=સ્ટ્રે અંતિમ ટૅગ “%1$S”.
+errUnclosedElements=અંતિમ ટૅગ “%1$S” જોયુ, પરંતુ ત્યાં ખુલ્લા ઘટકો હતા.
+errUnclosedElementsImplied=અંતિમ ટૅગ “%1$S” લાગુ થયેલ છે, પરંતુ ત્યાં ખુલ્લા ઘટકો હતા.
+errUnclosedElementsCell=એક કોષ્ટક સેલને સર્વથા બંધ કરેલ હતુ, પરંતુ ત્યાં ખુલ્લા ઘટકો હતા.
+errStrayDoctype=સ્ટ્રે ડૉકટાઇપ.
+errAlmostStandardsDoctype=મોટેભાગે મૂળભૂત મોડ ડૉકટાઇપ.“<!DOCTYPE html>” ની ઇચ્છા રાખેલ છે.
+errQuirkyDoctype=Quirky doctype. Expected “<!DOCTYPE html>”.
+errNonSpaceInTrailer=Non-space character in page trailer.
+errNonSpaceAfterFrameset=“frameset” પછી બિન-જગ્યા.
+errNonSpaceInFrameset=“frameset” માં બિન-જગ્યા.
+errNonSpaceAfterBody=Non-space character after body.
+errNonSpaceInColgroupInFragment=“colgroup” માં બિન-જગ્યા જ્યારે ટૂકડામાં પદચ્છેદન કરી રહ્યા હોય.
+errNonSpaceInNoscriptInHead=Non-space character inside “noscript” inside “head”.
+errFooBetweenHeadAndBody=“head” અને “body” વચ્ચે “%1$S” ઘટક
+errStartTagWithoutDoctype=પહેલાં ડૉકટાઇપને જોયા વગર શરૂઆત ટૅગ જોયુ.“<!DOCTYPE html>” ઇચ્છા રાખેલ છે.
+errNoSelectInTableScope=No “select” in table scope.
+errStartSelectWhereEndSelectExpected=“select” start tag where end tag expected.
+errStartTagWithSelectOpen=“%1$S” start tag with “select” open.
+errImage=શરૂઆત ટૅગ “image” જોયુ.
+errHeadingWhenHeadingOpen=મથાળાને બીજા મથાળાનું બાળ કરી શકાતુ નથી.
+errFramesetStart=“frameset” શરૂઆતનો ટૅગ દેખાયો.
+errNoCellToClose=બંધ કરવા માટે સેલ નથી.
+errStartTagInTable=શરૂઆત ટૅગ “%1$S” એ “table” માં દેખાયો.
+errFormWhenFormOpen=Saw a “form” start tag, but there was already an active “form” element. Nested forms are not allowed. Ignoring the tag.
+errTableSeenWhileTableOpen=“table” માટે શરૂઆત ટૅગ જોયુ પરંતુ પહેલાંનુ “table” હજુ ખુલ્લુ છે.
+errStartTagInTableBody=“%1$S” start tag in table body.
+errEndTagSeenWithoutDoctype=પહેલાં ડૉકટાઇપને જોયા વગર અંતિમ ટૅગ જોયુ.“<!DOCTYPE html>” ઇચ્છા રાખેલ છે.
+errEndTagAfterBody=Saw an end tag after “body” had been closed.
+errEndTagSeenWithSelectOpen=“%1$S” નો “select” ખલ્લુ સાથે અંતિમ ટૅગ.
+errGarbageInColgroup=“colgroup” ટુકડામાં કચરો.
+errEndTagBr=અંતિમ ટેગ “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.
+errNoTableRowToClose=બંધ કરવા માટે કોષ્ટક હારનમાળા નથી.
+errNonSpaceInTable=કોષ્ટક અંદર ખોટી જગ્યાએ મૂકેલ બિન-જગ્યા અક્ષરો.
+errUnclosedChildrenInRuby=“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=સ્ટેક પર બંધ ન થયેલ ઘટકો.
+errEndTagDidNotMatchCurrentOpenElement=અંતિમ ટૅગ “%1$S” એ વર્તમાન ખુલ્લા ઘટક (“%2$S”) ના નામ સાથે બંધબેસતુ નથી.
+errEndTagViolatesNestingRules=અંતિમ ટૅગ “%1$S” નેસ્ટીંગ નિયમોનુ ઉલ્લંઘન કરે છે.
+errEndWithUnclosedElements=“%1$S” માટે અંતિમ ટેગ જોયુ, પરંતુ ત્યાં ખુલ્લા ઘટકો હતા.