BETA

Transvision

Filter by folder:

Show all results browser dom toolkit

Displaying 37 results for the string tag in bs:

Entity bs en-US
Entity # all locales browser • browser • pageInfo.ftl
general-meta-tags.value
bs
{ $tags -> [one] Meta (1 tag) [few] Meta ({ $tags } taga) *[many] Meta ({ $tags } tagova) }
en-US
{ $tags -> [one] Meta (1 tag) *[other] Meta ({ $tags } tags) }
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaUserDefined
bs
Meta tag je korišten za deklaraciju kodne stranice kao x-user-defined. Ovo je interpretirano kao windows-1252 deklaracija radi kompatibilnosti sa zastarjelim fontovima. Ovu stranicu bi trebalo migrirati na Unicode.
en-US
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.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaUtf16
bs
Meta tag je korišten za deklaraciju enkodiranja karaktera kao UTF-16. Umjesto toga, ovo je interpretirano kao deklaracija UTF-8.
en-US
A meta tag was used to declare the character encoding as UTF-16. This was interpreted as an UTF-8 declaration instead.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagAfterBody
bs
Saw an end tag after “body” had been closed.
en-US
Saw an end tag after “body” had been closed.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagBr
bs
End tag “br”.
en-US
End tag “br”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagDidNotMatchCurrentOpenElement
bs
End tag “%1$S” did not match the name of the current open element (“%2$S”).
en-US
End tag “%1$S” did not match the name of the current open element (“%2$S”).
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagSeenWithSelectOpen
bs
“%1$S” end tag with “select” open.
en-US
“%1$S” end tag with “select” open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagSeenWithoutDoctype
bs
End tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
en-US
End tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagViolatesNestingRules
bs
End tag “%1$S” violates nesting rules.
en-US
End tag “%1$S” violates nesting rules.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndWithUnclosedElements
bs
Uočen je završni “%1$S” tag, ali postoje nezatvoreni elementi.
en-US
End tag for “%1$S” seen, but there were unclosed elements.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEofInAttributeName
bs
End of file occurred in an attribute name. Ignoring tag.
en-US
End of file occurred in an attribute name. Ignoring tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEofInAttributeValue
bs
End of file reached when inside an attribute value. Ignoring tag.
en-US
End of file reached when inside an attribute value. Ignoring tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEofInEndTag
bs
End of file inside end tag. Ignoring tag.
en-US
End of file inside end tag. Ignoring tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEofInTagName
bs
End of file seen when looking for tag name. Ignoring tag.
en-US
End of file seen when looking for tag name. Ignoring tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEofWithoutGt
bs
Saw end of file without the previous tag ending with “>”. Ignoring tag.
en-US
Saw end of file without the previous tag ending with “>”. Ignoring tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errFormWhenFormOpen
bs
Saw a “form” start tag, but there was already an active “form” element. Nested forms are not allowed. Ignoring the tag.
en-US
Saw a “form” start tag, but there was already an active “form” element. Nested forms are not allowed. Ignoring the tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errFramesetStart
bs
“frameset” start tag seen.
en-US
“frameset” start tag seen.
Entity # all locales dom • chrome • layout • htmlparser.properties
errHtmlStartTagInForeignContext
bs
HTML start tag “%1$S” in a foreign namespace context.
en-US
HTML start tag “%1$S” in a foreign namespace context.
Entity # all locales dom • chrome • layout • htmlparser.properties
errImage
bs
Saw a start tag “image”.
en-US
Saw a start tag “image”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errLtGt
bs
Saw “<>”. Probable causes: Unescaped “<” (escape as “&lt;”) or mistyped start tag.
en-US
Saw “<>”. Probable causes: Unescaped “<” (escape as “&lt;”) or mistyped start tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errLtSlashGt
bs
Saw “</>”. Vjerovatni uzroci: Unescaped “<” (escape kao “&lt;”) ili pogrešan završni tag.
en-US
Saw “</>”. Probable causes: Unescaped “<” (escape as “&lt;”) or mistyped end tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoElementToCloseButEndTagSeen
bs
No “%1$S” element in scope but a “%1$S” end tag seen.
en-US
No “%1$S” element in scope but a “%1$S” end tag seen.
Entity # all locales dom • chrome • layout • htmlparser.properties
errSelfClosing
bs
Self-closing syntax (“/>”) used on a non-void HTML element. Ignoring the slash and treating as a start tag.
en-US
Self-closing syntax (“/>”) used on a non-void HTML element. Ignoring the slash and treating as a start tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartSelectWhereEndSelectExpected
bs
“select” start tag where end tag expected.
en-US
“select” start tag where end tag expected.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagInTable
bs
Start tag “%1$S” seen in “table”.
en-US
Start tag “%1$S” seen in “table”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagInTableBody
bs
“%1$S” start tag in table body.
en-US
“%1$S” start tag in table body.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagSeenWithoutRuby
bs
Start tag “%1$S” seen without a “ruby” element being open.
en-US
Start tag “%1$S” seen without a “ruby” element being open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagWithSelectOpen
bs
“%1$S” start tag with “select” open.
en-US
“%1$S” start tag with “select” open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagWithoutDoctype
bs
Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
en-US
Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStrayEndTag
bs
Stray end tag “%1$S”.
en-US
Stray end tag “%1$S”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStrayStartTag2
bs
Stray start tag “%1$S”.
en-US
Stray start tag “%1$S”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errTableSeenWhileTableOpen
bs
Start tag for “table” seen but the previous “table” is still open.
en-US
Start tag for “table” seen but the previous “table” is still open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errUnclosedElements
bs
End tag “%1$S” seen, but there were open elements.
en-US
End tag “%1$S” seen, but there were open elements.
Entity # all locales dom • chrome • layout • htmlparser.properties
errUnclosedElementsImplied
bs
End tag “%1$S” implied, but there were open elements.
en-US
End tag “%1$S” implied, but there were open elements.
Entity # all locales dom • chrome • layout • htmlparser.properties
maybeErrAttributesOnEndTag
bs
End tag had attributes.
en-US
End tag had attributes.
Entity # all locales dom • chrome • layout • htmlparser.properties
maybeErrSlashInEndTag
bs
Stray “/” at the end of an end tag.
en-US
Stray “/” at the end of an end tag.
Entity # all locales dom • chrome • mathml • mathml.properties
ChildCountIncorrect
bs
Neispravan markup: Neispravan broj djece za <%1$S/> tag.
en-US
Invalid markup: Incorrect number of children for <%1$S/> tag.

Displaying 68 results for the string tag in en-US:

Entity bs en-US
Entity # all locales browser • browser • pageInfo.ftl
general-meta-tags.value
bs
{ $tags -> [one] Meta (1 tag) [few] Meta ({ $tags } taga) *[many] Meta ({ $tags } tagova) }
en-US
{ $tags -> [one] Meta (1 tag) *[other] Meta ({ $tags } tags) }
Entity # all locales browser • browser • places.ftl
places-untag-bookmark.label
bs
Warning: Source string is missing
en-US
Remove Tag
Entity # all locales browser • browser • shopping.ftl
shopping-callout-closed-not-opted-in-revised-subtitle
bs
Warning: Source string is missing
en-US
Just click the price tag icon in the address bar to get back to Review Checker.
Entity # all locales browser • browser • shopping.ftl
shopping-callout-closed-not-opted-in-subtitle
bs
Warning: Source string is missing
en-US
Give Review Checker a try whenever you see the price tag. Get insights from real shoppers quickly — before you buy.
Entity # all locales browser • browser • shopping.ftl
shopping-callout-closed-opted-in-subtitle
bs
Warning: Source string is missing
en-US
Get back to <strong>Review Checker</strong> whenever you see the price tag.
Entity # all locales browser • browser • shopping.ftl
shopping-callout-disabled-auto-open-subtitle
bs
Warning: Source string is missing
en-US
Click the price tag icon in the address bar whenever you want to see if you can trust a product’s reviews.
Entity # all locales browser • browser • shopping.ftl
shopping-callout-opted-out-subtitle
bs
Warning: Source string is missing
en-US
To turn it back on, click the price tag icon in the address bar and follow the prompts.
Entity # all locales dom • chrome • dom • dom.properties
UnusedLinkPreloadPending
bs
Warning: Source string is missing
en-US
The resource at “%S” preloaded with link preload was not used within a few seconds. Make sure all attributes of the preload tag are set correctly.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncDetectorReload
bs
Warning: Source string is missing
en-US
The character encoding of the document was not declared, and the encoding was guessable from content only late. This caused the document to be reloaded. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncErrorFrame
bs
Warning: Source string is missing
en-US
The byte stream was erroneous according to the character encoding that was inherited from the parent document. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaAfterHeadInKilobyte
bs
Warning: Source string is missing
en-US
The meta tag declaring the character encoding of the document should be moved to start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaReplacement
bs
Warning: Source string is missing
en-US
A meta tag was used to declare an encoding that is a cross-site scripting hazard. The replacement encoding was used instead.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaTooLate
bs
Warning: Source string is missing
en-US
A meta tag attempting to declare the character encoding declaration was found too late, and the encoding was guessed from content instead. The meta tag needs to be moved to the start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaTooLateFrame
bs
Warning: Source string is missing
en-US
A meta tag attempting to declare the character encoding declaration was found too late, and the encoding of the parent document was used instead. The meta tag needs to be moved to the start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaUnsupported
bs
Nepodržano enkodiranje karaktera je deklarisano za HTML dokument putem meta taga. Deklaracija je ignorisana.
en-US
An unsupported character encoding was declared for the HTML document using a meta tag. The declaration was ignored.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaUserDefined
bs
Meta tag je korišten za deklaraciju kodne stranice kao x-user-defined. Ovo je interpretirano kao windows-1252 deklaracija radi kompatibilnosti sa zastarjelim fontovima. Ovu stranicu bi trebalo migrirati na Unicode.
en-US
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.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaUtf16
bs
Meta tag je korišten za deklaraciju enkodiranja karaktera kao UTF-16. Umjesto toga, ovo je interpretirano kao deklaracija UTF-8.
en-US
A meta tag was used to declare the character encoding as UTF-16. This was interpreted as an UTF-8 declaration instead.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncNoDecl
bs
Warning: Source string is missing
en-US
The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncSpeculationFailMeta
bs
Warning: Source string is missing
en-US
The start of the document was reparsed, because there were non-ASCII characters before the meta tag that declared the encoding. The meta should be the first child of head without non-ASCII comments before.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncSpeculationFailXml
bs
Warning: Source string is missing
en-US
The start of the document was reparsed, because there were non-ASCII characters in the part of the document that was unsuccessfully searched for a meta tag before falling back to the XML declaration syntax. A meta tag at the start of the head part should be used instead of the XML declaration syntax.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncXmlDecl
bs
Warning: Source string is missing
en-US
The character encoding of an HTML document was declared using the XML declaration syntax. This is non-conforming, and declaring the encoding using a meta tag at the start of the head part is more efficient.
Entity # all locales dom • chrome • layout • htmlparser.properties
errBadStartTagInNoscriptInHead
bs
Warning: Source string is missing
en-US
Bad start tag “%1$S” in “noscript” in “head”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagAfterBody
bs
Saw an end tag after “body” had been closed.
en-US
Saw an end tag after “body” had been closed.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagBr
bs
End tag “br”.
en-US
End tag “br”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagDidNotMatchCurrentOpenElement
bs
End tag “%1$S” did not match the name of the current open element (“%2$S”).
en-US
End tag “%1$S” did not match the name of the current open element (“%2$S”).
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagSeenWithSelectOpen
bs
“%1$S” end tag with “select” open.
en-US
“%1$S” end tag with “select” open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagSeenWithoutDoctype
bs
End tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
en-US
End tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagViolatesNestingRules
bs
End tag “%1$S” violates nesting rules.
en-US
End tag “%1$S” violates nesting rules.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndWithUnclosedElements
bs
Uočen je završni “%1$S” tag, ali postoje nezatvoreni elementi.
en-US
End tag for “%1$S” seen, but there were unclosed elements.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEofInAttributeName
bs
End of file occurred in an attribute name. Ignoring tag.
en-US
End of file occurred in an attribute name. Ignoring tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEofInAttributeValue
bs
End of file reached when inside an attribute value. Ignoring tag.
en-US
End of file reached when inside an attribute value. Ignoring tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEofInEndTag
bs
End of file inside end tag. Ignoring tag.
en-US
End of file inside end tag. Ignoring tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEofInTagName
bs
End of file seen when looking for tag name. Ignoring tag.
en-US
End of file seen when looking for tag name. Ignoring tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEofWithoutGt
bs
Saw end of file without the previous tag ending with “>”. Ignoring tag.
en-US
Saw end of file without the previous tag ending with “>”. Ignoring tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errFooSeenWhenFooOpen2
bs
Warning: Source string is missing
en-US
Start tag “%1$S” seen but an element of the same type was already open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errFormWhenFormOpen
bs
Saw a “form” start tag, but there was already an active “form” element. Nested forms are not allowed. Ignoring the tag.
en-US
Saw a “form” start tag, but there was already an active “form” element. Nested forms are not allowed. Ignoring the tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errFramesetStart
bs
“frameset” start tag seen.
en-US
“frameset” start tag seen.
Entity # all locales dom • chrome • layout • htmlparser.properties
errHtmlStartTagInForeignContext
bs
HTML start tag “%1$S” in a foreign namespace context.
en-US
HTML start tag “%1$S” in a foreign namespace context.
Entity # all locales dom • chrome • layout • htmlparser.properties
errImage
bs
Saw a start tag “image”.
en-US
Saw a start tag “image”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errLtGt
bs
Saw “<>”. Probable causes: Unescaped “<” (escape as “&lt;”) or mistyped start tag.
en-US
Saw “<>”. Probable causes: Unescaped “<” (escape as “&lt;”) or mistyped start tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errLtSlashGt
bs
Saw “</>”. Vjerovatni uzroci: Unescaped “<” (escape kao “&lt;”) ili pogrešan završni tag.
en-US
Saw “</>”. Probable causes: Unescaped “<” (escape as “&lt;”) or mistyped end tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoElementToCloseButEndTagSeen
bs
No “%1$S” element in scope but a “%1$S” end tag seen.
en-US
No “%1$S” element in scope but a “%1$S” end tag seen.
Entity # all locales dom • chrome • layout • htmlparser.properties
errSelfClosing
bs
Self-closing syntax (“/>”) used on a non-void HTML element. Ignoring the slash and treating as a start tag.
en-US
Self-closing syntax (“/>”) used on a non-void HTML element. Ignoring the slash and treating as a start tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartSelectWhereEndSelectExpected
bs
“select” start tag where end tag expected.
en-US
“select” start tag where end tag expected.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagInTable
bs
Start tag “%1$S” seen in “table”.
en-US
Start tag “%1$S” seen in “table”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagInTableBody
bs
“%1$S” start tag in table body.
en-US
“%1$S” start tag in table body.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagSeenWithoutRuby
bs
Start tag “%1$S” seen without a “ruby” element being open.
en-US
Start tag “%1$S” seen without a “ruby” element being open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagWithSelectOpen
bs
“%1$S” start tag with “select” open.
en-US
“%1$S” start tag with “select” open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagWithoutDoctype
bs
Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
en-US
Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStrayEndTag
bs
Stray end tag “%1$S”.
en-US
Stray end tag “%1$S”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStrayStartTag2
bs
Stray start tag “%1$S”.
en-US
Stray start tag “%1$S”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errTableSeenWhileTableOpen
bs
Start tag for “table” seen but the previous “table” is still open.
en-US
Start tag for “table” seen but the previous “table” is still open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errUnclosedElements
bs
End tag “%1$S” seen, but there were open elements.
en-US
End tag “%1$S” seen, but there were open elements.
Entity # all locales dom • chrome • layout • htmlparser.properties
errUnclosedElementsImplied
bs
End tag “%1$S” implied, but there were open elements.
en-US
End tag “%1$S” implied, but there were open elements.
Entity # all locales dom • chrome • layout • htmlparser.properties
maybeErrAttributesOnEndTag
bs
End tag had attributes.
en-US
End tag had attributes.
Entity # all locales dom • chrome • layout • htmlparser.properties
maybeErrSlashInEndTag
bs
Stray “/” at the end of an end tag.
en-US
Stray “/” at the end of an end tag.
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapCircleNegativeRadius
bs
"Coords" atribut elementa <area shape="circle"> ima negativan poluprečnik.
en-US
The “coords” attribute of the <area shape="circle"> tag has a negative radius.
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapCircleWrongNumberOfCoords
bs
"coords" atribut <area shape="circle"> taga nije u formatu "center-x,center-y,radius".
en-US
The “coords” attribute of the <area shape="circle"> tag is not in the “center-x,center-y,radius” format.
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapPolyOddNumberOfCoords
bs
"coords" atribut <area shape="poly"> taga ne sadrži posljednju "y" koordinatu (ispravan format је "x1,y1,x2,y2 ").
en-US
The “coords” attribute of the <area shape="poly"> tag is missing the last “y” coordinate (the correct format is “x1,y1,x2,y2 ”).
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapPolyWrongNumberOfCoords
bs
"Coords" atribut elementa <area shape="poly"> nije u formatu "x1,y1,x2,y2 ".
en-US
The “coords” attribute of the <area shape="poly"> tag is not in the “x1,y1,x2,y2 ” format.
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapRectBoundsError
bs
"Coords" atribut elementa <area shape="rect"> nije u "lijevo,gore,desno,dole" formatu.
en-US
The “coords” attribute of the <area shape="rect"> tag is not in the “left,top,right,bottom” format.
Entity # all locales dom • chrome • layout • xmlparser.properties
7
bs
nepodudarna oznaka
en-US
mismatched tag
Entity # all locales dom • chrome • mathml • mathml.properties
ChildCountIncorrect
bs
Neispravan markup: Neispravan broj djece za <%1$S/> tag.
en-US
Invalid markup: Incorrect number of children for <%1$S/> tag.
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-label-for-controls-submit
bs
Warning: Source string is missing
en-US
Press the preceding button to tag all { -glean-brand-name } pings with your tag and submit the selected ping. (All pings submitted from then until you restart the application will be tagged with <code>{ $debug-tag }</code>.)
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-label-for-tag-pings
bs
Warning: Source string is missing
en-US
In the preceding field ensure there is a memorable debug tag so you can recognize your pings later.
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-label-for-tag-pings-with-requirements
bs
Warning: Source string is missing
en-US
Set a memorable debug tag <span>(20 characters or fewer, alphanumerics and - only)</span> so you can recognize your pings later.
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-li-for-visit-gdpv
bs
Warning: Source string is missing
en-US
<a data-l10n-name="gdpv-tagged-pings-link">Visit the { glean-debug-ping-viewer-brand-name } page for pings with your tag</a>. It shouldn’t take more than a few seconds from pushing the button to your ping arriving. Sometimes it may take a small handful of minutes.
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-upload-fake-enabled
bs
Warning: Source string is missing
en-US
Data upload is disabled, but we’re lying and telling the { glean-sdk-brand-name } it is enabled so that data is still recorded locally. Note: If you set a debug tag, pings will be uploaded to the <a data-l10n-name="glean-debug-ping-viewer">{ glean-debug-ping-viewer-brand-name }</a> regardless of settings.
Please enable JavaScript. Some features won't be available without it.