-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen_US$controls_properties.as
60 lines (56 loc) · 3.16 KB
/
en_US$controls_properties.as
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
package
{
import mx.resources.ResourceBundle;
public class en_US$controls_properties extends ResourceBundle
{
public function en_US$controls_properties()
{
super("en_US","controls");
}
override protected function getContent() : Object
{
return {
"undefinedParameter":"CuePoint parameter undefined.",
"nullURL":"Null URL sent to VideoPlayer.load.",
"incorrectType":"Type must be 0, 1 or 2.",
"okLabel":"OK",
"noLabel":"No",
"wrongNumParams":"Num params must be number.",
"wrongDisabled":"Disabled must be number.",
"wrongTime":"Time must be number.",
"dayNamesShortest":"S,M,T,W,T,F,S",
"wrongType":"Type must be number.",
"firstDayOfWeek":"0",
"requiredField":"Required Field",
"rootNotSMIL":"URL: \'{0}\' Root node not smil: \'{1}\'.",
"errorMessages":"Unable to make connection to server or to find FLV on server.,No matching cue point found.,Illegal cue point.,Invalid seek.,Invalid contentPath.,Invalid XML.,No bitrate match; must be no default FLV.,Cannot delete default VideoPlayer.",
"unexpectedEnd":"Unexpected end of cuePoint param string.",
"rootNotFound":"URL: \'{0}\' No root node found; if file is an flv, it must have a .flv extension.",
"errWrongContainer":"ERROR: The dataProvider of \'{0}\' must not contain objects of type flash.display.DisplayObject.",
"invalidCall":"Cannot call reconnect on an http connection.",
"cancelLabel":"Cancel",
"errWrongType":"ERROR: The dataProvider of \'{0}\' must be String, ViewStack, Array, or IList.",
"badArgs":"Bad args to _play.",
"missingRoot":"URL: \'{0}\' No root node found; if URL is for an FLV, it must have a .flv extension and take no parameters.",
"notLoadable":"Unable to load \'{0}\'.",
"wrongName":"Name cannot be undefined or null.",
"wrongTimeName":"Time must be number and/or name must not be undefined or null.",
"yesLabel":"Yes",
"undefinedArray":"CuePoint.array undefined.",
"missingProxy":"URL: \'{0}\' fpad xml requires proxy tag.",
"unknownInput":"Unknown inputType \'{0}\'.",
"missingAttributeSrc":"URL: \'{0}\' Attribute src is required in \'{1}\' tag.",
"yearSymbol":"",
"wrongIndex":"CuePoint.index must be number between -1 and cuePoint.array.length.",
"notImplemented":"\'{0}\' not implemented yet.",
"label":"LOADING %3%%",
"wrongFormat":"Unexpected cuePoint parameter format.",
"tagNotFound":"URL: \'{0}\' At least one video of ref tag is required.",
"unsupportedMode":"IMEMode \'{0}\' not supported.",
"cannotDisable":"Cannot disable actionscript cue points.",
"missingAttributes":"URL: \'{0}\' Tag \'{1}\' requires attributes id, width, and height. Width and height must be numbers greater than or equal to 0.",
"notfpad":"URL: \'{0}\' Root node not fpad."
};
}
}
}