home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class cs$topBar_properties extends ResourceBundle
- {
- public function cs$topBar_properties()
- {
- super("cs","topBar");
- }
-
- override protected function getContent() : Object
- {
- return {
- "HELLO":"Ahoj",
- "PARENTAL_CONTROL":"Rodi─ìovsk├╜ dohled"
- };
- }
- }
- }
-
-