1
0
Fork 0
firefox/tools/lint/test/files/fluent-lint/bad.ftl
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

44 lines
1.6 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Blah-blah = Uppercase letters in identifiers are not permitted.
blah-blah = This is a legal identifier.
blah_blah = Underscores in identifiers are not permitted.
bad-apostrophe-1 = The bee's knees
bad-apostrophe-end-1 = The bees' knees
bad-apostrophe-2 = The bees knees
bad-single-quote = 'The bees knees'
ok-apostrophe = The bees knees
ok-single-quote = The bees knees
bad-double-quote = "The bees knees"
good-double-quote = “The bees knees”
bad-ellipsis = The bees knees...
good-ellipsis = The bees knees…
embedded-tag = Read more about <a data-l10n-name="privacy-policy"> our privacy policy </a>.
bad-embedded-tag = Read more about <a data-l10n-name="privacy-policy"> our 'privacy' policy </a>.
Invalid_Id = This identifier is in the exclusions file and will not cause an error.
good-has-attributes =
.accessKey = Attribute identifiers are not checked.
bad-has-attributes =
.accessKey = Attribute 'values' are checked.
good-function-call = Last modified: { DATETIME($timeChanged, day: "numeric", month: "long", year: "numeric") }
# $engineName (String) - The engine name that will currently be used for the private window.
good-variable-identifier = { $engineName } is your default search engine in Private Windows
short-id = I am too short
identifiers-in-selectors-should-be-ignored =
.label = { $tabCount ->
[1] Send Tab to Device
[UPPERCASE] Send Tab to Device
*[other] Send { $tabCount } Tabs to Device
}
this-message-reference-is-ignored =
.label = { menu-quit.label }
ok-message-with-html-and-var = This is a <a href="{ $url }">link</a>