dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #14944
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5220: Translation(Patient module).
------------------------------------------------------------
revno: 5220
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-11-25 11:10:03 +0700
message:
Translation(Patient module).
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/caseAggregationResultDetails.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 2011-11-07 07:56:20 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties 2011-11-25 04:10:03 +0000
@@ -443,4 +443,5 @@
show_details = Show details
representative_info = Representative's Information
relationship_for = Relationship for
-enter_new_encounter = Enter new encounter
\ No newline at end of file
+enter_new_encounter = Enter new encounter
+date_of_edit = Date of edit
\ No newline at end of file
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/caseAggregationResultDetails.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/caseAggregationResultDetails.vm 2011-11-07 07:56:20 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/caseAggregationResultDetails.vm 2011-11-25 04:10:03 +0000
@@ -29,7 +29,7 @@
<td>$i18n.getString('program_stage')</td>
<td>$i18n.getString('data_element')</td>
<td>$i18n.getString('value')</td>
- <td>$i18n.getString('period')</td>
+ <td>$i18n.getString('date_of_edit')</td>
</tr>
#set( $mark = false )
#foreach( $dataValue in $dataValues )