added fix for italian translation by Lanta

This commit is contained in:
Tom Adams 2010-05-30 14:26:04 +00:00
parent 361380d630
commit 08df0fe63d
7 changed files with 28 additions and 12 deletions

View file

@ -435,6 +435,8 @@ Your skin
##### needs translation #### ##### needs translation ####
Show chat
== Show chat
##### old translations #### ##### old translations ####

View file

@ -431,6 +431,9 @@ You must restart the game for all settings to take effect.
##### needs translation #### ##### needs translation ####
Show chat
== Show chat
Your skin Your skin
== Your skin == Your skin

View file

@ -435,6 +435,8 @@ Your skin
##### needs translation #### ##### needs translation ####
Show chat
== Show chat
##### old translations #### ##### old translations ####

View file

@ -83,7 +83,7 @@ Downloading map
== Scaricando la mappa == Scaricando la mappa
Draw! Draw!
== Disegna! == Pareggio!
Dynamic Camera Dynamic Camera
== Visuale dinamica == Visuale dinamica
@ -110,7 +110,7 @@ Filter
== Filtro == Filtro
Fire Fire
== Atirar == Fuoco
Fullscreen Fullscreen
== Schermo intero == Schermo intero
@ -119,7 +119,7 @@ Game
== Gioco == Gioco
Game info Game info
== Informazioni sul gioco == Dettagli gioco
Game over Game over
== Game over == Game over
@ -164,13 +164,13 @@ Internet
== Internet == Internet
Join blue Join blue
== Entra nei blu == Entra blu
Join game Join game
== Entra in gioco == Entra
Join red Join red
== Entra nei rossi == Entra rosso
Jump Jump
== Salta == Salta
@ -191,7 +191,7 @@ Loading
== Caricamento == Caricamento
MOTD MOTD
== MOTD == MDG
Map Map
== Mappa == Mappa
@ -203,7 +203,7 @@ Miscellaneous
== Altro == Altro
Mouse sens. Mouse sens.
== Sensibilità del mouse == Sensibilità
Move left Move left
== Muovi a sinistra == Muovi a sinistra
@ -305,13 +305,13 @@ Round
== Turno == Turno
Sample rate Sample rate
== Frequenza suono == Frequenza
Sat. Sat.
== Sat. == Sat.
Score Score
== Punteggio == Punti
Score board Score board
== Scoreboard == Scoreboard
@ -329,7 +329,7 @@ Server details
== Dettagli del server == Dettagli del server
Server info Server info
== Informazioni sul server == Dettagli
Server not full Server not full
== Server non pieno == Server non pieno
@ -432,6 +432,9 @@ You must restart the game for all settings to take effect.
Force vote Force vote
== Force vote == Force vote
Show chat
== Show chat
Your skin Your skin
== Your skin == Your skin

View file

@ -435,5 +435,8 @@ Your skin
##### needs translation #### ##### needs translation ####
Show chat
== Show chat
##### old translations #### ##### old translations ####

View file

@ -432,6 +432,9 @@ You must restart the game for all settings to take effect.
Force vote Force vote
== Force vote == Force vote
Show chat
== Show chat
Your skin Your skin
== Your skin == Your skin

View file

@ -320,7 +320,7 @@ int CMenus::DoEditBox(void *pID, const CUIRect *pRect, char *pStr, unsigned StrS
float w = TextRender()->TextWidth(0, FontSize, pDisplayStr, s_AtIndex); float w = TextRender()->TextWidth(0, FontSize, pDisplayStr, s_AtIndex);
Textbox = *pRect; Textbox = *pRect;
Textbox.VSplitLeft(2.0f, 0, &Textbox); Textbox.VSplitLeft(2.0f, 0, &Textbox);
Textbox.x += (w-*Offset)*UI()->Scale(); Textbox.x += (w-*Offset-TextRender()->TextWidth(0, FontSize, "|", -1)/2)*UI()->Scale();
if((2*time_get()/time_freq()) % 2) // make it blink if((2*time_get()/time_freq()) % 2) // make it blink
UI()->DoLabel(&Textbox, "|", FontSize, -1); UI()->DoLabel(&Textbox, "|", FontSize, -1);