Project

General

Profile

Actions

Fehler #195

open

missing localization on login screen

Added by emanuele liparesi over 8 years ago. Updated over 8 years ago.

Status:
Neu
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
eXtplorer Version:
2.1.4
Joomla! Version:
none

Description

When you login the please wait text is not localized:
the fix is really simple

open include/authentication/extplorer.php
find
                Ext.get( "statusBar").update( "Please wait..." );
replace with
                Ext.get( "statusBar").update( "<?php echo ext_Lang::msg( 'please_wait', true ) ?>" );

and add this string on all lanaguage file

    //missing localization added by selven
     "please_wait" => "Please wait..." 

Actions

Also available in: Atom PDF