home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class it$buttons_properties extends ResourceBundle
- {
- public function it$buttons_properties()
- {
- super("it","buttons");
- }
-
- override protected function getContent() : Object
- {
- return {
- "EXIT":"Esci",
- "PRIVATE_CHANNELS":"I miei Video",
- "PUBLIC_SITES":"Siti Web",
- "PRIVATE_SITES":"I miei Siti",
- "SITES":"Siti Web",
- "PUBLIC_CHANNELS":"Canali",
- "VIDEO":"Video",
- "PUBLIC_GAMES":"Giochi",
- "FAVORITES":"Preferiti",
- "GAMES":"Giochi"
- };
- }
- }
- }
-
-