Menu

[r36]: / osmb / trunk / framework / MediaFrameworkAirTest / generated / collections_properties.as  Maximize  Restore  History

Download this file

46 lines (37 with data), 1.7 kB

 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
package
{
import mx.resources.ResourceBundle;
[ExcludeClass]
public class en_US$collections_properties extends ResourceBundle
{
public function en_US$collections_properties()
{
super("en_US", "collections");
}
override protected function getContent():Object
{
var content:Object =
{
"findCondition": "Find criteria must contain all sort fields leading up to '{0}'.",
"noComparatorSortField": "Cannot determine comparator for SortField with name '{0}'.",
"outOfBounds": "Index '{0}' specified is out of bounds.",
"nonUnique": "Non-unique values in items.",
"incorrectAddition": "Attempt to add an item already in the view.",
"findRestriction": "Find criteria must contain at least one sort field value.",
"invalidType": "Incorrect type. Must be of type XML or a XMLList that contains one XML object. ",
"unknownMode": "Unknown find mode.",
"invalidIndex": "Invalid index: '{0}'.",
"invalidRemove": "Cannot remove when current is beforeFirst or afterLast.",
"unknownProperty": "Unknown Property: '{0}'.",
"invalidInsert": "Cannot insert when current is beforeFirst.",
"itemNotFound": "Cannot find when view is not sorted.",
"bookmarkInvalid": "Bookmark no longer valid.",
"noComparator": "Cannot determine comparator for '{0}'.",
"invalidCursor": "Cursor no longer valid.",
"noItems": "No items to search.",
"bookmarkNotFound": "Bookmark is not from this view."
};
return content;
}
}
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.