dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #22098
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10606: i18n
------------------------------------------------------------
revno: 10606
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-04-17 15:38:45 +0200
message:
i18n
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/functions.vm
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/modules.vm
dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties
--
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-commons-resources/src/main/webapp/dhis-web-commons/about/functions.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/functions.vm 2013-04-17 13:09:58 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/functions.vm 2013-04-17 13:38:45 +0000
@@ -2,7 +2,7 @@
<tr>
<td valign="top">
-<ul class="introList" style="width:336px; margin-top:0px; margin-right:15px;">
+<ul class="introList" style="width:335px; margin-top:0px; margin-right:15px;">
#introListImgItem( "../dhis-web-commons-about/help.action", "help_center", "function-help-center" )
#introListImgItem( "../dhis-web-commons-about/software.action", "supportive_software", "function-supportive-software" )
#introListImgItem( "../dhis-web-commons-about/modules.action", "system_overview", "function-system-overview" )
@@ -12,7 +12,7 @@
</td>
<td valign="top">
-<ul class="introList" style="width:336px; margin-top:0px;">
+<ul class="introList" style="width:335px; margin-top:0px;">
#introListImgItem( "../dhis-web-commons-about/userSettings.action", "settings", "function-settings" )
#introListImgItem( "../dhis-web-commons-about/showUpdateUserProfileForm.action", "profile", "function-profile" )
#introListImgItem( "../dhis-web-commons-about/showUpdateUserAccountForm.action", "account", "function-account" )
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/modules.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/modules.vm 2013-04-17 13:09:58 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/modules.vm 2013-04-17 13:38:45 +0000
@@ -3,7 +3,7 @@
#if( $maintenanceModules && $maintenanceModules.size() > 0 )
<td valign="top">
-<ul class="introList" style="width:336px; margin-top:0px; margin-right:15px;">
+<ul class="introList" style="width:335px; margin-top:0px; margin-right:15px;">
#foreach( $module in $maintenanceModules )
#introListImgItem( "${module.defaultAction}" "${module.name}" "${module.name}" )
#end
@@ -13,7 +13,7 @@
#if( $serviceModules && $serviceModules.size() > 0 )
<td valign="top">
-<ul class="introList" style="width:336px; margin-top:0px;">
+<ul class="introList" style="width:335px; margin-top:0px;">
#foreach( $module in $serviceModules )
#introListImgItem( "${module.defaultAction}" "${module.name}" "${module.name}" )
#end
=== modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties'
--- dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties 2013-04-15 12:48:18 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties 2013-04-17 13:38:45 +0000
@@ -79,7 +79,7 @@
intro_dhis-web-maintenance-mobile=Maintain data sets plus settings for mobile reporting and SMS configuration.
intro_dhis-web-caseentry=Register beneficiaries, enter data for encounters and events and view reports.
intro_dhis-web-dataentry=Enter data for forms either on-line or off-line, validate data and view data trends.
-intro_dhis-web-importexport=Import and export data from DHIS or third-party systems using internal and common formats.
+intro_dhis-web-importexport=Import and export data from DHIS or third-party systems using various formats.
intro_dhis-web-validationrule=Validate and assess data quality using validation rules or statistical methods.
intro_dhis-web-mapping=Visualize data on maps using polygons, points, symbols with customizable legends.
intro_dhis-web-reporting=Analyse data using predefined and dynamic report tools and view reporting rates.