BETA

Transvision

Filter by folder:

Show all results dom toolkit

Displaying 3 results for the string character in ja:

Entity ja en-US
Entity # all locales dom • chrome • layout • htmlparser.properties
errNonSpaceAfterBody
ja
Non-space character after body.
en-US
Non-space character after body.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNonSpaceInNoscriptInHead
ja
Non-space character inside "noscript" inside "head".
en-US
Non-space character inside “noscript” inside “head”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNonSpaceInTrailer
ja
Non-space character in page trailer.
en-US
Non-space character in page trailer.

Displaying 44 results for the string character in en-US:

Entity ja en-US
Entity # all locales devtools • client • toolbox-options.ftl
options-sourceeditor-expandtab-tooltip.title
ja
タブ文字の代わりにスペース文字を使います
en-US
Use spaces instead of the tab character
Entity # all locales dom • chrome • layout • css.properties
PEPRSyntaxFieldInvalidName
ja
@property の syntax 記述子 ‘%S’ に含まれているコンポーネント名に不正な文字があります。
en-US
@property syntax descriptor ‘%S’ contains a component name with an invalid character.
Entity # all locales dom • chrome • layout • css.properties
PEPRSyntaxFieldInvalidNameStart
ja
@property の syntax 記述子 ‘%S’ に含まれているコンポーネント名が不正な文字で始まっています。
en-US
@property syntax descriptor ‘%S’ contains a component name that starts with an invalid character.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncDetectorReload
ja
ドキュメントの文字エンコーディングが宣言されていませんでした。エンコーディングはコンテンツからのみ後で判別できますが、これはドキュメントが再度読み込まれる原因になります。文字エンコーディングは meta タグを使用して Content-Type HTTP ヘッダー内で宣言するか、バイトオーダーマーク (BOM) で指定する必要があります。
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
EncDetectorReloadPlain
ja
ドキュメントの文字エンコーディングが宣言されていませんでした。エンコーディングはコンテンツからのみ後で判別できますが、これはドキュメントが再度読み込まれる原因になります。文字エンコーディングは Content-Type HTTP ヘッダー内で宣言するか、バイトオーダーマーク (BOM) で指定する必要があります。
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 or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncError
ja
宣言された文字エンコーディングによりバイトストリームがエラーを起こしています。文字エンコーディング宣言が正しくない可能性があります。
en-US
The byte stream was erroneous according to the character encoding that was declared. The character encoding declaration may be incorrect.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncErrorFrame
ja
親ドキュメントから継承された文字エンコーディングによりバイトストリームがエラーを起こしています。文字エンコーディングは meta タグを使用して Content-Type HTTP ヘッダー内で宣言するか、バイトオーダーマーク (BOM) で指定する必要があります。
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
EncErrorFramePlain
ja
親ドキュメントから継承された文字エンコーディングによりバイトストリームがエラーを起こしています。文字エンコーディングは Content-Type HTTP ヘッダー内で宣言するか、バイトオーダーマーク (BOM) で指定する必要があります。
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 or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaAfterHeadInKilobyte
ja
ドキュメントの文字エンコーディングを宣言する meta タグはドキュメントの head 部分の冒頭へ移動する必要があります。
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
EncMetaTooLate
ja
文字エンコーディングを宣言する meta タグがドキュメント後方で見つかったため、代わりにコンテンツから文字エンコーディングが判別されました。この meta タグはドキュメントの head 部分の冒頭へ移動する必要があります。
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
ja
文字エンコーディングを宣言する meta タグがドキュメント後方で見つかったため、代わりに親ドキュメントの文字エンコーディングが使用されました。この meta タグはドキュメントの head 部分の冒頭へ移動する必要があります。
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
ja
HTML ドキュメントの meta タグにサポートされていない文字エンコーディングが指定されています。文字エンコーディング宣言は無視されました。
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
ja
meta タグは x-user-defined のような文字エンコーディングの宣言に使用されていました。互換性のため意図的に古いフォントで表示するよう、windows-1252 として宣言したと解釈されました。このサイトは 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
ja
meta タグで UTF-16 文字エンコーディングを宣言していますが、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
ja
ドキュメントの文字エンコーディングが宣言されていないため、コンテンツから文字エンコーディングが判別されました。文字エンコーディングは meta タグを使用して Content-Type HTTP ヘッダー内で宣言するか、バイトオーダーマーク (BOM) で指定する必要があります。
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
EncNoDeclPlain
ja
ドキュメントの文字エンコーディングが宣言されていないため、コンテンツから文字エンコーディングが判別されました。文字エンコーディングは Content-Type HTTP ヘッダー内で宣言するか、バイトオーダーマーク (BOM) で指定する必要があります。
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 or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncNoDeclarationFrame
ja
フレーム内のドキュメントの文字エンコーディングが宣言されていません。フレームなしで読み込む場合と表示が異なるかもしれません。
en-US
The character encoding of a framed document was not declared. The document may appear different if viewed without the document framing it.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncProtocolUnsupported
ja
転送プロトコル中でサポートされていない文字エンコーディングが指定されています。文字エンコーディング宣言は無視されました。
en-US
An unsupported character encoding was declared on the transfer protocol level. The declaration was ignored.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncXmlDecl
ja
HTML ドキュメントの文字エンコーディングが XML 宣言構文で宣言されていました。基準に従わないこの宣言は head 部分の冒頭で meta タグを使用して宣言するとより効果的です。
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
errBadCharAfterLt
ja
"<" の後に不正な文字が見つかりました。"<" を "&lt;" にエスケープし忘れている可能性があります。
en-US
Bad character after “<”. Probable cause: Unescaped “<”. Try escaping it as “&lt;”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errCharRefLacksSemicolon
ja
文字参照がセミコロンで終了していません。
en-US
Character reference was not terminated by a semicolon.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNcrControlChar
ja
制御文字に展開される文字参照が見つかりました。
en-US
Character reference expands to a control character.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNcrCr
ja
復帰改行文字に展開される数値文字参照が見つかりました。
en-US
A numeric character reference expanded to carriage return.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNcrInC1Range
ja
C1 制御領域に展開される数値文字参照が見つかりました。
en-US
A numeric character reference expanded to the C1 controls range.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNcrNonCharacter
ja
非文字に展開される文字参照が見つかりました。
en-US
Character reference expands to a non-character.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNcrOutOfRange
ja
Unicode で許可されている範囲外の文字参照が見つかりました。
en-US
Character reference outside the permissible Unicode range.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNcrSurrogate
ja
サロゲートに展開される文字参照が見つかりました。
en-US
Character reference expands to a surrogate.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNcrUnassigned
ja
文字が割り当てられないコードポイントに展開される文字参照が見つかりました。
en-US
Character reference expands to a permanently unassigned code point.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNcrZero
ja
ゼロに展開される文字参照が見つかりました。
en-US
Character reference expands to zero.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoDigitsInNCR
ja
数値文字参照に数字が含まれていません。
en-US
No digits in numeric character reference.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoNamedCharacterMatch
ja
"&" が実体参照の開始以外で使われています。"&" を "&amp;" にエスケープし忘れている可能性があります。
en-US
“&” did not start a character reference. (“&” probably should have been escaped as “&amp;”.)
Entity # all locales dom • chrome • layout • htmlparser.properties
errNonSpaceAfterBody
ja
Non-space character after body.
en-US
Non-space character after body.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNonSpaceInNoscriptInHead
ja
Non-space character inside "noscript" inside "head".
en-US
Non-space character inside “noscript” inside “head”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNonSpaceInTrailer
ja
Non-space character in page trailer.
en-US
Non-space character in page trailer.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNotSemicolonTerminated
ja
文字実体参照がセミコロンで終了していません。あるいは "&" を "&amp;" にエスケープし忘れている可能性があります。
en-US
Named character reference was not terminated by a semicolon. (Or “&” should have been escaped as “&amp;”.)
Entity # all locales dom • chrome • layout • htmlparser.properties
errUnescapedAmpersandInterpretedAsCharacterReference
ja
"&" に続く文字は文字参照として解釈されます。"&" を "&amp;" にエスケープし忘れている可能性があります。
en-US
The string following “&” was interpreted as a character reference. (“&” probably should have been escaped as “&amp;”.)
Entity # all locales dom • chrome • layout • htmlparser.properties
errUnquotedAttributeGrave
ja
引用符なしの属性値中に "`" が含まれています。引用符のつもりで違う文字を使っている可能性があります。
en-US
“`” in an unquoted attribute value. Probable cause: Using the wrong character as a quote.
Entity # all locales dom • chrome • layout • htmlparser.properties
errUnquotedAttributeStartGrave
ja
引用符なしの属性値が "`" で始まっています。引用符のつもりで違う文字を使っている可能性があります。
en-US
“`” at the start of an unquoted attribute value. Probable cause: Using the wrong character as a quote.
Entity # all locales dom • chrome • layout • xmlparser.properties
14
ja
不正な文字番号が参照されています。
en-US
reference to invalid character number
Entity # all locales dom • chrome • layout • xmlparser.properties
32
ja
PUBLIC ID に不正な文字が含まれています。
en-US
illegal character(s) in public id
Entity # all locales dom • chrome • layout • xmlparser.properties
6
ja
トークンが閉じられていません。
en-US
partial character
Entity # all locales dom • chrome • xslt • xslt.properties
25
ja
XPath 構文解析エラー: 不正な文字が含まれています。
en-US
XPath parse failure: illegal character found:
Entity # all locales toolkit • chrome • mozapps • profile • profileSelection.properties
invalidChar
ja
プロファイル名には “%S” といった文字は使用できません。名前を変更してください。
en-US
The character “%S” is not allowed in profile names. Please choose a different name.
Entity # all locales toolkit • toolkit • about • aboutReader.ftl
about-reader-character-spacing-label.label
ja
文字間隔
en-US
Character spacing
Please enable JavaScript. Some features won't be available without it.