← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3872: Made some labels more understandable

 

------------------------------------------------------------
revno: 3872
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2011-06-11 20:49:06 +0200
message:
  Made some labels more understandable
modified:
  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/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/updateOrganisationUnitForm.vm
  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/webapp/dhis-web-reporting/addTableForm.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-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 @@
 		<td><textarea id="comment" name="comment" style="width:20em; height:5em"></textarea></td>
 	</tr>
     <tr>
-        <td><label for="coordinates">$i18n.getString( "coordinates" )</label></td>
+        <td><label for="coordinates">$i18n.getString( "coordinates_latitude_longitude" )</label></td>
         <!-- onkeyup="setFeatureType(document.addOrganisationUnitForm.featureType, this.value)" -->
         <td><textarea id="coordinates" name="coordinates" style="width:20em; height:5em"></textarea></td>
     </tr>

=== 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 @@
 		<td><textarea id="comment" name="comment" style="width:20em; height:5em">$!encoder.htmlEncode( $organisationUnit.comment )</textarea></td>
 	</tr>
     <tr>
-        <td><label for="coordinates">$i18n.getString( "coordinates" )</label></td>
+        <td><label for="coordinates">$i18n.getString( "coordinates_latitude_longitude" )</label></td>
         <!-- onkeyup="setFeatureType(document.updateOrganisationUnitForm.featureType, this.value)" -->
         <td><textarea id="coordinates" name="coordinates" style="width:20em; height:5em">$!encoder.htmlEncode( $organisationUnit.coordinates )</textarea></td>
     </tr>

=== 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 @@
     <!-- DataSets -->
     
     <tr>
-        <th>$i18n.getString( "available_datasets" )</th>
+        <th>$i18n.getString( "available_dataset_completeness_percentages" )</th>
     </tr>
     <tr>
         <td>
@@ -256,7 +256,7 @@
         </td>
     </tr>
     <tr>
-        <th>$i18n.getString( "selected_datasets" )</th>
+        <th>$i18n.getString( "selected_dataset_completeness_percentages" )</th>
     </tr>
     <tr>
         <td>