home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class sv$buttons_properties extends ResourceBundle
- {
- public function sv$buttons_properties()
- {
- super("sv","buttons");
- }
-
- override protected function getContent() : Object
- {
- return {
- "EXIT":"Exit",
- "PRIVATE_CHANNELS":"Mina videos",
- "PUBLIC_SITES":"Hemsidor",
- "PRIVATE_SITES":"Mina sidor",
- "SITES":"Hemsidor",
- "PUBLIC_CHANNELS":"Kanaler",
- "VIDEO":"Video",
- "PUBLIC_GAMES":"Spel",
- "FAVORITES":"Favoriter",
- "GAMES":"Spel"
- };
- }
- }
- }
-
-