=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/org/hisp/dhis/oum/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/org/hisp/dhis/oum/i18n_module.properties 2011-06-02 16:21:56 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/org/hisp/dhis/oum/i18n_module.properties 2011-06-11 18:49:06 +0000 @@ -123,4 +123,5 @@ hierarchy = Hierarchy data_sets = Data sets organisation_unit_groups = Organisation unit groups -select_group = Select group \ No newline at end of file +select_group = Select group +coordinates_latitude_longitude = Coordinates [latitude,longitude] \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm 2011-06-02 16:21:56 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm 2011-06-11 18:49:06 +0000 @@ -34,7 +34,7 @@ - + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm 2011-06-02 16:21:56 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm 2011-06-11 18:49:06 +0000 @@ -66,7 +66,7 @@ - + === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties 2011-06-07 16:12:23 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties 2011-06-11 18:49:06 +0000 @@ -352,4 +352,6 @@ data_type = Data type indicator = Indicator data_element_group = Data element group -grand_parent_organisation_unit = Grand parent organisation unit \ No newline at end of file +grand_parent_organisation_unit = Grand parent organisation unit +available_dataset_completeness_percentages = Available data set completeness percentages +selected_dataset_completeness_percentages = Selected data set completeness percentages \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm 2011-04-15 13:56:27 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm 2011-06-11 18:49:06 +0000 @@ -236,7 +236,7 @@ - $i18n.getString( "available_datasets" ) + $i18n.getString( "available_dataset_completeness_percentages" ) @@ -256,7 +256,7 @@ - $i18n.getString( "selected_datasets" ) + $i18n.getString( "selected_dataset_completeness_percentages" )