dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #43878
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 22252: Added translates for audit history table.
------------------------------------------------------------
revno: 22252
committer: jijukjose <jijukjose@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2016-03-11 14:02:33 +0100
message:
Added translates for audit history table.
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/i18n/i18n_app.properties
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/i18n/i18n_app.properties
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/angular-forms/audit-history.html
--
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-apps/src/main/webapp/dhis-web-event-capture/i18n/i18n_app.properties'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/i18n/i18n_app.properties 2016-03-11 10:57:01 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/i18n/i18n_app.properties 2016-03-11 13:02:33 +0000
@@ -162,7 +162,7 @@
audit_value=Value
audit_type=Audit Type
audit_modified=Modified By
-audit_history_unavailable=There are no previous values stored, so audit history is not available for
+audit_history_unavailable=Audit history unavailable
audit_history=Audit History
delete_error_audit=The event could not be deleted because it contains an auditlog.
description=Description
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/i18n/i18n_app.properties'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/i18n/i18n_app.properties 2016-03-11 10:57:01 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/i18n/i18n_app.properties 2016-03-11 13:02:33 +0000
@@ -437,7 +437,7 @@
audit_value=Value
audit_type=Audit Type
audit_modified=Modified By
-audit_history_unavailable=There are no previous values stored, so audit history is not available for
+audit_history_unavailable=Audit history unavailable
delete_error_audit=The event could not be deleted because it contains an auditlog.
are_you_sure_to_remove=Are you sure you want to remove?
completed=Completed
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/angular-forms/audit-history.html'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/angular-forms/audit-history.html 2016-03-11 10:57:01 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/angular-forms/audit-history.html 2016-03-11 13:02:33 +0000
@@ -12,7 +12,7 @@
<table class="listTable dhis2-table-striped-border">
<tr>
<th ng-if="model.type==='dataElement'" colspan="4">{{'data_element' | translate}}</th>
- <th ng-if="model.type==='attribute'" colspan="4">Attribute</th>
+ <th ng-if="model.type==='attribute'" colspan="4">{{'attribute' | translate}}</th>
<th colspan="4"> {{'audit_date' | translate}}</th>
<th colspan="4"> {{'audit_value' | translate}}</th>
<th colspan="4"> {{'audit_modified' | translate}}</th>
@@ -41,7 +41,7 @@
</div>
<div class="modal-body">
<div class="alert alert-warning">
- Audit history unavailable
+ {{'audit_history_unavailable'| translate}}
</div>
<button type="button" class="btn btn-default" data-ng-click="close()">{{'close'| translate}}</button>
</div>