home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class sv$forgotPassword_properties extends ResourceBundle
- {
- public function sv$forgotPassword_properties()
- {
- super("sv","forgotPassword");
- }
-
- override protected function getContent() : Object
- {
- return {
- "SEND":"Sänd",
- "PARENT_EMAIL":"Förälders e-post",
- "TEXT":"Skriv in din e-post adress så kommer ett e-postmeddelande att sändas till Dig med information om hur Du byter lösenord",
- "FORGOT_PASSWORD":"Gl├╢mt l├╢senord",
- "BACK_TO_LOGIN":"Tillbaka till inloggning"
- };
- }
- }
- }
-
-