dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #01078
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 317: Some localization added to Audit functionality.
------------------------------------------------------------
revno: 317
committer: Miri <murodlatifov@xxxxxxxxx>
branch nick: trunk
timestamp: Sat 2009-05-23 00:55:18 +0200
message:
Some localization added to Audit functionality.
modified:
dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties
dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/auditResponseSuccess.vm
=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties 2009-05-22 22:53:13 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties 2009-05-22 22:55:18 +0000
@@ -102,6 +102,8 @@
audit_stored_by = Operated By
audit_time = Audit Time
audit_operation = Operation Type
+audit_from = From
+audit_to = To
dv_updated = Updated
dv_deleted = Deleted
dv_added = Added
\ No newline at end of file
=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/auditResponseSuccess.vm'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/auditResponseSuccess.vm 2009-05-22 22:53:13 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/auditResponseSuccess.vm 2009-05-22 22:55:18 +0000
@@ -13,7 +13,7 @@
$dataElement.name $dataElementCategoryOptionCombo.name<br>
$organisationUnit.name<br>
</strong>
-for period of $period.startDate to $period.EndDate <br>
+$i18n.getString( 'audit_from' ) $period.startDate $i18n.getString( 'audit_to' ) $period.EndDate <br>
<table border=1><td>$i18n.getString( 'audit_value' )</td><td>$i18n.getString( 'audit_stored_by' )</td><td>$i18n.getString( 'audit_time' )</td><td>$i18n.getString( 'audit_operation' )</td>
#foreach( $dataValueAudit in $dataValueAudits )
<tr>
--
Trunk
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.