------------------------------------------------------------ revno: 7042 committer: Tran Chau <tran.hispviet...@gmail.com> branch nick: dhis2 timestamp: Thu 2012-05-24 23:56:31 +0700 message: (patient) translation modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientForm.vm dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties 2012-05-24 13:53:25 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties 2012-05-24 16:56:31 +0000 @@ -156,7 +156,7 @@ no_duplicate_found=No duplicate beneficiary found patient_system_id=System generated ID identifier_duplicate=Beneficiary identifier duplicate -is_underage=Is under-age +has_guardian=Has guardian add_new_person=Add new person search_existing_person=Search existing person search_by=Search by @@ -322,7 +322,7 @@ gender = Gender birthDate = Date of birth bloodGroup = Blood group -phoneNumber = Phone number +phoneNumber = Mobile phone number deathdate = Death date registrationDate = Date of registration report = Report === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientForm.vm 2012-05-24 16:51:34 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientForm.vm 2012-05-24 16:56:31 +0000 @@ -92,7 +92,7 @@ <!-- UNDERAGE --> <tr id='underAgeDiv'> - <td class='text-column'>$i18n.getString("is_underage")</td> + <td class='text-column'>$i18n.getString("has_guardian")</td> <td> <input type="checkbox" name="underAge" id="underAge" onclick="toggleUnderAge(this);" value="true"/> </td> === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm 2012-05-24 03:10:00 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm 2012-05-24 16:56:31 +0000 @@ -153,7 +153,7 @@ <!-- UNDERAGE --> <tr> - <td class='text-column'>$i18n.getString("is_underage")</td> + <td class='text-column'>$i18n.getString("has_guardian")</td> <td> <input type="checkbox" name="underAge" id="underAge" onclick="toggleUnderAge(this);" value="true" #if($!patient.underAge == "true") checked="checked" #end/> </td>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp