Jump to content

Login screen in another language


CarlosLima

Recommended Posts

CarlosLima

When updating the emby server today to the latest version, my login screen brought some of the texts in another language.

 

I use emby in brasilian portuguese.

 

 

5cb948704d4d5_Screenshot1.png

Link to comment
Share on other sites

CarlosLima

Have you tried clearing browsing data?

 

Hi, thanks for replying. Yes, I had cleared the browsing data from Chrome and also pressed the F5 key and it did not work.

I have refitted now and continue to display the login screen in another language. In the previous version it was correct in Portuguese.

Link to comment
Share on other sites

CarlosLima

I remembered something.
As I use the custom login screen, I leave the code below, so you can confirm if there is something that is causing the error in the new version of emby.

<div id="loginPage" data-role="page" class="page standalonePage" data-backbutton="false">

    <div class="padded-left padded-right padded-bottom-page">

        <form class="manualLoginForm hide" style="margin: 0 auto;">

            <h1 style="margin-top:1em;text-align: left;">${HeaderPleaseSignIn}</h1>

            <div style="height:0; overflow: hidden;"><input type="text" name="fakeusernameremembered" tabindex="-1" /></div>

            <div class="inputContainer">
                <input is="emby-input" type="text" id="txtManualName" required="required" label="${LabelUser}" />
            </div>

            <div class="inputContainer">
                <input is="emby-input" id="txtManualPassword" type="password" label="${LabelPassword}" />
            </div>

            <label class="checkboxContainer">
                <input is="emby-checkbox" type="checkbox" class="chkRememberLogin" checked />
                <span>${RememberMe}</span>
            </label>

            <button is="emby-button" type="submit" class="raised button-submit block">
                <span>${ButtonSignIn}</span>
            </button>
            <div style="margin-top:.5em;">
                <button is="emby-button" type="button" class="raised cancel block btnCancel">
                    <span>${Cancel}</span>
                </button>
            </div>
            <br />
            <br />
        </form>

        <div class="visualLoginForm" style="text-align: center;">
            <h1 style="margin-top:1em;">${HeaderPleaseSignIn}</h1>
            <div id="divUsers" class="itemsContainer vertical-wrap centered"></div>

            <div class="readOnlyContent" style="margin: 2em auto 0;">
                <button is="emby-button" type="button" class="raised cancel block btnManual">
                    <span>${ButtonManualLogin}</span>
                </button>
            </div>
        </div>

        <div class="readOnlyContent" style="margin: .5em auto 1em;">
            <button is="emby-button" type="button" class="raised cancel block btnForgotPassword">
                <span>${ButtonForgotPassword}</span>
            </button>

		<center><a href="RESET_LINK" style="color: #4285F4" target="_blank"><font size=4>Esqueci a Senha</font></a></center><br /><br />
 
		<p>
		<center><img src="IMAGE_LINK"></center>
		</p>

	<br />

</a>			
			
			
            <div class="connectButtons hide">
                <a is="emby-linkbutton" href="selectserver.html" class="raised block">
                    <span>${ButtonChangeServer}</span>
                </a>
            </div>

            <p class="disclaimer" style="text-align: center; margin-top: 2em;"></p>
        </div>

    </div>
</div>
Link to comment
Share on other sites

CarlosLima

Solved; Tks so much

Edited by CarlosLima
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...