=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.vm' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.vm 2013-06-25 18:35:42 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.vm 2013-07-02 17:02:54 +0000 @@ -35,7 +35,7 @@ #if ( $keyConfig.selfRegistrationAllowed() )
- Create an account + $i18n.getString( "create_an_account" )
#end
@@ -44,11 +44,11 @@
- + - + @@ -63,10 +63,10 @@ @@ -74,12 +74,12 @@
#if( $keyAccountRecovery ) - Forgot password?  + $i18n.getString( "forgot_password" )  #end #if( $keyConfig.selfRegistrationAllowed() ) - Create an account + $i18n.getString( "create_an_account" ) #end
#if( $failed == true ) - Wrong username or password + $i18n.getString( "wrong_username_or_password" ) #end #if ( $keyApplicationNotification )
$!{keyApplicationNotification}
#end
-
Powered by DHIS 2  $!{keyApplicationFooter}
+
$i18n.getString( "powered_by" ) DHIS 2  $!{keyApplicationFooter}
=== 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-06-30 11:36:20 +0000 +++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties 2013-07-02 17:02:54 +0000 @@ -111,9 +111,9 @@ online=Online online_notification=You are online offline_notification=You are offline, data will be stored locally +ajax_login_failed=Login failed, check your username and password and try again need_to_sync_notification=There is data stored locally, please upload to server uploading_data_notification=Uploading locally stored data to the server -ajax_login_failed=Login failed, check your username and password and try again sync_now=Upload sync_success=Upload to server was successful sync_failed=Upload to server failed, please try again later @@ -642,7 +642,8 @@ #-- Sharing ------------------------------------------------------------------# public_access=Public access -user_group_access=User group access +user_group_access=Us +ajax_login_failed=Login failed, check your username and password and try againer group access group_name=Group name sharing_settings=Sharing settings no_access=None @@ -719,4 +720,14 @@ timor_leste=Timor-Leste bhutan=Bhutan nepal=Nepal -psi=PSI \ No newline at end of file +psi=PSI + +#-- Login page ----------------------------------------------------------------# + +create_an_account=Create an account +login_password=Password +login_username=Username +forgot_password=Forgot password? +create_an_account=Create an account +wrong_username_or_password=Wrong username or password +powered_by=Powered by \ No newline at end of file