← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 32: Added translation for new modules and permissions.

 

------------------------------------------------------------
revno: 32
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Tue 2009-03-10 10:54:28 +0100
message:
  Added translation for new modules and permissions.
modified:
  dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties
  dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/javascript/import.js
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/resources/org/hisp/dhis/user/i18n_module.properties

=== 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	2009-03-10 06:42:39 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties	2009-03-10 09:54:28 +0000
@@ -44,11 +44,11 @@
 dhis-web-importexport = Import-Export
 dhis-web-datamart = Data Mart
 dhis-web-validationrule = Data Quality
-dhis-web-dashboard = Charts
+dhis-web-dashboard = Dashboard
 dhis-web-gis = GIS
 dhis-web-reporting = Reports
 dhis-web-openhealth-integration = Data analysis
-dhis-web-integration = NHRM integration
+dhis-web-integration = NHRM Integration
 dhis-web-reports-national = NRHM Reports
 dhis-web-dashboard-integration = Dashboard
 dhis-web-jforum-integration = Forum

=== modified file 'dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/javascript/import.js'
--- dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/javascript/import.js	2009-03-10 08:03:23 +0000
+++ dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/javascript/import.js	2009-03-10 09:54:28 +0000
@@ -5,10 +5,8 @@
 
 function submitImportForm()
 {
-	if(document.getElementById( "importForm" ).value != undefined){ 
-		setMessage( i18n_importing ); 
-		document.getElementById( "importForm" ).submit(); 
-	}
+	setMessage( i18n_importing ); 
+	document.getElementById( "importForm" ).submit(); 
 }
 
 function showAdvancedOptions()

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/resources/org/hisp/dhis/user/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/resources/org/hisp/dhis/user/i18n_module.properties	2009-03-03 16:46:36 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/resources/org/hisp/dhis/user/i18n_module.properties	2009-03-10 09:54:28 +0000
@@ -16,6 +16,8 @@
 M_dhis-web-reporting = See Report module
 M_dhis-web-openhealth-integration = See Openhealth integration module
 M_dhis-web-dashboard-integration = See Dashboard integration module
+M_dhis-web-dataentry-national = See Linelisting DataEntry module
+M_dhis-web-reports = See NRHM Reports module
 
 #-- User action privilegies ---------------------------------------------------#
 
@@ -81,6 +83,8 @@
 F_REPORT_VIEW = View Report
 F_CHART_ADD = Add Chart
 F_CHART_DELETE = Delete Chart
+F_DOCUMENT_ADD = Add Document
+F_DOCUMENT_DELETE = Delete Document
 
 #-- User module ---------------------------------------------------------------#
 



--

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.