mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge branch 'master' of git://github.com/matricks/teeworlds
This commit is contained in:
commit
de1a7acfaa
|
@ -274,8 +274,8 @@ Prev. weapon
|
|||
Quality Textures
|
||||
== Kvalitní textury
|
||||
|
||||
Quick search
|
||||
== Rychlé hledání
|
||||
Quick search:
|
||||
== Rychlé hledání:
|
||||
|
||||
Quit
|
||||
== Ukončit
|
||||
|
@ -438,5 +438,8 @@ Your skin
|
|||
Show chat
|
||||
== Show chat
|
||||
|
||||
Password incorrect
|
||||
== Password incorrect
|
||||
|
||||
##### old translations ####
|
||||
|
||||
|
|
|
@ -273,8 +273,8 @@ Prev. weapon
|
|||
Quality Textures
|
||||
== Kwalteit Textures
|
||||
|
||||
Quick search
|
||||
== Snel Zoken
|
||||
Quick search:
|
||||
== Snel Zoken:
|
||||
|
||||
Quit
|
||||
== Stoppen
|
||||
|
@ -437,4 +437,7 @@ Show chat
|
|||
Your skin
|
||||
== Your skin
|
||||
|
||||
Password incorrect
|
||||
== Password incorrect
|
||||
|
||||
##### old translations ####
|
||||
|
|
|
@ -274,8 +274,8 @@ Prev. weapon
|
|||
Quality Textures
|
||||
== Textures haute qualité
|
||||
|
||||
Quick search
|
||||
== Recherche rapide
|
||||
Quick search:
|
||||
== Recherche rapide:
|
||||
|
||||
Quit
|
||||
== Quitter
|
||||
|
@ -438,5 +438,8 @@ Your skin
|
|||
|
||||
##### needs translation ####
|
||||
|
||||
Password incorrect
|
||||
== Password incorrect
|
||||
|
||||
##### old translations ####
|
||||
|
||||
|
|
|
@ -274,8 +274,8 @@ Prev. weapon
|
|||
Quality Textures
|
||||
== Hochaufgelöste Texturen
|
||||
|
||||
Quick search
|
||||
== Schnelle Suche
|
||||
Quick search:
|
||||
== Schnellsuche:
|
||||
|
||||
Quit
|
||||
== Beenden
|
||||
|
@ -436,6 +436,9 @@ You must restart the game for all settings to take effect.
|
|||
Your skin
|
||||
== Dein Skin
|
||||
|
||||
Password incorrect
|
||||
== Passwort falsch
|
||||
|
||||
##### needs translation ####
|
||||
|
||||
|
||||
|
|
|
@ -271,8 +271,8 @@ Prev. weapon
|
|||
Quality Textures
|
||||
== Textures di qualità
|
||||
|
||||
Quick search
|
||||
== Ricerca rapida
|
||||
Quick search:
|
||||
== Ricerca rapida:
|
||||
|
||||
Quit
|
||||
== Esci
|
||||
|
@ -438,5 +438,8 @@ Show chat
|
|||
Your skin
|
||||
== Your skin
|
||||
|
||||
Password incorrect
|
||||
== Password incorrect
|
||||
|
||||
##### old translations ####
|
||||
|
||||
|
|
|
@ -274,8 +274,8 @@ Prev. weapon
|
|||
Quality Textures
|
||||
== Texturas de Qualidade
|
||||
|
||||
Quick search
|
||||
== Pesquisa Rápida
|
||||
Quick search:
|
||||
== Pesquisa Rápida:
|
||||
|
||||
Quit
|
||||
== Sair
|
||||
|
@ -439,5 +439,8 @@ Your skin
|
|||
##### needs translation ####
|
||||
|
||||
|
||||
Password incorrect
|
||||
== Password incorrect
|
||||
|
||||
##### old translations ####
|
||||
|
||||
|
|
|
@ -271,8 +271,8 @@ Prev. weapon
|
|||
Quality Textures
|
||||
== Kvalitetstexturer
|
||||
|
||||
Quick search
|
||||
== Snabbsök
|
||||
Quick search:
|
||||
== Snabbsök:
|
||||
|
||||
Quit
|
||||
== Avsluta
|
||||
|
@ -438,5 +438,8 @@ Show chat
|
|||
Your skin
|
||||
== Your skin
|
||||
|
||||
Password incorrect
|
||||
== Password incorrect
|
||||
|
||||
##### old translations ####
|
||||
|
||||
|
|
|
@ -840,7 +840,7 @@ int CMenus::Render()
|
|||
}
|
||||
else if(m_Popup == POPUP_PASSWORD)
|
||||
{
|
||||
pTitle = Localize("Password Incorrect");
|
||||
pTitle = Localize("Password incorrect");
|
||||
pExtraText = Client()->ErrorString();
|
||||
pButtonText = Localize("Try again");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue