home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Darbas / kidoz_v1.air / kidoz.swf / scripts / it$registration_properties.as < prev    next >
Encoding:
Text File  |  2009-05-06  |  1.4 KB  |  44 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class it$registration_properties extends ResourceBundle
  6.    {
  7.       public function it$registration_properties()
  8.       {
  9.          super("it","registration");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "PARENT_MAIL":"Email del Genitore",
  16.             "PARENT_LAST_NAME":"Cognome del Genitore",
  17.             "BIRTHDAY":"Compleanno",
  18.             "REGISTER":"Registra",
  19.             "GIRL":"Ragazza",
  20.             "COUNTRY":"Paese",
  21.             "LANGUAGE":"Lingua madre del Bambino/a",
  22.             "PARENT_PASSWORD":"Password del Genitore",
  23.             "KID_NAME":"Nome del Bambino/a",
  24.             "PARENT_FIRST_NAME":"Nome del Genitore",
  25.             "MONTH":"mm",
  26.             "BOY":"Ragazzo",
  27.             "SELECT_GENDER":"Seleziona Sesso",
  28.             "BACK_TO_PARENT_DETAILS":"Torna ai dettagli genitori",
  29.             "CLICK_HERE_TO_LOGIN":"Hai gi├á un account ? Clicca per effettuare l\'accesso",
  30.             "GENDER":"Sesso",
  31.             "KID_DETAILS":"Dettagli del Bambino/a",
  32.             "PARENT_DETAILS":"Dettagli Genitore",
  33.             "SELECT_COUNTRY":"Seleziona Paese",
  34.             "YEAR":"yyyy",
  35.             "CREATE_ACCOUNT":"Crea un account",
  36.             "DAY":"dd",
  37.             "ERROR_CANT_BE_EMPTY":"Non pu├▓ rimanere vuoto",
  38.             "NEXT":"Continua"
  39.          };
  40.       }
  41.    }
  42. }
  43.  
  44.