1################################################################################
2##
3##  ADOBE SYSTEMS INCORPORATED
4##  Copyright 2006-2007 Adobe Systems Incorporated
5##  All Rights Reserved.
6##
7##  NOTICE: Adobe permits you to use, modify, and distribute this file
8##  in accordance with the terms of the license agreement accompanying it.
9##
10################################################################################
11
12# Symbols
13
14# Shared by DateChooser, DateField, CalendarLayout
15dayNamesShortest=日, 月, 火, 水, 木, 金, 土
16
17# Shared by DateChooser, DateField
18firstDayOfWeek=0
19yearSymbol=年
20
21# Localizable Strings
22
23
24# Alert
25
26okLabel=OK
27yesLabel=はい
28noLabel=いいえ
29cancelLabel=キャンセル
30
31# ProgressBar
32
33label=ロード中 %3%%
34
35
36# Developer RTE Section
37
38
39# ColorPicker
40
41notImplemented='{0}' 実装されていません
42
43# Loader
44
45notLoadable=ロードできません '{0}'.
46
47# NavBar
48
49errWrongType=エラー : '{0}' の dataProvider は、String、ViewStack、Array、または IList である必要があります。
50errWrongContainer=エラー :'{0}' の dataProvider には、flash.display.DisplayObject 型のオブジェクトを含めることができません。
51
52# components using interaction (Tree)
53
54unknownInput=不明な inputType '{0}'
55
56# videoClasses.CuePointManager
57
58wrongTime=time は数値である必要があります
59wrongName=name を未定義または null にすることはできません
60wrongTimeName=time は数値である必要があり、name は未定義または null にすることはできません
61wrongFormat=予期しない cuePoint パラメーターの形式です
62wrongType=type は数値である必要があります
63incorrectType=type は 0、1、または 2 である必要があります
64wrongDisabled=disabled は数値である必要があります
65wrongNumParams=num パラメーターは数値である必要があります
66unexpectedEnd=予期しない cuePoint パラメーター文字列の終わりです
67cannotDisable=ActionScript キューポイントを無効にできません
68undefinedArray=cuePoint.array が未定義です
69wrongIndex=cuePoint.index は -1 ~ cuePoint.array.length の範囲の数値である必要があります
70undefinedParameter=cuePoint パラメーターが未定義です
71
72# videoClasses.NCManager
73
74invalidCall=http 接続について reconnect を呼び出すことができません
75
76# videoClasses.SMILManager
77
78rootNotFound=URL: '{0}' ルートノードが見つかりませんでした。ファイルが flv である場合は、拡張子を .flv にしてください。
79rootNotSMIL=URL: '{0}' ルートノードが smil ではありません : '{1}'。
80missingAttributes=URL: '{0}' タグ '{1}' は id、width、および height 属性を必要とします。width と height は 0 以上の数値である必要があります。
81tagNotFound=URL: '{0}' ref タグのビデオが少なくとも 1 つ必要です。
82missingAttributeSrc=URL: '{0}' 属性 src が '{1}' タグに必要です。
83
84# videoClasses.VideoError
85
86errorMessages=サーバーに接続できないか、またはサーバー上で FLV が見つかりません。,一致するキューポイントが見つかりませんでした。,キューポイントが不正です。,シークが無効です。,contentPath が無効です。,XML が無効です。,ビットレートが一致しません。; デフォルト以外の FLV を指定してください。,デフォルトの VideoPlayer は削除できません。
87
88# videoClasses.VideoPlayer
89
90nullURL=null url が VideoPlayer.load に送信されました
91badArgs=_play の引数が正しくありません
92
93# videoClasses.FPADManager
94
95missingRoot=URL: '{0}' ルートノードが見つかりませんでした。URL が FLV に対するものである場合は、拡張子を .flv にし、パラメーターを指定しないでください。
96notfpad=URL: '{0}' ルートノードが fpad ではありません。
97missingProxy=URL: '{0}' fpad xml にはプロキシタグが必要です。
98
99# TextInput, TextArea
100
101unsupportedMode=IMEMode '{0}' はサポートされていません。
102
103# AccImpl
104
105requiredField=必須フィールド
106