← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7086: i18n

 

------------------------------------------------------------
revno: 7086
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-05-29 21:44:34 +0200
message:
  i18n
modified:
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretation.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-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties	2012-05-29 12:04:07 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties	2012-05-29 19:44:34 +0000
@@ -35,4 +35,7 @@
 meta_data=Meta data
 sending_message=Sending message
 explore=Explore
-interpretations=Interpretations
\ No newline at end of file
+interpretations=Interpretations
+share_your_own_interpretations_from=Share your own interpretations from
+data_visualizer=Data Visualizer
+add_a_comment=Add a comment
\ No newline at end of file

=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretation.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretation.vm	2012-05-29 19:30:37 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretation.vm	2012-05-29 19:44:34 +0000
@@ -1,7 +1,7 @@
 
 <h3>$i18n.getString( "interpretations" )</h3>
 
-<div id="shareLink">Share your own interpretations from <a href="../dhis-web-visualizer/app/index.html">Data Visualizer</a></div>
+<div id="shareLink">$i18n.getString( "share_your_own_interpretations_from" ) <a href="../dhis-web-visualizer/app/index.html">$i18n.getString( "data_visualizer" )</a></div>
 
 <div id="interpretationFeed">
 #foreach( $ip in $interpretations )
@@ -36,7 +36,7 @@
 		</div>
 		#end
 		</div>
-		<textarea id="commentArea${ip.uid}" class="commentArea" placeholder="Add a comment..."></textarea>
+		<textarea id="commentArea${ip.uid}" class="commentArea" placeholder="$i18n.getString( 'add_a_comment' )..."></textarea>
 		<input type="button" class="commentButton" value="Post comment" onclick="postComment( '${ip.uid}' )">
 	</div>