1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2024-11-22 13:54:19 +00:00

Stringhe di #22

This commit is contained in:
Steffo 2016-06-01 13:58:02 +02:00
parent fbb74a4acb
commit 44ac59664a

View file

@ -116,11 +116,8 @@ status_header = "*ID:* {name}\n" \
"*Fase:* {phase}\n" \ "*Fase:* {phase}\n" \
"*Giocatori partecipanti:*\n" "*Giocatori partecipanti:*\n"
# Status: giocatore inattivo (deve terminare con \n) # Status: giocatore vivo (deve terminare con \n)
status_idle_player = "{icon} @{name} ({votes})\n" status_alive_player = "{icon} @{name} ({votes} voti)\n"
# Status: giocatore votante (deve terminare con \n)
status_voting_player = "{icon} @{name} ({votes}) vota per @{voting}\n"
# Status: giocatore morto (deve terminare con \n) # Status: giocatore morto (deve terminare con \n)
status_dead_player = "\U0001F480 @{name}\n" status_dead_player = "\U0001F480 @{name}\n"