mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
3606: Remove gfx_show_warnings r=heinrich5991 a=def- <!-- What is the motivation for the changes of this pull request --> ## Checklist - [ ] Tested the change ingame - [ ] Provided screenshots if it is a visual change - [ ] Tested in combination with possibly related configuration options - [ ] Written a unit test if it works standalone, system.c especially - [ ] Considered possible null pointers and out of bounds array indexing - [ ] Changed no physics that affect existing maps - [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional) 3617: Update translations + update Brazilian Portuguese translation (supersedes #3616) r=heinrich5991 a=def- Thanks to @rffontenelle for the Brazilian Portuguese translation update. ## Checklist - [ ] Tested the change ingame - [ ] Provided screenshots if it is a visual change - [ ] Tested in combination with possibly related configuration options - [ ] Written a unit test if it works standalone, system.c especially - [ ] Considered possible null pointers and out of bounds array indexing - [ ] Changed no physics that affect existing maps - [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional) 3628: Don't toggle Destructive in editor when pressing ctrl-shift-d r=heinrich5991 a=def- As reported by texnonik on Discord <!-- What is the motivation for the changes of this pull request --> ## Checklist - [x] Tested the change ingame - [ ] Provided screenshots if it is a visual change - [ ] Tested in combination with possibly related configuration options - [ ] Written a unit test if it works standalone, system.c especially - [ ] Considered possible null pointers and out of bounds array indexing - [ ] Changed no physics that affect existing maps - [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional) 3631: Prevent editor crash when setting image to None r=heinrich5991 a=def- As reported by Anoian <!-- What is the motivation for the changes of this pull request --> ## Checklist - [x] Tested the change ingame - [ ] Provided screenshots if it is a visual change - [ ] Tested in combination with possibly related configuration options - [ ] Written a unit test if it works standalone, system.c especially - [ ] Considered possible null pointers and out of bounds array indexing - [ ] Changed no physics that affect existing maps - [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional) Co-authored-by: def <dennis@felsin9.de> Co-authored-by: Rafael Fontenelle <rafaelff@gnome.org>
This commit is contained in:
commit
a73bf0e9bd
File diff suppressed because it is too large
Load diff
|
@ -631,7 +631,7 @@ Saving ddnet-settings.cfg failed
|
||||||
Replay feature is disabled!
|
Replay feature is disabled!
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -649,6 +649,9 @@ Server best:
|
||||||
Personal best:
|
Personal best:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Reset
|
||||||
|
==
|
||||||
|
|
||||||
Browser
|
Browser
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -940,9 +943,21 @@ Show entities
|
||||||
Show HUD
|
Show HUD
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
UI mouse s.
|
UI mouse s.
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Borderless window
|
Borderless window
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1015,7 +1030,7 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
==
|
==
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
Show client IDs
|
||||||
==
|
==
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
|
@ -1024,9 +1039,6 @@ Show score
|
||||||
Show health + ammo
|
Show health + ammo
|
||||||
==
|
==
|
||||||
|
|
||||||
Use old chat style
|
|
||||||
==
|
|
||||||
|
|
||||||
Show names in chat in team colors
|
Show names in chat in team colors
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1036,64 +1048,37 @@ Show kill messages
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Use old chat style
|
||||||
|
==
|
||||||
|
|
||||||
Messages
|
Messages
|
||||||
==
|
==
|
||||||
|
|
||||||
System message
|
System message
|
||||||
==
|
==
|
||||||
|
|
||||||
Reset
|
|
||||||
==
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
==
|
==
|
||||||
|
|
||||||
Spectator
|
|
||||||
==
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
==
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
==
|
==
|
||||||
|
|
||||||
We will win
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend
|
|
||||||
==
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
==
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
==
|
==
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
==
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
==
|
==
|
||||||
|
|
||||||
Inner color
|
Preview
|
||||||
==
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
==
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
==
|
|
||||||
|
|
||||||
second
|
|
||||||
==
|
|
||||||
|
|
||||||
seconds
|
|
||||||
==
|
==
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
|
@ -1150,10 +1135,10 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (regular)
|
Background
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (entities)
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
|
@ -1162,9 +1147,15 @@ Use current map as background
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Try fast HTTP map download first
|
Try fast HTTP map download first
|
||||||
==
|
==
|
||||||
|
|
||||||
|
New random timeout code
|
||||||
|
==
|
||||||
|
|
||||||
DDNet %s is available:
|
DDNet %s is available:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1183,9 +1174,6 @@ No updates available
|
||||||
Check now
|
Check now
|
||||||
==
|
==
|
||||||
|
|
||||||
New random timeout code
|
|
||||||
==
|
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -946,9 +946,6 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== Koristi DDRace tablicu bodova
|
== Koristi DDRace tablicu bodova
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Prikaži ID-eve klijenta na tablici bodova
|
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
== Prikaži bodove
|
== Prikaži bodove
|
||||||
|
|
||||||
|
@ -976,51 +973,18 @@ Reset
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Označene poruke
|
== Označene poruke
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Posmatrač
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Pazi!
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
== Timske poruke
|
== Timske poruke
|
||||||
|
|
||||||
We will win
|
|
||||||
== Mi ćemo pobijediti
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== Poruka prijatelja
|
== Poruka prijatelja
|
||||||
|
|
||||||
Friend
|
|
||||||
== Prijatelj
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Ćao o/
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
== Normalna poruka
|
== Normalna poruka
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Ćao i dobrodošao
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
== Poruka klijenta
|
== Poruka klijenta
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Unutrašnja boja
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Vanjska boja
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Pričekaj prije nego pokušaš
|
|
||||||
|
|
||||||
second
|
|
||||||
== sekunda
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== sekunde
|
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== Sačuvaj najbolji demo-snimak svake trke
|
== Sačuvaj najbolji demo-snimak svake trke
|
||||||
|
|
||||||
|
@ -1069,12 +1033,6 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
== Stari način miša
|
== Stari način miša
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Pozadina (regularno)
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Pozadina (entities)
|
|
||||||
|
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
== Prikaži slojeve od pozadinske mape
|
== Prikaži slojeve od pozadinske mape
|
||||||
|
|
||||||
|
@ -1129,15 +1087,15 @@ Best
|
||||||
9+ new mentions
|
9+ new mentions
|
||||||
== 9+ novih označenja
|
== 9+ novih označenja
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== Širina ili visina teksture %s nije djeljiva sa 16, zbog toga mogu nastati vizuelne greške.
|
|
||||||
|
|
||||||
Country / Region
|
Country / Region
|
||||||
== Zemlja / Regija
|
== Zemlja / Regija
|
||||||
|
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
==
|
==
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1201,6 +1159,18 @@ Skin Database
|
||||||
Skins directory
|
Skins directory
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Borderless window
|
Borderless window
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1222,10 +1192,19 @@ DDNet
|
||||||
Assets
|
Assets
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
Use old chat style
|
Use old chat style
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
Preview
|
||||||
==
|
==
|
||||||
|
|
||||||
Overlay entities
|
Overlay entities
|
||||||
|
@ -1234,9 +1213,18 @@ Overlay entities
|
||||||
AntiPing
|
AntiPing
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
# Rafael Fontenelle 2019-12-18 02:47:58
|
# Rafael Fontenelle 2019-12-18 02:47:58
|
||||||
# Rafael Fontenelle 2020-08-27 12:38:07
|
# Rafael Fontenelle 2020-08-27 12:38:07
|
||||||
# Rafael Fontenelle 2020-09-20 11:00:38
|
# Rafael Fontenelle 2020-09-20 11:00:38
|
||||||
|
# Rafael Fontenelle 2021-02-13 07:00:00
|
||||||
##### /authors #####
|
##### /authors #####
|
||||||
|
|
||||||
##### translated strings #####
|
##### translated strings #####
|
||||||
|
@ -594,18 +595,12 @@ Crc:
|
||||||
FSAA samples
|
FSAA samples
|
||||||
== Amostras FSAA
|
== Amostras FSAA
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Cor interna
|
|
||||||
|
|
||||||
Reconnect in %d sec
|
Reconnect in %d sec
|
||||||
== Reconectar em %d segundos
|
== Reconectar em %d segundos
|
||||||
|
|
||||||
Save ghost
|
Save ghost
|
||||||
== Salvar fantasma
|
== Salvar fantasma
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Papel de parede (entidades)
|
|
||||||
|
|
||||||
Show kill messages
|
Show kill messages
|
||||||
== Mostrar mensagens de kill
|
== Mostrar mensagens de kill
|
||||||
|
|
||||||
|
@ -627,18 +622,12 @@ Update now
|
||||||
Enable server message sound
|
Enable server message sound
|
||||||
== Habilitar som de mensagem do servidor
|
== Habilitar som de mensagem do servidor
|
||||||
|
|
||||||
second
|
|
||||||
== segundo
|
|
||||||
|
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
== Mostrar janela de votos após votar
|
== Mostrar janela de votos após votar
|
||||||
|
|
||||||
HUD
|
HUD
|
||||||
== HUD
|
== HUD
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Cuidado!
|
|
||||||
|
|
||||||
Show names in chat in team colors
|
Show names in chat in team colors
|
||||||
== Mostrar nomes no chat com cores do time
|
== Mostrar nomes no chat com cores do time
|
||||||
|
|
||||||
|
@ -654,9 +643,6 @@ Enable team chat sound
|
||||||
Show other players' hook collision lines
|
Show other players' hook collision lines
|
||||||
== Mostra linhas de colisão dos outros jogadores
|
== Mostra linhas de colisão dos outros jogadores
|
||||||
|
|
||||||
We will win
|
|
||||||
== Nós vamos vencer
|
|
||||||
|
|
||||||
Your skin
|
Your skin
|
||||||
== Sua skin
|
== Sua skin
|
||||||
|
|
||||||
|
@ -669,9 +655,6 @@ Enable game sounds
|
||||||
DDNet Client needs to be restarted to complete update!
|
DDNet Client needs to be restarted to complete update!
|
||||||
== O Cliente DDNet precisa ser reiniciado para completar a atualização!
|
== O Cliente DDNet precisa ser reiniciado para completar a atualização!
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Observador
|
|
||||||
|
|
||||||
Max Screenshots
|
Max Screenshots
|
||||||
== Máximo de capturas de tela
|
== Máximo de capturas de tela
|
||||||
|
|
||||||
|
@ -687,9 +670,6 @@ Hue
|
||||||
Please use a different name
|
Please use a different name
|
||||||
== Por favor, use um nome diferente
|
== Por favor, use um nome diferente
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Aguarde antes de tentar para
|
|
||||||
|
|
||||||
Show others
|
Show others
|
||||||
== Mostrar outros
|
== Mostrar outros
|
||||||
|
|
||||||
|
@ -756,9 +736,6 @@ DDNet Client updated!
|
||||||
Type:
|
Type:
|
||||||
== Tipo:
|
== Tipo:
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Fundo de tela (regular)
|
|
||||||
|
|
||||||
Internet
|
Internet
|
||||||
== Internet
|
== Internet
|
||||||
|
|
||||||
|
@ -840,12 +817,6 @@ Default zoom
|
||||||
Show score
|
Show score
|
||||||
== Mostrar pontuação
|
== Mostrar pontuação
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Mostrar IDs de clientes no placar
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== segundos
|
|
||||||
|
|
||||||
UI Color
|
UI Color
|
||||||
== Cor da UI
|
== Cor da UI
|
||||||
|
|
||||||
|
@ -897,15 +868,9 @@ Enable highlighted chat sound
|
||||||
Reset to defaults
|
Reset to defaults
|
||||||
== Redefinir valores
|
== Redefinir valores
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Olá e bem-vindo
|
|
||||||
|
|
||||||
AntiPing: predict weapons
|
AntiPing: predict weapons
|
||||||
== AntiPing: predizer armas
|
== AntiPing: predizer armas
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Cor do contorno
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Mensagem realçada
|
== Mensagem realçada
|
||||||
|
|
||||||
|
@ -927,14 +892,11 @@ Name plates size
|
||||||
Grabs
|
Grabs
|
||||||
== Pega
|
== Pega
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Olá o/
|
|
||||||
|
|
||||||
Automatically create statboard csv
|
Automatically create statboard csv
|
||||||
== Criar csv de statboard automaticamente
|
== Criar csv de statboard automaticamente
|
||||||
|
|
||||||
Enable long pain sound (used when shooting in freeze)
|
Enable long pain sound (used when shooting in freeze)
|
||||||
== Habilita som de dor longa (usado ao atirar em congelamento)
|
== Habilitar som de dor longa (usado ao atirar em congelamento)
|
||||||
|
|
||||||
Spree
|
Spree
|
||||||
== Sequência
|
== Sequência
|
||||||
|
@ -942,9 +904,6 @@ Spree
|
||||||
Max CSVs
|
Max CSVs
|
||||||
== CSVs máx
|
== CSVs máx
|
||||||
|
|
||||||
Friend
|
|
||||||
== Amigo
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== Mensagem de amigo
|
== Mensagem de amigo
|
||||||
|
|
||||||
|
@ -976,7 +935,7 @@ Use OpenGL 3.3 (experimental)
|
||||||
== Usar OpenGL 3.3 (experimental)
|
== Usar OpenGL 3.3 (experimental)
|
||||||
|
|
||||||
UI mouse s.
|
UI mouse s.
|
||||||
== s. mouse UI
|
== Sens. mouse de UI
|
||||||
|
|
||||||
File already exists, do you want to overwrite it?
|
File already exists, do you want to overwrite it?
|
||||||
== O arquivo já existe, você deseja sobrescrevê-lo?
|
== O arquivo já existe, você deseja sobrescrevê-lo?
|
||||||
|
@ -1012,7 +971,7 @@ Update failed! Check log...
|
||||||
== 1 nova menção
|
== 1 nova menção
|
||||||
|
|
||||||
Fetch Info
|
Fetch Info
|
||||||
== Obter informações
|
== Obter info
|
||||||
|
|
||||||
%d new mentions
|
%d new mentions
|
||||||
== %d novas menções
|
== %d novas menções
|
||||||
|
@ -1173,9 +1132,6 @@ Client message
|
||||||
Show others (own team only)
|
Show others (own team only)
|
||||||
== Mostrar outras (próprio time apenas)
|
== Mostrar outras (próprio time apenas)
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== A largura ou altura da textura %s não é divisível por 16, o que pode causar bugs visuais.
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== Atenção
|
== Atenção
|
||||||
|
|
||||||
|
@ -1303,5 +1259,38 @@ Chat sound volume
|
||||||
Use old chat style
|
Use old chat style
|
||||||
== Usar estilo de chat antigo
|
== Usar estilo de chat antigo
|
||||||
|
|
||||||
Highlight
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
== Realce
|
== A largura da textura %s não é divisível por %d ou a altura não é divisível por %d, o que pode causar erros visuais.
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
== Mirar em 45º
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
== Ativar deepfly
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
== Desativar deepfly
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
== Dummy
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
== Mostrar IDs de cliente
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
== Cor de contorno do laser
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
== Cor interna do laser
|
||||||
|
|
||||||
|
Preview
|
||||||
|
== Visualizar
|
||||||
|
|
||||||
|
Background
|
||||||
|
== Plano de fundo
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
== Cor de fundo das entidades
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
== Cor de fundo comum
|
||||||
|
|
|
@ -628,7 +628,7 @@ Saving ddnet-settings.cfg failed
|
||||||
Replay feature is disabled!
|
Replay feature is disabled!
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -646,6 +646,9 @@ Server best:
|
||||||
Personal best:
|
Personal best:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Reset
|
||||||
|
==
|
||||||
|
|
||||||
Browser
|
Browser
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -940,9 +943,21 @@ Show entities
|
||||||
Show HUD
|
Show HUD
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
UI mouse s.
|
UI mouse s.
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Borderless window
|
Borderless window
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1015,7 +1030,7 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
==
|
==
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
Show client IDs
|
||||||
==
|
==
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
|
@ -1024,9 +1039,6 @@ Show score
|
||||||
Show health + ammo
|
Show health + ammo
|
||||||
==
|
==
|
||||||
|
|
||||||
Use old chat style
|
|
||||||
==
|
|
||||||
|
|
||||||
Show names in chat in team colors
|
Show names in chat in team colors
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1036,64 +1048,37 @@ Show kill messages
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Use old chat style
|
||||||
|
==
|
||||||
|
|
||||||
Messages
|
Messages
|
||||||
==
|
==
|
||||||
|
|
||||||
System message
|
System message
|
||||||
==
|
==
|
||||||
|
|
||||||
Reset
|
|
||||||
==
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
==
|
==
|
||||||
|
|
||||||
Spectator
|
|
||||||
==
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
==
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
==
|
==
|
||||||
|
|
||||||
We will win
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend
|
|
||||||
==
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
==
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
==
|
==
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
==
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
==
|
==
|
||||||
|
|
||||||
Inner color
|
Preview
|
||||||
==
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
==
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
==
|
|
||||||
|
|
||||||
second
|
|
||||||
==
|
|
||||||
|
|
||||||
seconds
|
|
||||||
==
|
==
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
|
@ -1150,10 +1135,10 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (regular)
|
Background
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (entities)
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
|
@ -1162,9 +1147,15 @@ Use current map as background
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Try fast HTTP map download first
|
Try fast HTTP map download first
|
||||||
==
|
==
|
||||||
|
|
||||||
|
New random timeout code
|
||||||
|
==
|
||||||
|
|
||||||
DDNet %s is available:
|
DDNet %s is available:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1183,9 +1174,6 @@ No updates available
|
||||||
Check now
|
Check now
|
||||||
==
|
==
|
||||||
|
|
||||||
New random timeout code
|
|
||||||
==
|
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -657,9 +657,6 @@ Reconnect in %d sec
|
||||||
Grabs
|
Grabs
|
||||||
== Agafa
|
== Agafa
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Fons (entitats)
|
|
||||||
|
|
||||||
Show kill messages
|
Show kill messages
|
||||||
== Mostrar missatges de mort
|
== Mostrar missatges de mort
|
||||||
|
|
||||||
|
@ -675,18 +672,12 @@ No updates available
|
||||||
Enable server message sound
|
Enable server message sound
|
||||||
== Activa el so del missatge del servidor
|
== Activa el so del missatge del servidor
|
||||||
|
|
||||||
second
|
|
||||||
== segon
|
|
||||||
|
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
== Mostrar la finestra de votacions després de votar
|
== Mostrar la finestra de votacions després de votar
|
||||||
|
|
||||||
HUD
|
HUD
|
||||||
== HUD
|
== HUD
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Estigues atent!
|
|
||||||
|
|
||||||
Select a name
|
Select a name
|
||||||
== Selecciona un nom
|
== Selecciona un nom
|
||||||
|
|
||||||
|
@ -696,12 +687,6 @@ Enable team chat sound
|
||||||
Show other players' hook collision lines
|
Show other players' hook collision lines
|
||||||
== Mostra les línies de col·lisió d'altres jugadors
|
== Mostra les línies de col·lisió d'altres jugadors
|
||||||
|
|
||||||
We will win
|
|
||||||
== Nosaltres guanyarem
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Hola o/
|
|
||||||
|
|
||||||
Deaths
|
Deaths
|
||||||
== Morts
|
== Morts
|
||||||
|
|
||||||
|
@ -711,15 +696,9 @@ Enable game sounds
|
||||||
DDNet Client needs to be restarted to complete update!
|
DDNet Client needs to be restarted to complete update!
|
||||||
== El client DDNet necessita reiniciar-se per completar l'actualització!
|
== El client DDNet necessita reiniciar-se per completar l'actualització!
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Espectador
|
|
||||||
|
|
||||||
Please use a different name
|
Please use a different name
|
||||||
== Si us plau, fes servir un nom diferent
|
== Si us plau, fes servir un nom diferent
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Espereu abans de provar-ho
|
|
||||||
|
|
||||||
Show console window
|
Show console window
|
||||||
== Mostra la finestra de la consola
|
== Mostra la finestra de la consola
|
||||||
|
|
||||||
|
@ -777,9 +756,6 @@ Threaded sound loading
|
||||||
Check now
|
Check now
|
||||||
== Comprova ara
|
== Comprova ara
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Fons (regular)
|
|
||||||
|
|
||||||
Reset wanted weapon on death
|
Reset wanted weapon on death
|
||||||
== Reiniciar l'arma desitjada al morir
|
== Reiniciar l'arma desitjada al morir
|
||||||
|
|
||||||
|
@ -843,15 +819,9 @@ Show score
|
||||||
Spree
|
Spree
|
||||||
== Spree
|
== Spree
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Mostrar les IDs dels clients a la taula d'estadístiques
|
|
||||||
|
|
||||||
Max CSVs
|
Max CSVs
|
||||||
== CSVs màxims
|
== CSVs màxims
|
||||||
|
|
||||||
seconds
|
|
||||||
== segons
|
|
||||||
|
|
||||||
%.2f KiB
|
%.2f KiB
|
||||||
== %.2f KiB
|
== %.2f KiB
|
||||||
|
|
||||||
|
@ -894,33 +864,21 @@ Exclude
|
||||||
Enable highlighted chat sound
|
Enable highlighted chat sound
|
||||||
== Activar el so del xat destacat
|
== Activar el so del xat destacat
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Hola i benvingut
|
|
||||||
|
|
||||||
AntiPing: predict weapons
|
AntiPing: predict weapons
|
||||||
== AntiPing: predir armes
|
== AntiPing: predir armes
|
||||||
|
|
||||||
DDNet Client updated!
|
DDNet Client updated!
|
||||||
== El client DDNet s'ha actualitzat!
|
== El client DDNet s'ha actualitzat!
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Color del contorn
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Missatge destacat
|
== Missatge destacat
|
||||||
|
|
||||||
Friend
|
|
||||||
== Amic
|
|
||||||
|
|
||||||
Switch weapon when out of ammo
|
Switch weapon when out of ammo
|
||||||
== Canviar d'arma en quedar-se sense munició
|
== Canviar d'arma en quedar-se sense munició
|
||||||
|
|
||||||
AntiPing: predict grenade paths
|
AntiPing: predict grenade paths
|
||||||
== AntiPing: predir el camí de la granada
|
== AntiPing: predir el camí de la granada
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Color interior
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== Missatge d'amics
|
== Missatge d'amics
|
||||||
|
|
||||||
|
@ -1161,7 +1119,7 @@ Replay
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -1224,6 +1182,18 @@ Skin Database
|
||||||
Skins directory
|
Skins directory
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Game sound volume
|
Game sound volume
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1236,18 +1206,36 @@ Background music volume
|
||||||
Assets
|
Assets
|
||||||
==
|
==
|
||||||
|
|
||||||
Use old chat style
|
Show client IDs
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Use old chat style
|
||||||
==
|
==
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -948,9 +948,6 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== Použijte hodnotící tabuli DDRace
|
== Použijte hodnotící tabuli DDRace
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Zobrazit ID klienta ve výsledkové tabulce
|
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
== Zobrazit skóre
|
== Zobrazit skóre
|
||||||
|
|
||||||
|
@ -978,48 +975,15 @@ Reset
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Zvýrazněná zpráva
|
== Zvýrazněná zpráva
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Divák
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Pozor!
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
== Týmová zpráva
|
== Týmová zpráva
|
||||||
|
|
||||||
We will win
|
|
||||||
== Vyhrajeme
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== Zpráva od přítele
|
== Zpráva od přítele
|
||||||
|
|
||||||
Friend
|
|
||||||
== Přítel
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Ahoj o/
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
== Normální zpráva
|
== Normální zpráva
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Ahoj a vítejte
|
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Vnitřní barva
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Barva obrysu
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Počkejte, než to zkusíte
|
|
||||||
|
|
||||||
second
|
|
||||||
== sekunda
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== sekundy
|
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== Uložte si nejlepší demo každého závodu
|
== Uložte si nejlepší demo každého závodu
|
||||||
|
|
||||||
|
@ -1074,12 +1038,6 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
== Starý režim myši
|
== Starý režim myši
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Pozadí (běžné)
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Pozadí (entity)
|
|
||||||
|
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
== Zobrazit vrstvy dlaždic z mapy BG
|
== Zobrazit vrstvy dlaždic z mapy BG
|
||||||
|
|
||||||
|
@ -1158,9 +1116,6 @@ Grabs
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
== Uložení souboru ddnet-settings.cfg se nezdařilo
|
== Uložení souboru ddnet-settings.cfg se nezdařilo
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== Šířka nebo výška textury %s není dělitelná 16, což může způsobit vizuální chyby.
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== Varování
|
== Varování
|
||||||
|
|
||||||
|
@ -1246,9 +1201,6 @@ Assets
|
||||||
Use old chat style
|
Use old chat style
|
||||||
== Použijte starý styl chatu
|
== Použijte starý styl chatu
|
||||||
|
|
||||||
Highlight
|
|
||||||
== Zvýraznit
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
== Zpráva klienta
|
== Zpráva klienta
|
||||||
|
|
||||||
|
@ -1294,3 +1246,39 @@ Play
|
||||||
|
|
||||||
Update failed! Check log...
|
Update failed! Check log...
|
||||||
== Aktualizace selhala! Zkontrolujte log...
|
== Aktualizace selhala! Zkontrolujte log...
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
|
@ -632,9 +632,6 @@ Saving ddnet-settings.cfg failed
|
||||||
Replay feature is disabled!
|
Replay feature is disabled!
|
||||||
== Afspilningsfunktionen er deaktiveret!
|
== Afspilningsfunktionen er deaktiveret!
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== Bredden eller højden af tekstur%s kan ikke deles med 16, hvilket kan forårsage visuelle fejl.
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== Advarsel
|
== Advarsel
|
||||||
|
|
||||||
|
@ -1016,9 +1013,6 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== Brug DDRace resultattavle
|
== Brug DDRace resultattavle
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Vis klient-id'er på resultattavlen
|
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
== Vis score
|
== Vis score
|
||||||
|
|
||||||
|
@ -1049,54 +1043,18 @@ Reset
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Fremhævet besked
|
== Fremhævet besked
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Tilskuer
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Pas på!
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
== Team besked
|
== Team besked
|
||||||
|
|
||||||
We will win
|
|
||||||
== Vi vil vinde
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== Ven besked
|
== Ven besked
|
||||||
|
|
||||||
Highlight
|
|
||||||
== Fremhæve
|
|
||||||
|
|
||||||
Friend
|
|
||||||
== Ven
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Hej o/
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
== Normal besked
|
== Normal besked
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Hej og velkommen
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
== Klient besked
|
== Klient besked
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Indre farve
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Ydre farve
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Vent inden du prøver
|
|
||||||
|
|
||||||
second
|
|
||||||
== sekund
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== sekunder
|
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== Gem den bedste demo af hvert løb
|
== Gem den bedste demo af hvert løb
|
||||||
|
|
||||||
|
@ -1151,12 +1109,6 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
== Gammel musetilstand
|
== Gammel musetilstand
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Baggrund (almindelig)
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Baggrund (entities)
|
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
== Brug det aktuelle kort som baggrund
|
== Brug det aktuelle kort som baggrund
|
||||||
|
|
||||||
|
@ -1292,3 +1244,39 @@ Grabs
|
||||||
|
|
||||||
9+ new mentions
|
9+ new mentions
|
||||||
== 9+ ny nævner
|
== 9+ ny nævner
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
|
@ -969,9 +969,6 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== Gebruik DDrace Scorebord
|
== Gebruik DDrace Scorebord
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Laat Client IDs zien in het Scorebord
|
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
== Laat score zien
|
== Laat score zien
|
||||||
|
|
||||||
|
@ -999,48 +996,15 @@ Reset
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Gemarkeerd bericht
|
== Gemarkeerd bericht
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Toeschouwer
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Pas op!
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
== Team bericht
|
== Team bericht
|
||||||
|
|
||||||
We will win
|
|
||||||
== We gaan winnen!
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== Bericht van een vriend
|
== Bericht van een vriend
|
||||||
|
|
||||||
Friend
|
|
||||||
== Vriend
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Hoi o/
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
== Normaal bericht
|
== Normaal bericht
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Hallo en welkom
|
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Binnenkleur
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Randkleur
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Wacht voordat je probeert voor
|
|
||||||
|
|
||||||
second
|
|
||||||
== seconde
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== seconden
|
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== Sla de beste demo op van elke race
|
== Sla de beste demo op van elke race
|
||||||
|
|
||||||
|
@ -1095,12 +1059,6 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
== Oude muis modus
|
== Oude muis modus
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Achtergrond (normaal)
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== achtergrond (entities)
|
|
||||||
|
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
== Laat tegel lagen van achtergrondmap zien
|
== Laat tegel lagen van achtergrondmap zien
|
||||||
|
|
||||||
|
@ -1173,7 +1131,7 @@ Replay
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -1236,6 +1194,18 @@ Skin Database
|
||||||
Skins directory
|
Skins directory
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Game sound volume
|
Game sound volume
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1248,18 +1218,36 @@ Background music volume
|
||||||
Assets
|
Assets
|
||||||
==
|
==
|
||||||
|
|
||||||
Use old chat style
|
Show client IDs
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Use old chat style
|
||||||
==
|
==
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -632,7 +632,7 @@ Saving ddnet-settings.cfg failed
|
||||||
Replay feature is disabled!
|
Replay feature is disabled!
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -650,6 +650,9 @@ Server best:
|
||||||
Personal best:
|
Personal best:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Reset
|
||||||
|
==
|
||||||
|
|
||||||
Browser
|
Browser
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -941,9 +944,21 @@ Show entities
|
||||||
Show HUD
|
Show HUD
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
UI mouse s.
|
UI mouse s.
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Borderless window
|
Borderless window
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1016,7 +1031,7 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
==
|
==
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
Show client IDs
|
||||||
==
|
==
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
|
@ -1025,9 +1040,6 @@ Show score
|
||||||
Show health + ammo
|
Show health + ammo
|
||||||
==
|
==
|
||||||
|
|
||||||
Use old chat style
|
|
||||||
==
|
|
||||||
|
|
||||||
Show names in chat in team colors
|
Show names in chat in team colors
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1037,64 +1049,37 @@ Show kill messages
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Use old chat style
|
||||||
|
==
|
||||||
|
|
||||||
Messages
|
Messages
|
||||||
==
|
==
|
||||||
|
|
||||||
System message
|
System message
|
||||||
==
|
==
|
||||||
|
|
||||||
Reset
|
|
||||||
==
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
==
|
==
|
||||||
|
|
||||||
Spectator
|
|
||||||
==
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
==
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
==
|
==
|
||||||
|
|
||||||
We will win
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend
|
|
||||||
==
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
==
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
==
|
==
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
==
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
==
|
==
|
||||||
|
|
||||||
Inner color
|
Preview
|
||||||
==
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
==
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
==
|
|
||||||
|
|
||||||
second
|
|
||||||
==
|
|
||||||
|
|
||||||
seconds
|
|
||||||
==
|
==
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
|
@ -1151,10 +1136,10 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (regular)
|
Background
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (entities)
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
|
@ -1163,9 +1148,15 @@ Use current map as background
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Try fast HTTP map download first
|
Try fast HTTP map download first
|
||||||
==
|
==
|
||||||
|
|
||||||
|
New random timeout code
|
||||||
|
==
|
||||||
|
|
||||||
DDNet %s is available:
|
DDNet %s is available:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1184,9 +1175,6 @@ No updates available
|
||||||
Check now
|
Check now
|
||||||
==
|
==
|
||||||
|
|
||||||
New random timeout code
|
|
||||||
==
|
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -660,9 +660,6 @@ Toggle dummy
|
||||||
Reset wanted weapon on death
|
Reset wanted weapon on death
|
||||||
== Réinitialiser l'arme choisie après être mort
|
== Réinitialiser l'arme choisie après être mort
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Couleur intérieur
|
|
||||||
|
|
||||||
No updates available
|
No updates available
|
||||||
== Pas de mise à jour disponible
|
== Pas de mise à jour disponible
|
||||||
|
|
||||||
|
@ -726,9 +723,6 @@ Show ghost
|
||||||
Friend message
|
Friend message
|
||||||
== Message d'ami
|
== Message d'ami
|
||||||
|
|
||||||
We will win
|
|
||||||
== On va gagner
|
|
||||||
|
|
||||||
AntiPing: predict other players
|
AntiPing: predict other players
|
||||||
== AntiPing: prédit le déplacement des autres joueurs
|
== AntiPing: prédit le déplacement des autres joueurs
|
||||||
|
|
||||||
|
@ -777,9 +771,6 @@ Welcome to DDNet
|
||||||
Max CSVs
|
Max CSVs
|
||||||
== CSV maximum
|
== CSV maximum
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Spectateur
|
|
||||||
|
|
||||||
Statboard
|
Statboard
|
||||||
== Tableau des stats
|
== Tableau des stats
|
||||||
|
|
||||||
|
@ -789,12 +780,6 @@ Show text entities
|
||||||
Connecting dummy
|
Connecting dummy
|
||||||
== Connection du dummy
|
== Connection du dummy
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Bonjour et bienvenue
|
|
||||||
|
|
||||||
second
|
|
||||||
== seconde
|
|
||||||
|
|
||||||
Render demo
|
Render demo
|
||||||
== Convertir une démo
|
== Convertir une démo
|
||||||
|
|
||||||
|
@ -843,9 +828,6 @@ Update failed! Check log...
|
||||||
%.2f KiB
|
%.2f KiB
|
||||||
== %.2f Kio
|
== %.2f Kio
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Arrière-plan (défaut)
|
|
||||||
|
|
||||||
Reset
|
Reset
|
||||||
== Défaut
|
== Défaut
|
||||||
|
|
||||||
|
@ -861,9 +843,6 @@ Grabs
|
||||||
Update now
|
Update now
|
||||||
== Mettre à jour
|
== Mettre à jour
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Avant votre prochain essai, veuillez attendre
|
|
||||||
|
|
||||||
Follow
|
Follow
|
||||||
== Suivre
|
== Suivre
|
||||||
|
|
||||||
|
@ -912,21 +891,9 @@ Deaths
|
||||||
Length
|
Length
|
||||||
== Durée
|
== Durée
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Couleur du contour
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
== Message normal
|
== Message normal
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Afficher les IDs des clients dans le tableau des scores
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== secondes
|
|
||||||
|
|
||||||
Friend
|
|
||||||
== Ami
|
|
||||||
|
|
||||||
Dummy copy
|
Dummy copy
|
||||||
== Copiage du dummy
|
== Copiage du dummy
|
||||||
|
|
||||||
|
@ -1005,9 +972,6 @@ Show others
|
||||||
%.2f MiB
|
%.2f MiB
|
||||||
== %.2f Mio
|
== %.2f Mio
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Salut o/
|
|
||||||
|
|
||||||
Unfinished map
|
Unfinished map
|
||||||
== Carte non terminée
|
== Carte non terminée
|
||||||
|
|
||||||
|
@ -1038,9 +1002,6 @@ Zoom in
|
||||||
Ghost
|
Ghost
|
||||||
== Fantôme
|
== Fantôme
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Attention!
|
|
||||||
|
|
||||||
Show console window
|
Show console window
|
||||||
== Afficher la fenêtre de la console
|
== Afficher la fenêtre de la console
|
||||||
|
|
||||||
|
@ -1074,9 +1035,6 @@ Replace video
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
== Utiliser les tuiles de la carte de fond
|
== Utiliser les tuiles de la carte de fond
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Arrière-plan (entités)
|
|
||||||
|
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
== Afficher la fenêtre de vote après avoir voté
|
== Afficher la fenêtre de vote après avoir voté
|
||||||
|
|
||||||
|
@ -1179,9 +1137,6 @@ transmits your player name to info2.ddnet.tw
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
== L'enregistrement de ddnet-settings.cfg a échoué
|
== L'enregistrement de ddnet-settings.cfg a échoué
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== La largeur ou la hauteur de la texture %s n'est pas divisible par 16, ce qui pourrait causer des bugs visuels
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== Alerte
|
== Alerte
|
||||||
|
|
||||||
|
@ -1303,9 +1258,6 @@ Chat sound volume
|
||||||
Use old chat style
|
Use old chat style
|
||||||
== Utiliser l'ancien chat
|
== Utiliser l'ancien chat
|
||||||
|
|
||||||
Highlight
|
|
||||||
== Surbrillance
|
|
||||||
|
|
||||||
Manual
|
Manual
|
||||||
== Manuel
|
== Manuel
|
||||||
|
|
||||||
|
@ -1317,3 +1269,39 @@ Auto
|
||||||
|
|
||||||
Replay
|
Replay
|
||||||
== Replay
|
== Replay
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
|
@ -658,12 +658,6 @@ Countries
|
||||||
Types
|
Types
|
||||||
== Typen
|
== Typen
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Innere Farbe
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Hintergrund (Entities)
|
|
||||||
|
|
||||||
Show kill messages
|
Show kill messages
|
||||||
== Kill-Nachrichten anzeigen
|
== Kill-Nachrichten anzeigen
|
||||||
|
|
||||||
|
@ -679,18 +673,12 @@ Update now
|
||||||
Enable server message sound
|
Enable server message sound
|
||||||
== Ton für Server-Nachrichten aktivieren
|
== Ton für Server-Nachrichten aktivieren
|
||||||
|
|
||||||
second
|
|
||||||
== Sekunde
|
|
||||||
|
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
== Abstimmungsfenster nach Abstimmung zeigen
|
== Abstimmungsfenster nach Abstimmung zeigen
|
||||||
|
|
||||||
HUD
|
HUD
|
||||||
== Aussehen
|
== Aussehen
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Pass auf!
|
|
||||||
|
|
||||||
Show names in chat in team colors
|
Show names in chat in team colors
|
||||||
== Namen im Chat in Teamfarben anzeigen
|
== Namen im Chat in Teamfarben anzeigen
|
||||||
|
|
||||||
|
@ -700,9 +688,6 @@ Enable team chat sound
|
||||||
Show other players' hook collision lines
|
Show other players' hook collision lines
|
||||||
== Hakenkollisionen von anderen Spielern anzeigen
|
== Hakenkollisionen von anderen Spielern anzeigen
|
||||||
|
|
||||||
We will win
|
|
||||||
== Wir werden gewinnen
|
|
||||||
|
|
||||||
Deaths
|
Deaths
|
||||||
== Tode
|
== Tode
|
||||||
|
|
||||||
|
@ -712,9 +697,6 @@ Enable game sounds
|
||||||
DDNet Client needs to be restarted to complete update!
|
DDNet Client needs to be restarted to complete update!
|
||||||
== Der DDNet-Client muss neu gestartet werden, um das Update abzuschließen!
|
== Der DDNet-Client muss neu gestartet werden, um das Update abzuschließen!
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Zuschauer
|
|
||||||
|
|
||||||
Show others
|
Show others
|
||||||
== Andere zeigen
|
== Andere zeigen
|
||||||
|
|
||||||
|
@ -736,9 +718,6 @@ Team message
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== Beste Aufnahme von jedem Rennen speichern
|
== Beste Aufnahme von jedem Rennen speichern
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Äußere Farbe
|
|
||||||
|
|
||||||
Are you sure that you want to disconnect?
|
Are you sure that you want to disconnect?
|
||||||
== Bist du sicher, dass du die Verbindung trennen möchtest?
|
== Bist du sicher, dass du die Verbindung trennen möchtest?
|
||||||
|
|
||||||
|
@ -751,9 +730,6 @@ Check now
|
||||||
DDNet Client updated!
|
DDNet Client updated!
|
||||||
== Der DDNet-Client wurde aktualisiert!
|
== Der DDNet-Client wurde aktualisiert!
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Hintergrund (Normal)
|
|
||||||
|
|
||||||
AntiPing: predict other players
|
AntiPing: predict other players
|
||||||
== AntiPing: Andere Spieler vorberechnen
|
== AntiPing: Andere Spieler vorberechnen
|
||||||
|
|
||||||
|
@ -790,12 +766,6 @@ Default zoom
|
||||||
Show score
|
Show score
|
||||||
== Punktestand anzeigen
|
== Punktestand anzeigen
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Client-IDs in der Punktetafel anzeigen
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== Sekunden
|
|
||||||
|
|
||||||
%.2f KiB
|
%.2f KiB
|
||||||
== %.2f KiB
|
== %.2f KiB
|
||||||
|
|
||||||
|
@ -832,9 +802,6 @@ Enable highlighted chat sound
|
||||||
AntiPing: predict weapons
|
AntiPing: predict weapons
|
||||||
== AntiPing: Waffen vorberechnen
|
== AntiPing: Waffen vorberechnen
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Hallo und willkommen
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Hervorgehobene Nachricht
|
== Hervorgehobene Nachricht
|
||||||
|
|
||||||
|
@ -850,18 +817,12 @@ Grabs
|
||||||
Select a name
|
Select a name
|
||||||
== Namen wählen
|
== Namen wählen
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Hallo o/
|
|
||||||
|
|
||||||
Automatically take game over screenshot
|
Automatically take game over screenshot
|
||||||
== Automatisch Bildschirmfoto am Spielende aufnehmen
|
== Automatisch Bildschirmfoto am Spielende aufnehmen
|
||||||
|
|
||||||
Please use a different name
|
Please use a different name
|
||||||
== Bitte anderen Namen wählen
|
== Bitte anderen Namen wählen
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Vor dem Versuch warten für
|
|
||||||
|
|
||||||
Show console window
|
Show console window
|
||||||
== Konsolenfenster zeigen
|
== Konsolenfenster zeigen
|
||||||
|
|
||||||
|
@ -937,9 +898,6 @@ Screen
|
||||||
Exclude
|
Exclude
|
||||||
== Ausschließen
|
== Ausschließen
|
||||||
|
|
||||||
Friend
|
|
||||||
== Freund
|
|
||||||
|
|
||||||
Demo
|
Demo
|
||||||
== Aufnahme
|
== Aufnahme
|
||||||
|
|
||||||
|
@ -1177,9 +1135,6 @@ Client message
|
||||||
Country / Region
|
Country / Region
|
||||||
== Land / Region
|
== Land / Region
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== Die Breite oder Höhe von Textur %s ist nicht durch 16 teilbar, was visuelle Bugs verursachen kann.
|
|
||||||
|
|
||||||
Skip the main menu
|
Skip the main menu
|
||||||
== Hauptmenü überspringen
|
== Hauptmenü überspringen
|
||||||
|
|
||||||
|
@ -1289,9 +1244,6 @@ Chat sound volume
|
||||||
Use old chat style
|
Use old chat style
|
||||||
== Alten Chat-Stil nutzen
|
== Alten Chat-Stil nutzen
|
||||||
|
|
||||||
Highlight
|
|
||||||
== Hervorheben
|
|
||||||
|
|
||||||
Manual
|
Manual
|
||||||
== Manuell
|
== Manuell
|
||||||
|
|
||||||
|
@ -1306,3 +1258,39 @@ Replay
|
||||||
|
|
||||||
Smooth Dynamic Camera
|
Smooth Dynamic Camera
|
||||||
== Weiche Dynamische Kamera
|
== Weiche Dynamische Kamera
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
== Die Breite von Textur %s ist nicht durch %d teilbar, oder die Höhe nicht durch %d teilbar, was Visuelle Fehler verursachen könnte.
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
== 45°-Zielen
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
== Deepfly an
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
== Deepfly aus
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
== Dummy
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
== Zeige Client-IDs
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
== Laser-Konturfarbe
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
== Laser-Innenfarbe
|
||||||
|
|
||||||
|
Preview
|
||||||
|
== Vorschau
|
||||||
|
|
||||||
|
Background
|
||||||
|
== Hintergrund
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
== Entities-Hintergrundfarbe
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
== Normale Hintergrundfarbe
|
||||||
|
|
|
@ -630,9 +630,6 @@ Reconnect in %d sec
|
||||||
Grabs
|
Grabs
|
||||||
== Megfog
|
== Megfog
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Háttér entitással
|
|
||||||
|
|
||||||
Show kill messages
|
Show kill messages
|
||||||
== Halálüzenetek mutatása
|
== Halálüzenetek mutatása
|
||||||
|
|
||||||
|
@ -648,9 +645,6 @@ No updates available
|
||||||
Enable server message sound
|
Enable server message sound
|
||||||
== Szerver chat hang engedélyezése
|
== Szerver chat hang engedélyezése
|
||||||
|
|
||||||
second
|
|
||||||
== másodperc
|
|
||||||
|
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
== Szavazási ablak mutatása szavazás után
|
== Szavazási ablak mutatása szavazás után
|
||||||
|
|
||||||
|
@ -660,9 +654,6 @@ HUD
|
||||||
Spectate previous
|
Spectate previous
|
||||||
== Előző nézése
|
== Előző nézése
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Vigyázz!
|
|
||||||
|
|
||||||
Spectate next
|
Spectate next
|
||||||
== Következő nézése
|
== Következő nézése
|
||||||
|
|
||||||
|
@ -678,12 +669,6 @@ Enable team chat sound
|
||||||
Show other players' hook collision lines
|
Show other players' hook collision lines
|
||||||
== Játékosok horogvonalaik mutatása
|
== Játékosok horogvonalaik mutatása
|
||||||
|
|
||||||
We will win
|
|
||||||
== Nyerni fogunk
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Szia o/
|
|
||||||
|
|
||||||
Deaths
|
Deaths
|
||||||
== Halálok
|
== Halálok
|
||||||
|
|
||||||
|
@ -693,15 +678,9 @@ Enable game sounds
|
||||||
DDNet Client needs to be restarted to complete update!
|
DDNet Client needs to be restarted to complete update!
|
||||||
== Újra kell indítani a DDNet Klienst a frissítés befejezéséhez!
|
== Újra kell indítani a DDNet Klienst a frissítés befejezéséhez!
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Néző
|
|
||||||
|
|
||||||
Please use a different name
|
Please use a different name
|
||||||
== Kérlek, válassz másik nevet
|
== Kérlek, válassz másik nevet
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Várj, mielőtt kipróbálod a:
|
|
||||||
|
|
||||||
Show console window
|
Show console window
|
||||||
== Konzol ablak mutatása
|
== Konzol ablak mutatása
|
||||||
|
|
||||||
|
@ -765,9 +744,6 @@ Remove chat
|
||||||
Check now
|
Check now
|
||||||
== Nézd meg
|
== Nézd meg
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Háttér (pálya)
|
|
||||||
|
|
||||||
Reset wanted weapon on death
|
Reset wanted weapon on death
|
||||||
== Újraéledéskor váltson az akart fegyverre
|
== Újraéledéskor váltson az akart fegyverre
|
||||||
|
|
||||||
|
@ -834,18 +810,12 @@ Show score
|
||||||
Spree
|
Spree
|
||||||
== Szorzó
|
== Szorzó
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Mutassa a játékosok ID-ét a pontszámtáblán
|
|
||||||
|
|
||||||
Demofile: %s
|
Demofile: %s
|
||||||
== Demófájl: %s
|
== Demófájl: %s
|
||||||
|
|
||||||
Max CSVs
|
Max CSVs
|
||||||
== Maximum CSV-k
|
== Maximum CSV-k
|
||||||
|
|
||||||
seconds
|
|
||||||
== másodpercek
|
|
||||||
|
|
||||||
Borderless window
|
Borderless window
|
||||||
== Ablak mód
|
== Ablak mód
|
||||||
|
|
||||||
|
@ -897,24 +867,15 @@ Exclude
|
||||||
Enable highlighted chat sound
|
Enable highlighted chat sound
|
||||||
== kiemelt chat hang lejátszása
|
== kiemelt chat hang lejátszása
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Hali és üdv
|
|
||||||
|
|
||||||
AntiPing: predict weapons
|
AntiPing: predict weapons
|
||||||
== Antiping: fegyvereknél
|
== Antiping: fegyvereknél
|
||||||
|
|
||||||
DDNet Client updated!
|
DDNet Client updated!
|
||||||
== DDNet Kliens frissítve van!
|
== DDNet Kliens frissítve van!
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Körvonal szín
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Kiemelt üzenet
|
== Kiemelt üzenet
|
||||||
|
|
||||||
Friend
|
|
||||||
== Barát
|
|
||||||
|
|
||||||
Switch weapon when out of ammo
|
Switch weapon when out of ammo
|
||||||
== Fegyver váltása, ha elfogy a lőszer
|
== Fegyver váltása, ha elfogy a lőszer
|
||||||
|
|
||||||
|
@ -924,12 +885,6 @@ AntiPing: predict grenade paths
|
||||||
Demo
|
Demo
|
||||||
== Demó
|
== Demó
|
||||||
|
|
||||||
Inner color
|
|
||||||
== belső szín
|
|
||||||
|
|
||||||
##### generated by copy_fix.py, please translate this #####
|
|
||||||
##### update for 11.6 version by Cellegen #####
|
|
||||||
|
|
||||||
Ratio
|
Ratio
|
||||||
== Érték
|
== Érték
|
||||||
|
|
||||||
|
@ -1155,9 +1110,6 @@ Are you sure that you want to disconnect your dummy?
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
== nem sikerült elmenteni ddnet-settings.cfg fájlt
|
== nem sikerült elmenteni ddnet-settings.cfg fájlt
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== A mérete a texturának %s nem látható, ami látható bugokhoz vezethet.
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== Figyelmeztetés
|
== Figyelmeztetés
|
||||||
|
|
||||||
|
@ -1236,9 +1188,6 @@ Assets
|
||||||
Use old chat style
|
Use old chat style
|
||||||
== régi chat stílus használata
|
== régi chat stílus használata
|
||||||
|
|
||||||
Highlight
|
|
||||||
== kijelöl
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
== Kliens Üzenet
|
== Kliens Üzenet
|
||||||
|
|
||||||
|
@ -1294,5 +1243,41 @@ Auto
|
||||||
Replay
|
Replay
|
||||||
== Visszajátszás
|
== Visszajátszás
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
https://wiki.ddnet.tw/
|
https://wiki.ddnet.tw/
|
||||||
==
|
==
|
||||||
|
|
|
@ -689,9 +689,6 @@ Saving ddnet-settings.cfg failed
|
||||||
Replay feature is disabled!
|
Replay feature is disabled!
|
||||||
== Il replay è disabilitato!
|
== Il replay è disabilitato!
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== La larghezza o altezza della texture %s non è divisibile per 16, quindi potrebbe causare dei bug visivi.
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== Attenzione
|
== Attenzione
|
||||||
|
|
||||||
|
@ -1048,9 +1045,6 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== Usa il tabellone segnapunti DDRace
|
== Usa il tabellone segnapunti DDRace
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Mostra gli ID nella Scoreboard
|
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
== Mostra punteggio/tempo
|
== Mostra punteggio/tempo
|
||||||
|
|
||||||
|
@ -1081,54 +1075,18 @@ Reset
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Messaggio evidenziato
|
== Messaggio evidenziato
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Spettatore
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Attento!
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
== Messaggio della squadra
|
== Messaggio della squadra
|
||||||
|
|
||||||
We will win
|
|
||||||
== Vinceremo
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== Messaggio di un amico
|
== Messaggio di un amico
|
||||||
|
|
||||||
Highlight
|
|
||||||
== Evidenzia
|
|
||||||
|
|
||||||
Friend
|
|
||||||
== Amico
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Ciao o/
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
== Messaggio normale
|
== Messaggio normale
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Ciao e benvenuto
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
== Messaggio del Client
|
== Messaggio del Client
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Colore interno
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Colore del contorno
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Aspetta prima di provare per
|
|
||||||
|
|
||||||
second
|
|
||||||
== secondo
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== secondi
|
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== Salva la miglior demo di ogni partita
|
== Salva la miglior demo di ogni partita
|
||||||
|
|
||||||
|
@ -1180,12 +1138,6 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
== Modalità mouse vecchio
|
== Modalità mouse vecchio
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Sfondo (regolare)
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Sfondo (entità)
|
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
== Usa la mappa attuale come sfondo
|
== Usa la mappa attuale come sfondo
|
||||||
|
|
||||||
|
@ -1311,6 +1263,9 @@ Grabs
|
||||||
9+ new mentions
|
9+ new mentions
|
||||||
== +9 nuove menzioni
|
== +9 nuove menzioni
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
Markers:
|
Markers:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1323,8 +1278,41 @@ Markers:
|
||||||
Converse
|
Converse
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
Overlay entities
|
Overlay entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
FPM
|
FPM
|
||||||
==
|
==
|
||||||
|
|
|
@ -631,7 +631,7 @@ Saving ddnet-settings.cfg failed
|
||||||
Replay feature is disabled!
|
Replay feature is disabled!
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -649,6 +649,9 @@ Server best:
|
||||||
Personal best:
|
Personal best:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Reset
|
||||||
|
==
|
||||||
|
|
||||||
Browser
|
Browser
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -940,9 +943,21 @@ Show entities
|
||||||
Show HUD
|
Show HUD
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
UI mouse s.
|
UI mouse s.
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Borderless window
|
Borderless window
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1015,7 +1030,7 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
==
|
==
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
Show client IDs
|
||||||
==
|
==
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
|
@ -1024,9 +1039,6 @@ Show score
|
||||||
Show health + ammo
|
Show health + ammo
|
||||||
==
|
==
|
||||||
|
|
||||||
Use old chat style
|
|
||||||
==
|
|
||||||
|
|
||||||
Show names in chat in team colors
|
Show names in chat in team colors
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1036,64 +1048,37 @@ Show kill messages
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Use old chat style
|
||||||
|
==
|
||||||
|
|
||||||
Messages
|
Messages
|
||||||
==
|
==
|
||||||
|
|
||||||
System message
|
System message
|
||||||
==
|
==
|
||||||
|
|
||||||
Reset
|
|
||||||
==
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
==
|
==
|
||||||
|
|
||||||
Spectator
|
|
||||||
==
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
==
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
==
|
==
|
||||||
|
|
||||||
We will win
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend
|
|
||||||
==
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
==
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
==
|
==
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
==
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
==
|
==
|
||||||
|
|
||||||
Inner color
|
Preview
|
||||||
==
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
==
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
==
|
|
||||||
|
|
||||||
second
|
|
||||||
==
|
|
||||||
|
|
||||||
seconds
|
|
||||||
==
|
==
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
|
@ -1150,10 +1135,10 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (regular)
|
Background
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (entities)
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
|
@ -1162,9 +1147,15 @@ Use current map as background
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Try fast HTTP map download first
|
Try fast HTTP map download first
|
||||||
==
|
==
|
||||||
|
|
||||||
|
New random timeout code
|
||||||
|
==
|
||||||
|
|
||||||
DDNet %s is available:
|
DDNet %s is available:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1183,9 +1174,6 @@ No updates available
|
||||||
Check now
|
Check now
|
||||||
==
|
==
|
||||||
|
|
||||||
New random timeout code
|
|
||||||
==
|
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -633,7 +633,7 @@ Saving ddnet-settings.cfg failed
|
||||||
Replay feature is disabled!
|
Replay feature is disabled!
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -648,6 +648,9 @@ Server best:
|
||||||
Personal best:
|
Personal best:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Reset
|
||||||
|
==
|
||||||
|
|
||||||
Browser
|
Browser
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -939,9 +942,21 @@ Show entities
|
||||||
Show HUD
|
Show HUD
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
UI mouse s.
|
UI mouse s.
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Borderless window
|
Borderless window
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1014,7 +1029,7 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
==
|
==
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
Show client IDs
|
||||||
==
|
==
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
|
@ -1023,9 +1038,6 @@ Show score
|
||||||
Show health + ammo
|
Show health + ammo
|
||||||
==
|
==
|
||||||
|
|
||||||
Use old chat style
|
|
||||||
==
|
|
||||||
|
|
||||||
Show names in chat in team colors
|
Show names in chat in team colors
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1035,64 +1047,37 @@ Show kill messages
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Use old chat style
|
||||||
|
==
|
||||||
|
|
||||||
Messages
|
Messages
|
||||||
==
|
==
|
||||||
|
|
||||||
System message
|
System message
|
||||||
==
|
==
|
||||||
|
|
||||||
Reset
|
|
||||||
==
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
==
|
==
|
||||||
|
|
||||||
Spectator
|
|
||||||
==
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
==
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
==
|
==
|
||||||
|
|
||||||
We will win
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend
|
|
||||||
==
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
==
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
==
|
==
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
==
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
==
|
==
|
||||||
|
|
||||||
Inner color
|
Preview
|
||||||
==
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
==
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
==
|
|
||||||
|
|
||||||
second
|
|
||||||
==
|
|
||||||
|
|
||||||
seconds
|
|
||||||
==
|
==
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
|
@ -1149,10 +1134,10 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (regular)
|
Background
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (entities)
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
|
@ -1161,9 +1146,15 @@ Use current map as background
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Try fast HTTP map download first
|
Try fast HTTP map download first
|
||||||
==
|
==
|
||||||
|
|
||||||
|
New random timeout code
|
||||||
|
==
|
||||||
|
|
||||||
DDNet %s is available:
|
DDNet %s is available:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1182,9 +1173,6 @@ No updates available
|
||||||
Check now
|
Check now
|
||||||
==
|
==
|
||||||
|
|
||||||
New random timeout code
|
|
||||||
==
|
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -628,7 +628,7 @@ Saving ddnet-settings.cfg failed
|
||||||
Replay feature is disabled!
|
Replay feature is disabled!
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -643,6 +643,9 @@ Server best:
|
||||||
Personal best:
|
Personal best:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Reset
|
||||||
|
==
|
||||||
|
|
||||||
Browser
|
Browser
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -931,9 +934,21 @@ Show entities
|
||||||
Show HUD
|
Show HUD
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
UI mouse s.
|
UI mouse s.
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Borderless window
|
Borderless window
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1006,7 +1021,7 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
==
|
==
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
Show client IDs
|
||||||
==
|
==
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
|
@ -1015,9 +1030,6 @@ Show score
|
||||||
Show health + ammo
|
Show health + ammo
|
||||||
==
|
==
|
||||||
|
|
||||||
Use old chat style
|
|
||||||
==
|
|
||||||
|
|
||||||
Show names in chat in team colors
|
Show names in chat in team colors
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1027,64 +1039,37 @@ Show kill messages
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Use old chat style
|
||||||
|
==
|
||||||
|
|
||||||
Messages
|
Messages
|
||||||
==
|
==
|
||||||
|
|
||||||
System message
|
System message
|
||||||
==
|
==
|
||||||
|
|
||||||
Reset
|
|
||||||
==
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
==
|
==
|
||||||
|
|
||||||
Spectator
|
|
||||||
==
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
==
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
==
|
==
|
||||||
|
|
||||||
We will win
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend
|
|
||||||
==
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
==
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
==
|
==
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
==
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
==
|
==
|
||||||
|
|
||||||
Inner color
|
Preview
|
||||||
==
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
==
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
==
|
|
||||||
|
|
||||||
second
|
|
||||||
==
|
|
||||||
|
|
||||||
seconds
|
|
||||||
==
|
==
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
|
@ -1141,10 +1126,10 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (regular)
|
Background
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (entities)
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
|
@ -1153,9 +1138,15 @@ Use current map as background
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Try fast HTTP map download first
|
Try fast HTTP map download first
|
||||||
==
|
==
|
||||||
|
|
||||||
|
New random timeout code
|
||||||
|
==
|
||||||
|
|
||||||
DDNet %s is available:
|
DDNet %s is available:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1174,9 +1165,6 @@ No updates available
|
||||||
Check now
|
Check now
|
||||||
==
|
==
|
||||||
|
|
||||||
New random timeout code
|
|
||||||
==
|
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -960,9 +960,6 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== Bruk DDRace-poengliste
|
== Bruk DDRace-poengliste
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Vis klient-ID i poengliste
|
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
== Vis poeng
|
== Vis poeng
|
||||||
|
|
||||||
|
@ -990,48 +987,15 @@ Reset
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Uthevet melding
|
== Uthevet melding
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Tilskuer
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Se opp!
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
== Lagmelding
|
== Lagmelding
|
||||||
|
|
||||||
We will win
|
|
||||||
== Vi kommer til å vinne
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== Vennemelding
|
== Vennemelding
|
||||||
|
|
||||||
Friend
|
|
||||||
== Venn
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Hei o/
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
== Vanlig melding
|
== Vanlig melding
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Hei og velkommen
|
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Indre farge
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Kantfarge
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Vent før nytt forsøk i
|
|
||||||
|
|
||||||
second
|
|
||||||
== sekund
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== sekunder
|
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== Lagre beste demo for hvert løp
|
== Lagre beste demo for hvert løp
|
||||||
|
|
||||||
|
@ -1086,12 +1050,6 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
== Gammel musemodus
|
== Gammel musemodus
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Bakgrunn (vanlig)
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Bakgrunn (entities)
|
|
||||||
|
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
== Vis tile-lag fra BG-bane
|
== Vis tile-lag fra BG-bane
|
||||||
|
|
||||||
|
@ -1170,9 +1128,6 @@ Replay
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
== Lagring av ddnet-settings.cfg mislyktes
|
== Lagring av ddnet-settings.cfg mislyktes
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== Bredden eller høyden til tekstur %s er ikke delelig med 16, noe som kan gi visuelle feil.
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== Advarsel
|
== Advarsel
|
||||||
|
|
||||||
|
@ -1248,9 +1203,6 @@ Assets
|
||||||
Use old chat style
|
Use old chat style
|
||||||
== Bruk gammel chattestil
|
== Bruk gammel chattestil
|
||||||
|
|
||||||
Highlight
|
|
||||||
== Uthev
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
== Klientmelding
|
== Klientmelding
|
||||||
|
|
||||||
|
@ -1293,3 +1245,39 @@ Editor
|
||||||
[Start menu]
|
[Start menu]
|
||||||
Play
|
Play
|
||||||
== Spill
|
== Spill
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
|
@ -217,7 +217,7 @@ Saving ddnet-settings.cfg failed
|
||||||
Replay feature is disabled!
|
Replay feature is disabled!
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -256,6 +256,9 @@ Server best:
|
||||||
Personal best:
|
Personal best:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Reset
|
||||||
|
==
|
||||||
|
|
||||||
News
|
News
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -760,6 +763,15 @@ Show entities
|
||||||
Show HUD
|
Show HUD
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
UI mouse s.
|
UI mouse s.
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -772,6 +784,9 @@ Reset to defaults
|
||||||
Voting
|
Voting
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Miscellaneous
|
Miscellaneous
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -889,7 +904,7 @@ Alpha
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
==
|
==
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
Show client IDs
|
||||||
==
|
==
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
|
@ -898,9 +913,6 @@ Show score
|
||||||
Show health + ammo
|
Show health + ammo
|
||||||
==
|
==
|
||||||
|
|
||||||
Use old chat style
|
|
||||||
==
|
|
||||||
|
|
||||||
Show names in chat in team colors
|
Show names in chat in team colors
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -910,64 +922,37 @@ Show kill messages
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Use old chat style
|
||||||
|
==
|
||||||
|
|
||||||
Messages
|
Messages
|
||||||
==
|
==
|
||||||
|
|
||||||
System message
|
System message
|
||||||
==
|
==
|
||||||
|
|
||||||
Reset
|
|
||||||
==
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
==
|
==
|
||||||
|
|
||||||
Spectator
|
|
||||||
==
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
==
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
==
|
==
|
||||||
|
|
||||||
We will win
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend
|
|
||||||
==
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
==
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
==
|
==
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
==
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
==
|
==
|
||||||
|
|
||||||
Inner color
|
Preview
|
||||||
==
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
==
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
==
|
|
||||||
|
|
||||||
second
|
|
||||||
==
|
|
||||||
|
|
||||||
seconds
|
|
||||||
==
|
==
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
|
@ -1024,10 +1009,10 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (regular)
|
Background
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (entities)
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
|
@ -1036,9 +1021,15 @@ Use current map as background
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Try fast HTTP map download first
|
Try fast HTTP map download first
|
||||||
==
|
==
|
||||||
|
|
||||||
|
New random timeout code
|
||||||
|
==
|
||||||
|
|
||||||
DDNet %s is available:
|
DDNet %s is available:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1057,9 +1048,6 @@ No updates available
|
||||||
Check now
|
Check now
|
||||||
==
|
==
|
||||||
|
|
||||||
New random timeout code
|
|
||||||
==
|
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -652,12 +652,6 @@ Show other players' hook collision lines
|
||||||
Show other players' key presses
|
Show other players' key presses
|
||||||
== Pokazuj naciśnięcia klawiszy innych graczy
|
== Pokazuj naciśnięcia klawiszy innych graczy
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Tło (regularne)
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Tło (entities)
|
|
||||||
|
|
||||||
Try fast HTTP map download first
|
Try fast HTTP map download first
|
||||||
== Próbuj najpierw ściągać mapy z serwera HTTP.
|
== Próbuj najpierw ściągać mapy z serwera HTTP.
|
||||||
|
|
||||||
|
@ -730,21 +724,12 @@ Team message
|
||||||
Normal message
|
Normal message
|
||||||
== Wiadomość standardowa
|
== Wiadomość standardowa
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Wewnętrzny kolor
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Zewnętrzny kolor
|
|
||||||
|
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== Użyj tabeli wyników z DDRace
|
== Użyj tabeli wyników z DDRace
|
||||||
|
|
||||||
Show kill messages
|
Show kill messages
|
||||||
== Pokazuj wiadomości śmierci
|
== Pokazuj wiadomości śmierci
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Pokazuj ID graczy w tabeli wyników
|
|
||||||
|
|
||||||
Countries
|
Countries
|
||||||
== Kraje
|
== Kraje
|
||||||
|
|
||||||
|
@ -799,18 +784,6 @@ DDNet Client updated!
|
||||||
Check now
|
Check now
|
||||||
== Sprawdź
|
== Sprawdź
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Uważaj!
|
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Obserwator
|
|
||||||
|
|
||||||
We will win
|
|
||||||
== Wygramy to
|
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Cześć i siema
|
|
||||||
|
|
||||||
DDNet Client needs to be restarted to complete update!
|
DDNet Client needs to be restarted to complete update!
|
||||||
== DDNet Client wymaga ponownego uruchomienia, aby zakończyć aktualizację!
|
== DDNet Client wymaga ponownego uruchomienia, aby zakończyć aktualizację!
|
||||||
|
|
||||||
|
@ -859,9 +832,6 @@ Fat skins (DDFat)
|
||||||
Grabs
|
Grabs
|
||||||
== Przechwycenia
|
== Przechwycenia
|
||||||
|
|
||||||
second
|
|
||||||
== sekund
|
|
||||||
|
|
||||||
Kill
|
Kill
|
||||||
== Restart
|
== Restart
|
||||||
|
|
||||||
|
@ -883,27 +853,18 @@ Pause
|
||||||
1 new mention
|
1 new mention
|
||||||
== 1 raz wspomniano o tobie
|
== 1 raz wspomniano o tobie
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Cześć o/
|
|
||||||
|
|
||||||
Welcome to DDNet
|
Welcome to DDNet
|
||||||
== Witaj w DDNet
|
== Witaj w DDNet
|
||||||
|
|
||||||
New random timeout code
|
New random timeout code
|
||||||
== Nowy losowy kod timeout
|
== Nowy losowy kod timeout
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Poczekaj zanim spróbujesz
|
|
||||||
|
|
||||||
Enable long pain sound (used when shooting in freeze)
|
Enable long pain sound (used when shooting in freeze)
|
||||||
== Włącz dźwięk długiego jęku (używany, gdy strzelasz we freezie)
|
== Włącz dźwięk długiego jęku (używany, gdy strzelasz we freezie)
|
||||||
|
|
||||||
DDNet
|
DDNet
|
||||||
== DDNet
|
== DDNet
|
||||||
|
|
||||||
seconds
|
|
||||||
== sekundy
|
|
||||||
|
|
||||||
Show HUD
|
Show HUD
|
||||||
== Pokazuj HUD
|
== Pokazuj HUD
|
||||||
|
|
||||||
|
@ -1114,9 +1075,6 @@ Personal best:
|
||||||
Show text entities
|
Show text entities
|
||||||
== Pokazuj entities tekstu
|
== Pokazuj entities tekstu
|
||||||
|
|
||||||
Friend
|
|
||||||
== Znajomy
|
|
||||||
|
|
||||||
Skin prefix
|
Skin prefix
|
||||||
== Motyw skinów
|
== Motyw skinów
|
||||||
|
|
||||||
|
@ -1171,9 +1129,6 @@ Replay
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
== Zapisywanie ddnet-settings.cfg nie powiodło się
|
== Zapisywanie ddnet-settings.cfg nie powiodło się
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== Szerokość lub wysokość tekstury %s nie jest podzielna przez 16, co może powodować błędy.
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== Ostrzeżenie
|
== Ostrzeżenie
|
||||||
|
|
||||||
|
@ -1249,9 +1204,6 @@ Assets
|
||||||
Use old chat style
|
Use old chat style
|
||||||
== Użyj klasycznego wyglądu czatu
|
== Użyj klasycznego wyglądu czatu
|
||||||
|
|
||||||
Highlight
|
|
||||||
== Podkreślenie
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
== Wiadomość klienta
|
== Wiadomość klienta
|
||||||
|
|
||||||
|
@ -1294,3 +1246,39 @@ Editor
|
||||||
[Start menu]
|
[Start menu]
|
||||||
Play
|
Play
|
||||||
== Graj
|
== Graj
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
|
@ -653,9 +653,6 @@ Map sound volume
|
||||||
Countries
|
Countries
|
||||||
== Países
|
== Países
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Plano de fundo (entidades)
|
|
||||||
|
|
||||||
Show kill messages
|
Show kill messages
|
||||||
== Mostrar mensagens de morte
|
== Mostrar mensagens de morte
|
||||||
|
|
||||||
|
@ -671,18 +668,12 @@ No updates available
|
||||||
Enable server message sound
|
Enable server message sound
|
||||||
== Ativar o som de mensagem do servidor
|
== Ativar o som de mensagem do servidor
|
||||||
|
|
||||||
second
|
|
||||||
== segundo
|
|
||||||
|
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
== Mostrar janela de voto depois de votar
|
== Mostrar janela de voto depois de votar
|
||||||
|
|
||||||
HUD
|
HUD
|
||||||
== HUD
|
== HUD
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Cuidado!
|
|
||||||
|
|
||||||
Show names in chat in team colors
|
Show names in chat in team colors
|
||||||
== Mostrar nomes no chat com cores da equipa
|
== Mostrar nomes no chat com cores da equipa
|
||||||
|
|
||||||
|
@ -692,12 +683,6 @@ Select a name
|
||||||
Enable team chat sound
|
Enable team chat sound
|
||||||
== Ativar o som do chat de equipa
|
== Ativar o som do chat de equipa
|
||||||
|
|
||||||
We will win
|
|
||||||
== Nós vamos ganhar
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Olá o/
|
|
||||||
|
|
||||||
Deaths
|
Deaths
|
||||||
== Mortes
|
== Mortes
|
||||||
|
|
||||||
|
@ -707,9 +692,6 @@ Enable game sounds
|
||||||
DDNet Client needs to be restarted to complete update!
|
DDNet Client needs to be restarted to complete update!
|
||||||
== O cliente DDNet precisa de ser reiniciado para completar a atualização!
|
== O cliente DDNet precisa de ser reiniciado para completar a atualização!
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Espectador
|
|
||||||
|
|
||||||
Please use a different name
|
Please use a different name
|
||||||
== Por favor usa um nome diferente
|
== Por favor usa um nome diferente
|
||||||
|
|
||||||
|
@ -764,9 +746,6 @@ Remove chat
|
||||||
Check now
|
Check now
|
||||||
== Verifica agora
|
== Verifica agora
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Plano de fundo (regular)
|
|
||||||
|
|
||||||
AntiPing: predict other players
|
AntiPing: predict other players
|
||||||
== Antiping: prever os outros jogadores
|
== Antiping: prever os outros jogadores
|
||||||
|
|
||||||
|
@ -803,15 +782,9 @@ Default zoom
|
||||||
Show score
|
Show score
|
||||||
== Mostrar pontuação
|
== Mostrar pontuação
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Mostrar os IDs do cliente na tabela de pontuação
|
|
||||||
|
|
||||||
Max CSVs
|
Max CSVs
|
||||||
== CSVs máximos
|
== CSVs máximos
|
||||||
|
|
||||||
seconds
|
|
||||||
== segundos
|
|
||||||
|
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== Usa a tabela de pontuações de DDRace
|
== Usa a tabela de pontuações de DDRace
|
||||||
|
|
||||||
|
@ -848,9 +821,6 @@ Exclude
|
||||||
Enable highlighted chat sound
|
Enable highlighted chat sound
|
||||||
== Ativar o som do chat em destaque
|
== Ativar o som do chat em destaque
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Olá e bem-vindo
|
|
||||||
|
|
||||||
AntiPing: predict weapons
|
AntiPing: predict weapons
|
||||||
== AntiPing: prever as armas
|
== AntiPing: prever as armas
|
||||||
|
|
||||||
|
@ -860,18 +830,12 @@ DDNet Client updated!
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Mensagem em destaque
|
== Mensagem em destaque
|
||||||
|
|
||||||
Friend
|
|
||||||
== Amigo
|
|
||||||
|
|
||||||
Switch weapon when out of ammo
|
Switch weapon when out of ammo
|
||||||
== Mudar de arma quando ficar sem munição
|
== Mudar de arma quando ficar sem munição
|
||||||
|
|
||||||
AntiPing: predict grenade paths
|
AntiPing: predict grenade paths
|
||||||
== Antiping: prever os caminhos da granada
|
== Antiping: prever os caminhos da granada
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Cor interior
|
|
||||||
|
|
||||||
Successfully saved the replay!
|
Successfully saved the replay!
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -881,7 +845,7 @@ Saving ddnet-settings.cfg failed
|
||||||
Replay feature is disabled!
|
Replay feature is disabled!
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -1112,9 +1076,21 @@ Show entities
|
||||||
Show HUD
|
Show HUD
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
UI mouse s.
|
UI mouse s.
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
may cause delay
|
may cause delay
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1148,22 +1124,25 @@ Background music volume
|
||||||
Assets
|
Assets
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
Use old chat style
|
Use old chat style
|
||||||
==
|
==
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
|
||||||
==
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
==
|
==
|
||||||
|
|
||||||
Outline color
|
Preview
|
||||||
==
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
==
|
==
|
||||||
|
|
||||||
Default length: %d
|
Default length: %d
|
||||||
|
@ -1193,12 +1172,21 @@ Show other players' hook collision lines
|
||||||
Show other players' key presses
|
Show other players' key presses
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
==
|
==
|
||||||
|
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Try fast HTTP map download first
|
Try fast HTTP map download first
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -643,7 +643,7 @@ Saving ddnet-settings.cfg failed
|
||||||
Replay feature is disabled!
|
Replay feature is disabled!
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -658,6 +658,9 @@ Server best:
|
||||||
Personal best:
|
Personal best:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Reset
|
||||||
|
==
|
||||||
|
|
||||||
Browser
|
Browser
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -946,9 +949,21 @@ Show entities
|
||||||
Show HUD
|
Show HUD
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
UI mouse s.
|
UI mouse s.
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Borderless window
|
Borderless window
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1021,7 +1036,7 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
==
|
==
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
Show client IDs
|
||||||
==
|
==
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
|
@ -1030,9 +1045,6 @@ Show score
|
||||||
Show health + ammo
|
Show health + ammo
|
||||||
==
|
==
|
||||||
|
|
||||||
Use old chat style
|
|
||||||
==
|
|
||||||
|
|
||||||
Show names in chat in team colors
|
Show names in chat in team colors
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1042,64 +1054,37 @@ Show kill messages
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Use old chat style
|
||||||
|
==
|
||||||
|
|
||||||
Messages
|
Messages
|
||||||
==
|
==
|
||||||
|
|
||||||
System message
|
System message
|
||||||
==
|
==
|
||||||
|
|
||||||
Reset
|
|
||||||
==
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
==
|
==
|
||||||
|
|
||||||
Spectator
|
|
||||||
==
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
==
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
==
|
==
|
||||||
|
|
||||||
We will win
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend
|
|
||||||
==
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
==
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
==
|
==
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
==
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
==
|
==
|
||||||
|
|
||||||
Inner color
|
Preview
|
||||||
==
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
==
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
==
|
|
||||||
|
|
||||||
second
|
|
||||||
==
|
|
||||||
|
|
||||||
seconds
|
|
||||||
==
|
==
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
|
@ -1156,10 +1141,10 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (regular)
|
Background
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (entities)
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
|
@ -1168,9 +1153,15 @@ Use current map as background
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Try fast HTTP map download first
|
Try fast HTTP map download first
|
||||||
==
|
==
|
||||||
|
|
||||||
|
New random timeout code
|
||||||
|
==
|
||||||
|
|
||||||
DDNet %s is available:
|
DDNet %s is available:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1189,9 +1180,6 @@ No updates available
|
||||||
Check now
|
Check now
|
||||||
==
|
==
|
||||||
|
|
||||||
New random timeout code
|
|
||||||
==
|
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -580,9 +580,6 @@ Borderless window
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== Использовать DDRace табло
|
== Использовать DDRace табло
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Показывать ID клиентов в табло
|
|
||||||
|
|
||||||
Show kill messages
|
Show kill messages
|
||||||
== Показывать сообщения о смерти
|
== Показывать сообщения о смерти
|
||||||
|
|
||||||
|
@ -709,39 +706,21 @@ Name plates size
|
||||||
Type:
|
Type:
|
||||||
== Тип:
|
== Тип:
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Задний фон
|
|
||||||
|
|
||||||
Show ghost
|
Show ghost
|
||||||
== Показать тень
|
== Показать тень
|
||||||
|
|
||||||
No updates available
|
No updates available
|
||||||
== Нет доступных обновлений
|
== Нет доступных обновлений
|
||||||
|
|
||||||
second
|
|
||||||
== секунд
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Берегись!
|
|
||||||
|
|
||||||
Select a name
|
Select a name
|
||||||
== Выберите имя
|
== Выберите имя
|
||||||
|
|
||||||
Show other players' hook collision lines
|
Show other players' hook collision lines
|
||||||
== Показывать коллизии крюка других игроков
|
== Показывать коллизии крюка других игроков
|
||||||
|
|
||||||
We will win
|
|
||||||
== Мы выиграем
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Привет ^^/
|
|
||||||
|
|
||||||
DDNet Client needs to be restarted to complete update!
|
DDNet Client needs to be restarted to complete update!
|
||||||
== Перезапустите DDNet Client для завершения обновления!
|
== Перезапустите DDNet Client для завершения обновления!
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Наблюдатель
|
|
||||||
|
|
||||||
Please use a different name
|
Please use a different name
|
||||||
== Пожалуйста, используйте другое имя
|
== Пожалуйста, используйте другое имя
|
||||||
|
|
||||||
|
@ -793,27 +772,15 @@ Update now
|
||||||
Save ghost
|
Save ghost
|
||||||
== Сохранять тень
|
== Сохранять тень
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Привет и добро пожаловать
|
|
||||||
|
|
||||||
DDNet Client updated!
|
DDNet Client updated!
|
||||||
== DDNet Client обновлён!
|
== DDNet Client обновлён!
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Цвет контура
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Выделенное сообщение
|
== Выделенное сообщение
|
||||||
|
|
||||||
Friend
|
|
||||||
== Друг
|
|
||||||
|
|
||||||
Demo
|
Demo
|
||||||
== Демо
|
== Демо
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Внутренний цвет
|
|
||||||
|
|
||||||
Successfully saved the replay!
|
Successfully saved the replay!
|
||||||
== Повтор сохранен!
|
== Повтор сохранен!
|
||||||
|
|
||||||
|
@ -1045,12 +1012,6 @@ DDNet
|
||||||
Friend message
|
Friend message
|
||||||
== Сообщение от друга
|
== Сообщение от друга
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Подождите прежде чем повторить
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== секунд
|
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== Сохранять лучшее демо каждой попытки
|
== Сохранять лучшее демо каждой попытки
|
||||||
|
|
||||||
|
@ -1093,9 +1054,6 @@ AntiPing: predict grenade paths
|
||||||
Show other players' key presses
|
Show other players' key presses
|
||||||
== Показывать нажатия других игроков
|
== Показывать нажатия других игроков
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Фон (обычный)
|
|
||||||
|
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
== Показывать слои с тайлами из фоновой карты
|
== Показывать слои с тайлами из фоновой карты
|
||||||
|
|
||||||
|
@ -1153,9 +1111,6 @@ Grabs
|
||||||
Client message
|
Client message
|
||||||
== Сообщение от клиента
|
== Сообщение от клиента
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== Ширина или высота текстуры %s не делится на 16, что может быть причиной проблем с визуалом.
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== Предупреждение
|
== Предупреждение
|
||||||
|
|
||||||
|
@ -1268,9 +1223,6 @@ Assets
|
||||||
Use old chat style
|
Use old chat style
|
||||||
== Использовать старый чат
|
== Использовать старый чат
|
||||||
|
|
||||||
Highlight
|
|
||||||
== Подсветка
|
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
== Использовать данную карту как фон
|
== Использовать данную карту как фон
|
||||||
|
|
||||||
|
@ -1297,3 +1249,39 @@ Replay
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
== Тайлы
|
== Тайлы
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
|
@ -653,7 +653,7 @@ Use k key to kill (restart), q to pause and watch other players. See settings fo
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -668,6 +668,9 @@ Server best:
|
||||||
Personal best:
|
Personal best:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Reset
|
||||||
|
==
|
||||||
|
|
||||||
Browser
|
Browser
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -944,9 +947,21 @@ Show entities
|
||||||
Show HUD
|
Show HUD
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
UI mouse s.
|
UI mouse s.
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Borderless window
|
Borderless window
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1019,7 +1034,7 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
==
|
==
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
Show client IDs
|
||||||
==
|
==
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
|
@ -1028,9 +1043,6 @@ Show score
|
||||||
Show health + ammo
|
Show health + ammo
|
||||||
==
|
==
|
||||||
|
|
||||||
Use old chat style
|
|
||||||
==
|
|
||||||
|
|
||||||
Show names in chat in team colors
|
Show names in chat in team colors
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1040,64 +1052,37 @@ Show kill messages
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Use old chat style
|
||||||
|
==
|
||||||
|
|
||||||
Messages
|
Messages
|
||||||
==
|
==
|
||||||
|
|
||||||
System message
|
System message
|
||||||
==
|
==
|
||||||
|
|
||||||
Reset
|
|
||||||
==
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
==
|
==
|
||||||
|
|
||||||
Spectator
|
|
||||||
==
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
==
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
==
|
==
|
||||||
|
|
||||||
We will win
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend
|
|
||||||
==
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
==
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
==
|
==
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
==
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
==
|
==
|
||||||
|
|
||||||
Inner color
|
Preview
|
||||||
==
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
==
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
==
|
|
||||||
|
|
||||||
second
|
|
||||||
==
|
|
||||||
|
|
||||||
seconds
|
|
||||||
==
|
==
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
|
@ -1154,10 +1139,10 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (regular)
|
Background
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (entities)
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
|
@ -1166,9 +1151,15 @@ Use current map as background
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Try fast HTTP map download first
|
Try fast HTTP map download first
|
||||||
==
|
==
|
||||||
|
|
||||||
|
New random timeout code
|
||||||
|
==
|
||||||
|
|
||||||
DDNet %s is available:
|
DDNet %s is available:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1187,9 +1178,6 @@ No updates available
|
||||||
Check now
|
Check now
|
||||||
==
|
==
|
||||||
|
|
||||||
New random timeout code
|
|
||||||
==
|
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -657,9 +657,6 @@ Successfully saved the replay!
|
||||||
Replay feature is disabled!
|
Replay feature is disabled!
|
||||||
== Функција понављања је онемогућена!
|
== Функција понављања је онемогућена!
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== Ширина и висина текстуре %s није дељива са 16, што може проузроковати визуелне проблеме.
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== Упозорење
|
== Упозорење
|
||||||
|
|
||||||
|
@ -1000,9 +997,6 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== Користи DDRace табелу резултата
|
== Користи DDRace табелу резултата
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Прикажи клијент идиове у табели резултата
|
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
== Прикажи бодове
|
== Прикажи бодове
|
||||||
|
|
||||||
|
@ -1027,51 +1021,18 @@ System message
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Истакнута порука
|
== Истакнута порука
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Разгледач
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Пази!
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
== Тимска порука
|
== Тимска порука
|
||||||
|
|
||||||
We will win
|
|
||||||
== Победићемо
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== Порука пријатеља
|
== Порука пријатеља
|
||||||
|
|
||||||
Friend
|
|
||||||
== Пријатељ
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Здраво
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
== Класична порука
|
== Класична порука
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Здраво и добро дошли
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
== Порука клијента
|
== Порука клијента
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Унутрашња боја
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Спољашња боја
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Сачекајте пре него што покушате
|
|
||||||
|
|
||||||
second
|
|
||||||
== Секунда
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== Секунде
|
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== Сачувајте најбољи снимак сваке трке
|
== Сачувајте најбољи снимак сваке трке
|
||||||
|
|
||||||
|
@ -1123,12 +1084,6 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
== Стари мод миша
|
== Стари мод миша
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Позадина (редовно)
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Позадина (entities)
|
|
||||||
|
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
== Прикажи слојеве плочица са BG мапе
|
== Прикажи слојеве плочица са BG мапе
|
||||||
|
|
||||||
|
@ -1259,6 +1214,9 @@ Replay
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
==
|
==
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
Debug mode enabled. Press Ctrl+Shift+D to disable debug mode.
|
Debug mode enabled. Press Ctrl+Shift+D to disable debug mode.
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1274,6 +1232,18 @@ Checking for existing player with your name
|
||||||
Smooth Dynamic Camera
|
Smooth Dynamic Camera
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Game sound volume
|
Game sound volume
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1283,11 +1253,29 @@ Chat sound volume
|
||||||
Background music volume
|
Background music volume
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
Use old chat style
|
Use old chat style
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
|
@ -700,9 +700,6 @@ Type:
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== 使用 DDRace 计分板
|
== 使用 DDRace 计分板
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== 在计分板上显示客户端ID
|
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
== 显示比分
|
== 显示比分
|
||||||
|
|
||||||
|
@ -727,30 +724,15 @@ System message
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== 被提及消息
|
== 被提及消息
|
||||||
|
|
||||||
Look out!
|
|
||||||
== 小心!
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
== 队伍消息
|
== 队伍消息
|
||||||
|
|
||||||
We will win
|
|
||||||
== 我们赢定了
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
== 普通消息
|
== 普通消息
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== 你好,欢迎
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== 好友消息
|
== 好友消息
|
||||||
|
|
||||||
Inner color
|
|
||||||
== 内部颜色
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
== 外部颜色
|
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== 保存竞速模式最高记录的回放
|
== 保存竞速模式最高记录的回放
|
||||||
|
|
||||||
|
@ -793,12 +775,6 @@ Show other players' hook collision lines
|
||||||
Show other players' key presses
|
Show other players' key presses
|
||||||
== 显示其他玩家的按键
|
== 显示其他玩家的按键
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== 背景(常规模式)
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== 背景(实体层模式)
|
|
||||||
|
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
== 显示实体层背景地图的图块层
|
== 显示实体层背景地图的图块层
|
||||||
|
|
||||||
|
@ -832,9 +808,6 @@ Browser
|
||||||
Connecting dummy
|
Connecting dummy
|
||||||
== 正在连接分身
|
== 正在连接分身
|
||||||
|
|
||||||
Spectator
|
|
||||||
== 旁观者
|
|
||||||
|
|
||||||
Search
|
Search
|
||||||
== 搜索
|
== 搜索
|
||||||
|
|
||||||
|
@ -867,24 +840,15 @@ Grabs
|
||||||
DDNet
|
DDNet
|
||||||
== DDNet
|
== DDNet
|
||||||
|
|
||||||
second
|
|
||||||
== 秒
|
|
||||||
|
|
||||||
Select a name
|
Select a name
|
||||||
== 另存为
|
== 另存为
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== 你好
|
|
||||||
|
|
||||||
Deaths
|
Deaths
|
||||||
== 死亡数
|
== 死亡数
|
||||||
|
|
||||||
Please use a different name
|
Please use a different name
|
||||||
== 请换一个不同的文件名
|
== 请换一个不同的文件名
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== 请等待
|
|
||||||
|
|
||||||
Restart
|
Restart
|
||||||
== 重新开始
|
== 重新开始
|
||||||
|
|
||||||
|
@ -940,9 +904,6 @@ Spree
|
||||||
Max CSVs
|
Max CSVs
|
||||||
== 最大csv文件数
|
== 最大csv文件数
|
||||||
|
|
||||||
seconds
|
|
||||||
== 秒
|
|
||||||
|
|
||||||
%.2f KiB
|
%.2f KiB
|
||||||
== %.2f KiB
|
== %.2f KiB
|
||||||
|
|
||||||
|
@ -952,9 +913,6 @@ Best
|
||||||
Exclude
|
Exclude
|
||||||
== 排除
|
== 排除
|
||||||
|
|
||||||
Friend
|
|
||||||
== 好友
|
|
||||||
|
|
||||||
may cause delay
|
may cause delay
|
||||||
== 可能会产生延迟
|
== 可能会产生延迟
|
||||||
|
|
||||||
|
@ -1177,9 +1135,6 @@ Country / Region
|
||||||
https://wiki.ddnet.tw/
|
https://wiki.ddnet.tw/
|
||||||
== https://docs.qq.com/doc/DWGFrV0xPRmVWVkla
|
== https://docs.qq.com/doc/DWGFrV0xPRmVWVkla
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== 材质 %s 的宽和高无法被16整除,这可能会导致画面异常。
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== 警告
|
== 警告
|
||||||
|
|
||||||
|
@ -1286,9 +1241,6 @@ Assets
|
||||||
Use old chat style
|
Use old chat style
|
||||||
== 旧版聊天框
|
== 旧版聊天框
|
||||||
|
|
||||||
Highlight
|
|
||||||
== 高亮
|
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
== 使用当前地图作为实体层背景地图
|
== 使用当前地图作为实体层背景地图
|
||||||
|
|
||||||
|
@ -1303,3 +1255,39 @@ Particles
|
||||||
|
|
||||||
Assets directory
|
Assets directory
|
||||||
== 材质目录
|
== 材质目录
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
|
@ -631,7 +631,7 @@ Saving ddnet-settings.cfg failed
|
||||||
Replay feature is disabled!
|
Replay feature is disabled!
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -649,6 +649,9 @@ Server best:
|
||||||
Personal best:
|
Personal best:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Reset
|
||||||
|
==
|
||||||
|
|
||||||
Browser
|
Browser
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -940,9 +943,21 @@ Show entities
|
||||||
Show HUD
|
Show HUD
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
UI mouse s.
|
UI mouse s.
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Borderless window
|
Borderless window
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1015,7 +1030,7 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
==
|
==
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
Show client IDs
|
||||||
==
|
==
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
|
@ -1024,9 +1039,6 @@ Show score
|
||||||
Show health + ammo
|
Show health + ammo
|
||||||
==
|
==
|
||||||
|
|
||||||
Use old chat style
|
|
||||||
==
|
|
||||||
|
|
||||||
Show names in chat in team colors
|
Show names in chat in team colors
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1036,64 +1048,37 @@ Show kill messages
|
||||||
Show votes window after voting
|
Show votes window after voting
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Use old chat style
|
||||||
|
==
|
||||||
|
|
||||||
Messages
|
Messages
|
||||||
==
|
==
|
||||||
|
|
||||||
System message
|
System message
|
||||||
==
|
==
|
||||||
|
|
||||||
Reset
|
|
||||||
==
|
|
||||||
|
|
||||||
Highlighted message
|
Highlighted message
|
||||||
==
|
==
|
||||||
|
|
||||||
Spectator
|
|
||||||
==
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
==
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
==
|
==
|
||||||
|
|
||||||
We will win
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
|
||||||
==
|
|
||||||
|
|
||||||
Friend
|
|
||||||
==
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
==
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
==
|
==
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
==
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
==
|
==
|
||||||
|
|
||||||
Inner color
|
Preview
|
||||||
==
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
==
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
==
|
|
||||||
|
|
||||||
second
|
|
||||||
==
|
|
||||||
|
|
||||||
seconds
|
|
||||||
==
|
==
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
|
@ -1150,10 +1135,10 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (regular)
|
Background
|
||||||
==
|
==
|
||||||
|
|
||||||
Background (entities)
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
|
@ -1162,9 +1147,15 @@ Use current map as background
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Try fast HTTP map download first
|
Try fast HTTP map download first
|
||||||
==
|
==
|
||||||
|
|
||||||
|
New random timeout code
|
||||||
|
==
|
||||||
|
|
||||||
DDNet %s is available:
|
DDNet %s is available:
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1183,9 +1174,6 @@ No updates available
|
||||||
Check now
|
Check now
|
||||||
==
|
==
|
||||||
|
|
||||||
New random timeout code
|
|
||||||
==
|
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -965,9 +965,6 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== Utiliza el marcador DDRace
|
== Utiliza el marcador DDRace
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Mostrar IDs de clientes en el marcador
|
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
== Mostrar puntaje
|
== Mostrar puntaje
|
||||||
|
|
||||||
|
@ -995,48 +992,15 @@ Reset
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Mensaje resaltado
|
== Mensaje resaltado
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Espectador
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
== ¡Ten cuidado!
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
== Mensaje del equipo
|
== Mensaje del equipo
|
||||||
|
|
||||||
We will win
|
|
||||||
== Nosotros ganaremos
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== Mensaje de un amigo
|
== Mensaje de un amigo
|
||||||
|
|
||||||
Friend
|
|
||||||
== Amigo
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Hola o/
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
== Mensaje normal
|
== Mensaje normal
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Hola y bienvenido
|
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Color interior
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Color de contorno
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Espera antes de intentar
|
|
||||||
|
|
||||||
second
|
|
||||||
== segundo
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== segundos
|
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== Guardar la mejor demo de cada carrera
|
== Guardar la mejor demo de cada carrera
|
||||||
|
|
||||||
|
@ -1091,12 +1055,6 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
== Modo de mouse viejo
|
== Modo de mouse viejo
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Fondo (regular)
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Fondo (entidades)
|
|
||||||
|
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
== Mostrar capas de tiles del mapa BG
|
== Mostrar capas de tiles del mapa BG
|
||||||
|
|
||||||
|
@ -1163,9 +1121,6 @@ Grabs
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
== Error al guardar ddnet-settings.cfg
|
== Error al guardar ddnet-settings.cfg
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== El ancho o alto de la textura %s no es divisible por 16, por lo que puede causar errores visuales.
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== Advertencia
|
== Advertencia
|
||||||
|
|
||||||
|
@ -1241,9 +1196,6 @@ Assets
|
||||||
Use old chat style
|
Use old chat style
|
||||||
== Usar estilo viejo de chat
|
== Usar estilo viejo de chat
|
||||||
|
|
||||||
Highlight
|
|
||||||
== Resaltado
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
== Mensaje de cliente
|
== Mensaje de cliente
|
||||||
|
|
||||||
|
@ -1298,3 +1250,39 @@ Auto
|
||||||
|
|
||||||
Replay
|
Replay
|
||||||
== Repetición
|
== Repetición
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
|
@ -643,9 +643,6 @@ Select a name
|
||||||
Enable long pain sound (used when shooting in freeze)
|
Enable long pain sound (used when shooting in freeze)
|
||||||
== Aktivera ett långt ont ljud (använt vid sjutning i freeze)
|
== Aktivera ett långt ont ljud (använt vid sjutning i freeze)
|
||||||
|
|
||||||
We will win
|
|
||||||
== Vi kommer att vinna
|
|
||||||
|
|
||||||
Default zoom
|
Default zoom
|
||||||
== Standard zoom
|
== Standard zoom
|
||||||
|
|
||||||
|
@ -709,9 +706,6 @@ Browser
|
||||||
Default length: %d
|
Default length: %d
|
||||||
== Standard längd: %d
|
== Standard längd: %d
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Hej och välkommen
|
|
||||||
|
|
||||||
Switch weapon when out of ammo
|
Switch weapon when out of ammo
|
||||||
== Byt vapen vid slut av ammunition
|
== Byt vapen vid slut av ammunition
|
||||||
|
|
||||||
|
@ -820,9 +814,6 @@ Time
|
||||||
Filter connecting players
|
Filter connecting players
|
||||||
== Filtrera spelare som ansluter
|
== Filtrera spelare som ansluter
|
||||||
|
|
||||||
Friend
|
|
||||||
== Vän
|
|
||||||
|
|
||||||
Enable game sounds
|
Enable game sounds
|
||||||
== Aktivera spel ljud
|
== Aktivera spel ljud
|
||||||
|
|
||||||
|
@ -832,9 +823,6 @@ Max CSVs
|
||||||
Zoom in
|
Zoom in
|
||||||
== Zooma in
|
== Zooma in
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Hej o/
|
|
||||||
|
|
||||||
Update failed! Check log...
|
Update failed! Check log...
|
||||||
== Updatering misslyckades! Kolla logg...
|
== Updatering misslyckades! Kolla logg...
|
||||||
|
|
||||||
|
@ -844,9 +832,6 @@ Update failed! Check log...
|
||||||
Check now
|
Check now
|
||||||
== Kolla nu
|
== Kolla nu
|
||||||
|
|
||||||
second
|
|
||||||
== sekund
|
|
||||||
|
|
||||||
Reset wanted weapon on death
|
Reset wanted weapon on death
|
||||||
== Återställ önskade vapen vid död
|
== Återställ önskade vapen vid död
|
||||||
|
|
||||||
|
@ -886,9 +871,6 @@ Show ghost
|
||||||
1 new mention
|
1 new mention
|
||||||
== 1 ny nämning
|
== 1 ny nämning
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Vänta innan försök för
|
|
||||||
|
|
||||||
Are you sure that you want to disconnect your dummy?
|
Are you sure that you want to disconnect your dummy?
|
||||||
== Är du säker att du vill koppla ifrån din dummy?
|
== Är du säker att du vill koppla ifrån din dummy?
|
||||||
|
|
||||||
|
@ -934,9 +916,6 @@ Follow
|
||||||
Restart
|
Restart
|
||||||
== Starta om
|
== Starta om
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Bakgrund (vanlig)
|
|
||||||
|
|
||||||
Hammerfly dummy
|
Hammerfly dummy
|
||||||
== Hammerfly dummy
|
== Hammerfly dummy
|
||||||
|
|
||||||
|
@ -949,15 +928,9 @@ Enable team chat sound
|
||||||
Disconnect Dummy
|
Disconnect Dummy
|
||||||
== Koppla ifrån dummy
|
== Koppla ifrån dummy
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Bakgrund (entities)
|
|
||||||
|
|
||||||
Replace video
|
Replace video
|
||||||
== Ersätt video
|
== Ersätt video
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Se upp!
|
|
||||||
|
|
||||||
Server best:
|
Server best:
|
||||||
== Serverens bästa:
|
== Serverens bästa:
|
||||||
|
|
||||||
|
@ -973,12 +946,6 @@ Fat skins (DDFat)
|
||||||
Net
|
Net
|
||||||
== Nät
|
== Nät
|
||||||
|
|
||||||
seconds
|
|
||||||
== sekunder
|
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Åskådare
|
|
||||||
|
|
||||||
Demo
|
Demo
|
||||||
== Demo
|
== Demo
|
||||||
|
|
||||||
|
@ -1036,9 +1003,6 @@ Preinit VBO (iGPUs only)
|
||||||
Clan plates size
|
Clan plates size
|
||||||
== Klanskylt storlek
|
== Klanskylt storlek
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Kontur färg
|
|
||||||
|
|
||||||
Size
|
Size
|
||||||
== Storlek
|
== Storlek
|
||||||
|
|
||||||
|
@ -1072,9 +1036,6 @@ Please use a different name
|
||||||
Destination file already exist
|
Destination file already exist
|
||||||
== Destinations fil finns redan
|
== Destinations fil finns redan
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Visa klient IDen i poänglista
|
|
||||||
|
|
||||||
Game paused
|
Game paused
|
||||||
== Spel pausad
|
== Spel pausad
|
||||||
|
|
||||||
|
@ -1087,9 +1048,6 @@ Automatically create statboard csv
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
== Gammal mus metod
|
== Gammal mus metod
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Innre färg
|
|
||||||
|
|
||||||
Enable regular chat sound
|
Enable regular chat sound
|
||||||
== Aktivera vanligt chatt ljud
|
== Aktivera vanligt chatt ljud
|
||||||
|
|
||||||
|
@ -1156,9 +1114,6 @@ Connect Dummy
|
||||||
Show others (own team only)
|
Show others (own team only)
|
||||||
== Visa andra (eget lag endast)
|
== Visa andra (eget lag endast)
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== Bredden eller höjden av texturen %s är ej delbar med 16, och kan därav skapa visuella buggar.
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== Varning
|
== Varning
|
||||||
|
|
||||||
|
@ -1232,6 +1187,9 @@ Replay
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
==
|
==
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
Debug mode enabled. Press Ctrl+Shift+D to disable debug mode.
|
Debug mode enabled. Press Ctrl+Shift+D to disable debug mode.
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1262,6 +1220,18 @@ Skin Database
|
||||||
Skins directory
|
Skins directory
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Game sound volume
|
Game sound volume
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1274,15 +1244,33 @@ Background music volume
|
||||||
Assets
|
Assets
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
Use old chat style
|
Use old chat style
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -694,9 +694,6 @@ Type:
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== 使用 DDRace 計分板
|
== 使用 DDRace 計分板
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== 在計分板上顯示客戶端ID
|
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
== 顯示比分
|
== 顯示比分
|
||||||
|
|
||||||
|
@ -721,30 +718,15 @@ System message
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== 被提及訊息
|
== 被提及訊息
|
||||||
|
|
||||||
Look out!
|
|
||||||
== 小心!
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
== 隊伍訊息
|
== 隊伍訊息
|
||||||
|
|
||||||
We will win
|
|
||||||
== 我們贏定了
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
== 普通訊息
|
== 普通訊息
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== 你好,歡迎
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== 好友訊息
|
== 好友訊息
|
||||||
|
|
||||||
Inner color
|
|
||||||
== 內部顏色
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
== 外部顏色
|
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== 儲存競速模式最高記錄的回放
|
== 儲存競速模式最高記錄的回放
|
||||||
|
|
||||||
|
@ -787,12 +769,6 @@ Show other players' hook collision lines
|
||||||
Show other players' key presses
|
Show other players' key presses
|
||||||
== 顯示其他玩家的按鍵
|
== 顯示其他玩家的按鍵
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== 背景(常規)
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== 背景(實體)
|
|
||||||
|
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
== 顯示實體層背景地圖的圖塊層
|
== 顯示實體層背景地圖的圖塊層
|
||||||
|
|
||||||
|
@ -826,9 +802,6 @@ Browser
|
||||||
Connecting dummy
|
Connecting dummy
|
||||||
== 正在連線分身
|
== 正在連線分身
|
||||||
|
|
||||||
Spectator
|
|
||||||
== 旁觀者
|
|
||||||
|
|
||||||
Search
|
Search
|
||||||
== 搜尋
|
== 搜尋
|
||||||
|
|
||||||
|
@ -861,24 +834,15 @@ Grabs
|
||||||
DDNet
|
DDNet
|
||||||
== DDNet
|
== DDNet
|
||||||
|
|
||||||
second
|
|
||||||
== 秒
|
|
||||||
|
|
||||||
Select a name
|
Select a name
|
||||||
== 另存為
|
== 另存為
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== 你好
|
|
||||||
|
|
||||||
Deaths
|
Deaths
|
||||||
== 死亡數
|
== 死亡數
|
||||||
|
|
||||||
Please use a different name
|
Please use a different name
|
||||||
== 請換一個不同的檔名
|
== 請換一個不同的檔名
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== 請等待
|
|
||||||
|
|
||||||
Restart
|
Restart
|
||||||
== 重新開始
|
== 重新開始
|
||||||
|
|
||||||
|
@ -934,9 +898,6 @@ Spree
|
||||||
Max CSVs
|
Max CSVs
|
||||||
== 最大csv檔案數
|
== 最大csv檔案數
|
||||||
|
|
||||||
seconds
|
|
||||||
== 秒
|
|
||||||
|
|
||||||
%.2f KiB
|
%.2f KiB
|
||||||
== %.2f KiB
|
== %.2f KiB
|
||||||
|
|
||||||
|
@ -946,9 +907,6 @@ Best
|
||||||
Exclude
|
Exclude
|
||||||
== 排除
|
== 排除
|
||||||
|
|
||||||
Friend
|
|
||||||
== 好友
|
|
||||||
|
|
||||||
may cause delay
|
may cause delay
|
||||||
== 可能會產生延遲
|
== 可能會產生延遲
|
||||||
|
|
||||||
|
@ -1171,9 +1129,6 @@ Country / Region
|
||||||
https://wiki.ddnet.tw/
|
https://wiki.ddnet.tw/
|
||||||
== https://docs.qq.com/doc/DWGFrV0xPRmVWVkla
|
== https://docs.qq.com/doc/DWGFrV0xPRmVWVkla
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
|
||||||
== 材質 %s 的寬和高無法被16整除,這可能會導致畫面異常。
|
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
== 警告
|
== 警告
|
||||||
|
|
||||||
|
@ -1280,9 +1235,6 @@ Assets
|
||||||
Use old chat style
|
Use old chat style
|
||||||
== 舊版聊天框
|
== 舊版聊天框
|
||||||
|
|
||||||
Highlight
|
|
||||||
== 高亮
|
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
== 使用當前地圖作爲實體層背景地圖
|
== 使用當前地圖作爲實體層背景地圖
|
||||||
|
|
||||||
|
@ -1297,3 +1249,39 @@ Particles
|
||||||
|
|
||||||
Assets directory
|
Assets directory
|
||||||
== 材質目錄
|
== 材質目錄
|
||||||
|
|
||||||
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
|
@ -966,9 +966,6 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== DDRace Skor Tahtası kulan
|
== DDRace Skor Tahtası kulan
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Client ID'lerini skor tahtasında göster
|
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
== Skoru göster
|
== Skoru göster
|
||||||
|
|
||||||
|
@ -996,51 +993,18 @@ Reset
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Vurgulanmış mesaj
|
== Vurgulanmış mesaj
|
||||||
|
|
||||||
Spectator
|
|
||||||
== İzleyici
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Dikkat et!
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
== Takım mesajı
|
== Takım mesajı
|
||||||
|
|
||||||
We will win
|
|
||||||
== Kazanacağız
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== Arkadaş mesajı
|
== Arkadaş mesajı
|
||||||
|
|
||||||
Friend
|
|
||||||
== Arkadaş
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Selam o/
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
== Normal mesaj
|
== Normal mesaj
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Selam ve hoşgeldin
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
== İstemci mesajı
|
== İstemci mesajı
|
||||||
|
|
||||||
Inner color
|
|
||||||
== İç renk
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
== Dış renk
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Denemeden önce şu kadar bekle:
|
|
||||||
|
|
||||||
second
|
|
||||||
== saniye
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== saniye
|
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== Her yarış için en iyi demoyu kaydet
|
== Her yarış için en iyi demoyu kaydet
|
||||||
|
|
||||||
|
@ -1095,12 +1059,6 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
== Eski mouse modu
|
== Eski mouse modu
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Arkaplan (normal)
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Arkaplan (yapı)
|
|
||||||
|
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
== Yapı katmanlarını göster
|
== Yapı katmanlarını göster
|
||||||
|
|
||||||
|
@ -1179,7 +1137,7 @@ Replay
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -1239,6 +1197,18 @@ Skin Database
|
||||||
Skins directory
|
Skins directory
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Game sound volume
|
Game sound volume
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1251,15 +1221,33 @@ Background music volume
|
||||||
Assets
|
Assets
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
Use old chat style
|
Use old chat style
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -952,9 +952,6 @@ DDNet Client needs to be restarted to complete update!
|
||||||
Use DDRace Scoreboard
|
Use DDRace Scoreboard
|
||||||
== Використовувати DDRace табло
|
== Використовувати DDRace табло
|
||||||
|
|
||||||
Show client IDs in Scoreboard
|
|
||||||
== Показувати ID клієнтів в табло
|
|
||||||
|
|
||||||
Show score
|
Show score
|
||||||
== Показувати лідерів
|
== Показувати лідерів
|
||||||
|
|
||||||
|
@ -982,51 +979,18 @@ Reset
|
||||||
Highlighted message
|
Highlighted message
|
||||||
== Виділене повідомлення
|
== Виділене повідомлення
|
||||||
|
|
||||||
Spectator
|
|
||||||
== Спостерігач
|
|
||||||
|
|
||||||
Look out!
|
|
||||||
== Стережися!
|
|
||||||
|
|
||||||
Team message
|
Team message
|
||||||
== Повідомлення команди
|
== Повідомлення команди
|
||||||
|
|
||||||
We will win
|
|
||||||
== Ми переможемо
|
|
||||||
|
|
||||||
Friend message
|
Friend message
|
||||||
== Повідомлення від друга
|
== Повідомлення від друга
|
||||||
|
|
||||||
Friend
|
|
||||||
== Друг
|
|
||||||
|
|
||||||
Hi o/
|
|
||||||
== Привіт o/
|
|
||||||
|
|
||||||
Normal message
|
Normal message
|
||||||
== Звичайне повідомлення
|
== Звичайне повідомлення
|
||||||
|
|
||||||
Hello and welcome
|
|
||||||
== Привіт і ласкаво просимо
|
|
||||||
|
|
||||||
Client message
|
Client message
|
||||||
== Повідомлення від клієнта
|
== Повідомлення від клієнта
|
||||||
|
|
||||||
Inner color
|
|
||||||
== Внутрішній колір
|
|
||||||
|
|
||||||
Outline color
|
|
||||||
== колір контуру
|
|
||||||
|
|
||||||
Wait before try for
|
|
||||||
== Зачекайте перш ніж повторити
|
|
||||||
|
|
||||||
second
|
|
||||||
== секнуда
|
|
||||||
|
|
||||||
seconds
|
|
||||||
== секунд
|
|
||||||
|
|
||||||
Save the best demo of each race
|
Save the best demo of each race
|
||||||
== Зберігати краще демо кожної спроби
|
== Зберігати краще демо кожної спроби
|
||||||
|
|
||||||
|
@ -1081,12 +1045,6 @@ Show other players' key presses
|
||||||
Old mouse mode
|
Old mouse mode
|
||||||
== Режим старої мишки
|
== Режим старої мишки
|
||||||
|
|
||||||
Background (regular)
|
|
||||||
== Фон (звичайний)
|
|
||||||
|
|
||||||
Background (entities)
|
|
||||||
== Задній фон
|
|
||||||
|
|
||||||
Show tiles layers from BG map
|
Show tiles layers from BG map
|
||||||
== Показувати шари з тайлами з фонової карти
|
== Показувати шари з тайлами з фонової карти
|
||||||
|
|
||||||
|
@ -1168,7 +1126,7 @@ Replay
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
==
|
==
|
||||||
|
|
||||||
The width or height of texture %s is not divisible by 16, which might cause visual bugs.
|
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
|
||||||
==
|
==
|
||||||
|
|
||||||
Warning
|
Warning
|
||||||
|
@ -1234,6 +1192,18 @@ Skin Database
|
||||||
Skins directory
|
Skins directory
|
||||||
==
|
==
|
||||||
|
|
||||||
|
45° aim
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly on
|
||||||
|
==
|
||||||
|
|
||||||
|
Deepfly off
|
||||||
|
==
|
||||||
|
|
||||||
|
Dummy
|
||||||
|
==
|
||||||
|
|
||||||
Game sound volume
|
Game sound volume
|
||||||
==
|
==
|
||||||
|
|
||||||
|
@ -1246,15 +1216,33 @@ Background music volume
|
||||||
Assets
|
Assets
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Show client IDs
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Outline Color
|
||||||
|
==
|
||||||
|
|
||||||
|
Laser Inner Color
|
||||||
|
==
|
||||||
|
|
||||||
Use old chat style
|
Use old chat style
|
||||||
==
|
==
|
||||||
|
|
||||||
Highlight
|
Preview
|
||||||
|
==
|
||||||
|
|
||||||
|
Background
|
||||||
|
==
|
||||||
|
|
||||||
|
Entities Background color
|
||||||
==
|
==
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
==
|
==
|
||||||
|
|
||||||
|
Regular Background Color
|
||||||
|
==
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
@ -422,7 +422,7 @@ IGraphics::CTextureHandle CGraphics_Threaded::LoadTextureRaw(int Width, int Heig
|
||||||
{
|
{
|
||||||
str_format(aText, sizeof(aText), "\"%s\"", pTexName);
|
str_format(aText, sizeof(aText), "\"%s\"", pTexName);
|
||||||
}
|
}
|
||||||
str_format(NewWarning.m_aWarningMsg, sizeof(NewWarning.m_aWarningMsg), Localize("The width or height of texture %s is not divisible by 16, which might cause visual bugs."), aText);
|
str_format(NewWarning.m_aWarningMsg, sizeof(NewWarning.m_aWarningMsg), Localize("The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs."), aText, 16, 16);
|
||||||
|
|
||||||
m_Warnings.emplace_back(NewWarning);
|
m_Warnings.emplace_back(NewWarning);
|
||||||
}
|
}
|
||||||
|
|
|
@ -123,7 +123,6 @@ MACRO_CONFIG_INT(GfxTextOverlay, gfx_text_overlay, 10, 1, 100, CFGFLAG_SAVE | CF
|
||||||
MACRO_CONFIG_INT(GfxAsyncRenderOld, gfx_asyncrender_old, 1, 0, 1, CFGFLAG_SAVE | CFGFLAG_CLIENT, "Do rendering async from the the update")
|
MACRO_CONFIG_INT(GfxAsyncRenderOld, gfx_asyncrender_old, 1, 0, 1, CFGFLAG_SAVE | CFGFLAG_CLIENT, "Do rendering async from the the update")
|
||||||
MACRO_CONFIG_INT(GfxTuneOverlay, gfx_tune_overlay, 20, 1, 100, CFGFLAG_SAVE | CFGFLAG_CLIENT, "Stop rendering text overlay in tuning zone in editor: high value = less details = more speed")
|
MACRO_CONFIG_INT(GfxTuneOverlay, gfx_tune_overlay, 20, 1, 100, CFGFLAG_SAVE | CFGFLAG_CLIENT, "Stop rendering text overlay in tuning zone in editor: high value = less details = more speed")
|
||||||
MACRO_CONFIG_INT(GfxQuadAsTriangle, gfx_quad_as_triangle, 0, 0, 1, CFGFLAG_SAVE | CFGFLAG_CLIENT, "Render quads as triangles (fixes quad coloring on some GPUs)")
|
MACRO_CONFIG_INT(GfxQuadAsTriangle, gfx_quad_as_triangle, 0, 0, 1, CFGFLAG_SAVE | CFGFLAG_CLIENT, "Render quads as triangles (fixes quad coloring on some GPUs)")
|
||||||
MACRO_CONFIG_INT(GfxShowWarnings, gfx_show_warnings, 1, 0, 1, CFGFLAG_SAVE | CFGFLAG_CLIENT, "Render gfx warnings to screen")
|
|
||||||
|
|
||||||
MACRO_CONFIG_INT(InpMousesens, inp_mousesens, 200, 1, 100000, CFGFLAG_SAVE | CFGFLAG_CLIENT, "Mouse sensitivity")
|
MACRO_CONFIG_INT(InpMousesens, inp_mousesens, 200, 1, 100000, CFGFLAG_SAVE | CFGFLAG_CLIENT, "Mouse sensitivity")
|
||||||
MACRO_CONFIG_INT(InpMouseOld, inp_mouseold, 0, 0, 1, CFGFLAG_SAVE | CFGFLAG_CLIENT, "Use old mouse mode (warp mouse instead of raw input)")
|
MACRO_CONFIG_INT(InpMouseOld, inp_mouseold, 0, 0, 1, CFGFLAG_SAVE | CFGFLAG_CLIENT, "Use old mouse mode (warp mouse instead of raw input)")
|
||||||
|
|
|
@ -653,25 +653,10 @@ void CGameClient::OnRender()
|
||||||
// update the local character and spectate position
|
// update the local character and spectate position
|
||||||
UpdatePositions();
|
UpdatePositions();
|
||||||
|
|
||||||
// display gfx warnings
|
// display gfx & client warnings
|
||||||
if(g_Config.m_GfxShowWarnings == 1)
|
for(SWarning *pWarning : {Graphics()->GetCurWarning(), Client()->GetCurWarning()})
|
||||||
{
|
{
|
||||||
SWarning *pWarning = Graphics()->GetCurWarning();
|
if(pWarning != NULL && m_pMenus->CanDisplayWarning())
|
||||||
if(pWarning != NULL)
|
|
||||||
{
|
|
||||||
if(m_pMenus->CanDisplayWarning())
|
|
||||||
{
|
|
||||||
m_pMenus->PopupWarning(Localize("Warning"), pWarning->m_aWarningMsg, "Ok", 10000000);
|
|
||||||
pWarning->m_WasShown = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// display client warnings
|
|
||||||
SWarning *pWarning = Client()->GetCurWarning();
|
|
||||||
if(pWarning != NULL)
|
|
||||||
{
|
|
||||||
if(m_pMenus->CanDisplayWarning())
|
|
||||||
{
|
{
|
||||||
m_pMenus->PopupWarning(Localize("Warning"), pWarning->m_aWarningMsg, "Ok", 10000000);
|
m_pMenus->PopupWarning(Localize("Warning"), pWarning->m_aWarningMsg, "Ok", 10000000);
|
||||||
pWarning->m_WasShown = true;
|
pWarning->m_WasShown = true;
|
||||||
|
|
|
@ -1069,6 +1069,7 @@ static int EntitiesListdirCallback(const char *pName, int IsDir, int StorageType
|
||||||
void CEditor::DoToolbar(CUIRect ToolBar)
|
void CEditor::DoToolbar(CUIRect ToolBar)
|
||||||
{
|
{
|
||||||
bool CtrlPressed = Input()->KeyIsPressed(KEY_LCTRL) || Input()->KeyIsPressed(KEY_RCTRL);
|
bool CtrlPressed = Input()->KeyIsPressed(KEY_LCTRL) || Input()->KeyIsPressed(KEY_RCTRL);
|
||||||
|
bool ShiftPressed = Input()->KeyIsPressed(KEY_LSHIFT) || Input()->KeyIsPressed(KEY_RSHIFT);
|
||||||
|
|
||||||
CUIRect TB_Top, TB_Bottom;
|
CUIRect TB_Top, TB_Bottom;
|
||||||
CUIRect Button;
|
CUIRect Button;
|
||||||
|
@ -1449,7 +1450,7 @@ void CEditor::DoToolbar(CUIRect ToolBar)
|
||||||
TB_Bottom.VSplitLeft(65.0f, &Button, &TB_Bottom);
|
TB_Bottom.VSplitLeft(65.0f, &Button, &TB_Bottom);
|
||||||
static int s_BrushDrawModeButton = 0;
|
static int s_BrushDrawModeButton = 0;
|
||||||
if(DoButton_Editor(&s_BrushDrawModeButton, "Destructive", m_BrushDrawDestructive, &Button, 0, "[ctrl+d] Toggle brush draw mode") ||
|
if(DoButton_Editor(&s_BrushDrawModeButton, "Destructive", m_BrushDrawDestructive, &Button, 0, "[ctrl+d] Toggle brush draw mode") ||
|
||||||
(Input()->KeyPress(KEY_D) && CtrlPressed))
|
(Input()->KeyPress(KEY_D) && CtrlPressed && !ShiftPressed))
|
||||||
m_BrushDrawDestructive = !m_BrushDrawDestructive;
|
m_BrushDrawDestructive = !m_BrushDrawDestructive;
|
||||||
TB_Bottom.VSplitLeft(5.0f, &Button, &TB_Bottom);
|
TB_Bottom.VSplitLeft(5.0f, &Button, &TB_Bottom);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1083,7 +1083,7 @@ int CLayerTiles::RenderCommonProperties(SCommonPropState &State, CEditor *pEdito
|
||||||
void CLayerTiles::FlagModified(int x, int y, int w, int h)
|
void CLayerTiles::FlagModified(int x, int y, int w, int h)
|
||||||
{
|
{
|
||||||
m_pEditor->m_Map.m_Modified = true;
|
m_pEditor->m_Map.m_Modified = true;
|
||||||
if(m_Seed != 0 && m_AutoMapperConfig != -1 && m_AutoAutoMap)
|
if(m_Seed != 0 && m_AutoMapperConfig != -1 && m_AutoAutoMap && m_Image >= 0)
|
||||||
{
|
{
|
||||||
m_pEditor->m_Map.m_lImages[m_Image]->m_AutoMapper.ProceedLocalized(this, m_AutoMapperConfig, m_Seed, x, y, w, h);
|
m_pEditor->m_Map.m_lImages[m_Image]->m_AutoMapper.ProceedLocalized(this, m_AutoMapperConfig, m_Seed, x, y, w, h);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue