RetroI18n.define(:en_US) do |l| l.store "(change_record)", "change record" l.store "(component_record)", "component record" l.store "(group_record)", "group record" l.store "(milestone_record)", "milestone record" l.store "(property_type_record)", "property type" l.store "(project_record)", "project record" l.store "(report_record)", "report record" l.store "(repository_record)", "repository record" l.store "(ticket_property_record)", "ticket property record" l.store "(ticket_property_type_record)", "ticket property type record" l.store "(ticket_record)", "ticket record" l.store "(user_record)", "user record" l.store "WARNING: There are currently %d tickets assigned with this property. They will be set back to default.", ["WARNING: There is currently %d ticket assigned with this property. It will be set back to default.", "WARNING: There are currently %d tickets assigned with this property. They will be set back to default."] l.store "You need to activate your account within the next %d hours to be able to login.", ["You need to activate your account within the next hour to be able to login.", "You need to activate your account within the next %d hours to be able to login."] end