Merge branch 'master' of github.com:ornicar/lila into play-mithril

* 'master' of github.com:ornicar/lila:
  Fix mistake in account closing message
  Less padding on preferences page
  Add more description to closing account
  he "עִבְרִית" translation #10150. Author: pirozhok. It's incorrect
  fix previous commit
This commit is contained in:
Thibault Duplessis 2014-10-16 20:48:52 +02:00
commit db3b77e71f
3 changed files with 9 additions and 8 deletions

View file

@ -7,7 +7,8 @@
<div class="signup_box">
<h1 class="lichess_title">Close your account</h1>
<p class="explanation">
Are you sure you want to close your account? You will no longer be able to login!
Are you sure you want to close your account? Closing your account is a permanent decision.
You will no longer be able to login, and your profile page will no longer be accessible.
</p>
<form action="@routes.Account.closeConfirm" method="POST">
<br /><br />

View file

@ -68,7 +68,7 @@ bookmarkedByNbPlayers=הועדף על ידי %s שחקנים
viewInFullSize=צפה בגודל מלא
logOut=התנתק
signIn=התחבר
newToLichess=חדש בליצ'ס?
newToLichess=חדש ב Lichess?
youNeedAnAccountToDoThat=אתה צריך חשבון על מנת לעשות זאת
signUp=הירשם
computersAreNotAllowedToPlay=מחשבים ושחקנים הנעזרים במחשב במשחקם אינם מורשים לשחק. אנא המנע מהעזרות במנועי שחמט, מאגרי מידע או שחקנים אחרים במהלך המשחק. בנוסף, מומלך להימנע מיצירת משתמשים מרובים, שכן יצירת כמות מוגזמת של משתמשים תביא לסילוק מהאתר.
@ -186,7 +186,7 @@ nbImportedGames=%s משחקים מיובאים
thisIsAChessCaptcha=זו קאפצ'ה של שחמט.
clickOnTheBoardToMakeYourMove=לחץ על הלוח כדי לעשות מהלך, והוכח שאתה אדם.
notACheckmate=לא מט.
colorPlaysCheckmateInOne=%s משחק; שח-מט במהלך אחד
colorPlaysCheckmateInOne=%s משחק; מט במהלך אחד
retry=נסה שוב
reconnecting=מתחבר מחדש
onlineFriends=חברים מחוברים
@ -246,8 +246,8 @@ lastName=שם משפחה
biography=ביוגרפיה
country=מדינה
preferences=עדיפויות
watchLichessTV=צפה בליצ'ס TV
previouslyOnLichessTV=לאחרונה ב LICHESS TV
watchLichessTV=צפה ב Lichess TV
previouslyOnLichessTV=לאחרונה ב Lichess TV
todaysLeaders=שחקנים מובילים היום
onlinePlayers=שחקנים מחוברים
progressToday=התקדמות היום
@ -280,7 +280,7 @@ giveUp=הכנע
puzzleSolvedInXSeconds=הפאזל נפתר ב- %s שניות
wasThisPuzzleAnyGood=האם אהבת את הפאזל?
pleaseVotePuzzle=עזור לנו להשתפר ע"י הצבעה. השתמש בחצים למעלה ולמטה.
thankYou=תודה רבה!
thankYou=תודה!
ratingX=דירוג: %s
playedXTimes=שוחק %s פעמים
fromGameLink=מהמשחק %s

View file

@ -53,9 +53,9 @@ div.content_box.prefs div.buttonset label {
}
div.content_box.prefs form li {
margin: 30px 0;
margin: 20px 0;
border-top: 1px solid #eaeaea;
padding: 30px 0 0 0;
padding: 15px 0 0 0;
}
div.content_box.prefs form li:first-child {
padding-top: 0;