← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8524: Translation for program validation rule form.

 

------------------------------------------------------------
revno: 8524
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-10-15 11:42:54 +0700
message:
  Translation for program validation rule form.
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addMultiProgramValidationForm.vm
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addSingleProgramValidationForm.vm
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programList.vm
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programValidationList.vm
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateMultiProgramValidationForm.vm
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateSingleProgramValidationForm.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-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties	2012-10-15 02:25:32 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties	2012-10-15 04:42:54 +0000
@@ -164,12 +164,12 @@
 validation_criteria_details=Validation criteria details
 program_attribute_details=Program attribute details
 select_program=Select program
-add_single_program_validation=Add single program validation
-add_multi_program_validation=Add multi program validation
-program_validation_details=Program validation details
-program_validation_management=Program validation management
-create_new_single_validation=Create new single validation
-create_new_multi_validation=Create new multi validation
+add_single_program_validation_rule=Add single program validation rule
+add_multi_program_validation_rule=Add multi program validation rule
+program_validation_rule_details=Program validation rule details
+program_validation_rule_management=Program validation rule management
+create_new_single_validation_rule=Create new single validation rule
+create_new_multi_validation_rule=Create new multi validation rule
 person_attribute_group_sort_order=Person attribute group sort order
 scheduled_days_from_start=Scheduled days from start
 success_delete_program_attribute_option=Deleted program attribute option successfully
@@ -203,7 +203,7 @@
 repeatable=Repeatable
 date_of_birth=Date of Birth
 anonymous=Anonymous
-edit_program_validation=Edit program validation 
+edit_program_validation_rule=Edit program validation rule 
 age=Age
 birthDate=Birth-date
 assign_validation_for_programs=Assign validation for programs

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addMultiProgramValidationForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addMultiProgramValidationForm.vm	2012-09-28 06:26:01 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addMultiProgramValidationForm.vm	2012-10-15 04:42:54 +0000
@@ -1,4 +1,4 @@
-<h3>$i18n.getString( "add_multi_program_validation" )</h3>
+<h3>$i18n.getString( "add_multi_program_validation_rule" )</h3>
 
 <form id='programValidationForm' name='programValidationForm' method='post' action='addProgramValidation.action'>
 
@@ -8,7 +8,7 @@
 	
 	<thead>
       <tr>
-        <th colspan="2">$i18n.getString( "program_validation_details" )</th>
+        <th colspan="2">$i18n.getString( "program_validation_rule_details" )</th>
       </tr>
     </thead>
     <tbody>

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addSingleProgramValidationForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addSingleProgramValidationForm.vm	2012-09-28 06:26:01 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addSingleProgramValidationForm.vm	2012-10-15 04:42:54 +0000
@@ -1,4 +1,4 @@
-<h3>$i18n.getString( "add_single_program_validation" )</h3>
+<h3>$i18n.getString( "add_single_program_rule_validation" )</h3>
 
 <form id='programValidationForm' name='programValidationForm' method='post' action='addProgramValidation.action'>
 
@@ -8,7 +8,7 @@
 	
 	<thead>
       <tr>
-        <th>$i18n.getString( "program_validation_details" )</th>
+        <th>$i18n.getString( "program_validation_rule_details" )</th>
       </tr>
     </thead>
     <tbody>

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programList.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programList.vm	2012-10-15 04:35:32 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programList.vm	2012-10-15 04:42:54 +0000
@@ -24,7 +24,7 @@
 					
 					<td style="text-align:center">
 					  <a href="defineProgramAssociationsForm.action?id=$program.id" title="$i18n.getString( 'assign_program_to_orgunits' )"><img src="../images/assign.png" alt="$i18n.getString( 'assign_program_to_orgunits' )"></a>					  
-					  <a href="programValidation.action?programId=$program.id" title="$i18n.getString( 'program_validation_management' )"><img src="../images/assign_b.png" alt="$i18n.getString( 'program_validation_management' )"></a>					  
+					  <a href="programValidation.action?programId=$program.id" title="$i18n.getString( 'program_validation_rule_management' )"><img src="../images/assign_b.png" alt="$i18n.getString( 'program_validation_rule_management' )"></a>					  
 					  <a href="showUpdateProgramForm.action?id=$program.id" title="$i18n.getString( 'edit' )"><img src="../images/edit.png" alt="$i18n.getString( 'edit' )"></a>
 					  <a href="programStage.action?id=$program.id" title="$i18n.getString( 'view_program_stages' )"><img src="../images/add_section.png" alt="$i18n.getString( 'view_stage_management' )"></a>
 					  <a href="javascript:removeProgram( '$program.id', '$encoder.jsEncode( $program.name )' )" title="$i18n.getString( "remove" )"><img src="../images/delete.png" alt="$i18n.getString( 'remove' )"></a>

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programValidationList.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programValidationList.vm	2012-05-30 03:52:28 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programValidationList.vm	2012-10-15 04:42:54 +0000
@@ -1,4 +1,4 @@
-<h3>$i18n.getString( "program_validation_management" )</h3>
+<h3>$i18n.getString( "program_validation_rule_management" )</h3>
 <h4>$program.name</h4>
 
 <table class="mainPageTable">

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateMultiProgramValidationForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateMultiProgramValidationForm.vm	2012-09-28 06:26:01 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateMultiProgramValidationForm.vm	2012-10-15 04:42:54 +0000
@@ -1,4 +1,4 @@
-<h3>$i18n.getString( "edit_program_validation" )</h3>
+<h3>$i18n.getString( "edit_program_validation_rule" )</h3>
 
 <form id='programValidationForm' name='programValidationForm' method='post' action='updateProgramValidation.action'>
 
@@ -7,7 +7,7 @@
 	
 	<thead>
       <tr>
-        <th colspan='2'>$i18n.getString( "program_validation_details" )</th>
+        <th colspan='2'>$i18n.getString( "program_validation_rule_details" )</th>
       </tr>
     </thead>
     <tbody>

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateSingleProgramValidationForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateSingleProgramValidationForm.vm	2012-09-28 06:26:01 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateSingleProgramValidationForm.vm	2012-10-15 04:42:54 +0000
@@ -1,4 +1,4 @@
-<h3>$i18n.getString( "edit_program_validation" )</h3>
+<h3>$i18n.getString( "edit_program_validation_rule" )</h3>
 
 <form id='programValidationForm' name='programValidationForm' method='post' action='updateProgramValidation.action'>
 
@@ -7,7 +7,7 @@
 	
 	<thead>
       <tr>
-        <th colspan="2">$i18n.getString( "program_validation_details" )</th>
+        <th colspan="2">$i18n.getString( "program_validation_rule_details" )</th>
       </tr>
     </thead>
     <tbody>