home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class it$topBar_properties extends ResourceBundle
- {
- public function it$topBar_properties()
- {
- super("it","topBar");
- }
-
- override protected function getContent() : Object
- {
- return {
- "HELLO":"Ciao",
- "PARENTAL_CONTROL":"Controllo Genitore"
- };
- }
- }
- }
-
-