home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class en$buttons_properties extends ResourceBundle
- {
- public function en$buttons_properties()
- {
- super("en","buttons");
- }
-
- override protected function getContent() : Object
- {
- return {
- "EXIT":"Exit",
- "PRIVATE_CHANNELS":"My Videos",
- "PUBLIC_SITES":"Websites",
- "PRIVATE_SITES":"My Sites",
- "SITES":"Websites",
- "PUBLIC_CHANNELS":"Channels",
- "VIDEO":"Video",
- "PUBLIC_GAMES":"Games",
- "FAVORITES":"Favorites",
- "GAMES":"Games"
- };
- }
- }
- }
-
-