home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Active 2010 August
/
CA08.iso
/
Darbas
/
kidoz_v1.air
/
kidoz.swf
/
scripts
/
cs$policy_properties.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-05-06
|
413 b
|
22 lines
package
{
import mx.resources.ResourceBundle;
public class cs$policy_properties extends ResourceBundle
{
public function cs$policy_properties()
{
super("cs","policy");
}
override protected function getContent() : Object
{
return {
"TERMS_OF_USE":"xxx",
"CLOSE":"Zavřít"
};
}
}
}