Add hudbars mod
This commit is contained in:
parent
632aa7bae6
commit
816b407042
24 changed files with 1057 additions and 1 deletions
4
mods/other/hudbars/locale/hudbars.de.tr
Normal file
4
mods/other/hudbars/locale/hudbars.de.tr
Normal file
|
@ -0,0 +1,4 @@
|
|||
# textdomain: hudbars
|
||||
Health=Leben
|
||||
Breath=Atem
|
||||
@1: @2/@3=@1: @2/@3
|
4
mods/other/hudbars/locale/hudbars.es.tr
Normal file
4
mods/other/hudbars/locale/hudbars.es.tr
Normal file
|
@ -0,0 +1,4 @@
|
|||
# textdomain: hudbars
|
||||
Health=Salud
|
||||
Breath=Aliento
|
||||
@1: @2/@3=@1: @2/@3
|
6
mods/other/hudbars/locale/hudbars.it.tr
Normal file
6
mods/other/hudbars/locale/hudbars.it.tr
Normal file
|
@ -0,0 +1,6 @@
|
|||
# textdomain: hudbars
|
||||
Health=Salute
|
||||
Breath=Ossigeno
|
||||
|
||||
# Default format string for progress bar-style HUD bars, e.g. “Health 5/20”
|
||||
@1: @2/@3=@1: @2/@3
|
4
mods/other/hudbars/locale/hudbars.ms.tr
Normal file
4
mods/other/hudbars/locale/hudbars.ms.tr
Normal file
|
@ -0,0 +1,4 @@
|
|||
# textdomain: hudbars
|
||||
Health=Kesihatan
|
||||
Breath=Nafas
|
||||
@1: @2/@3=@1: @2/@3
|
6
mods/other/hudbars/locale/hudbars.nl.tr
Normal file
6
mods/other/hudbars/locale/hudbars.nl.tr
Normal file
|
@ -0,0 +1,6 @@
|
|||
# textdomain: hudbars
|
||||
Health=Gezondheid
|
||||
Breath=Adem
|
||||
|
||||
# Default format string for progress bar-style HUD bars, e.g. “Health 5/20”
|
||||
@1: @2/@3=@1: @2/@3
|
6
mods/other/hudbars/locale/hudbars.pt.tr
Normal file
6
mods/other/hudbars/locale/hudbars.pt.tr
Normal file
|
@ -0,0 +1,6 @@
|
|||
# textdomain: hudbars
|
||||
Health=Saude
|
||||
Breath=Folego
|
||||
|
||||
# Formato de string padrão para progresso bar-style de barras do HUD, por exemplo “Saude 5/20”
|
||||
@1: @2/@3=@1: @2/@3
|
4
mods/other/hudbars/locale/hudbars.ru.tr
Normal file
4
mods/other/hudbars/locale/hudbars.ru.tr
Normal file
|
@ -0,0 +1,4 @@
|
|||
# textdomain: hudbars
|
||||
Health=HP
|
||||
Breath=дыхание
|
||||
@1: @2/@3=@1: @2/@3
|
4
mods/other/hudbars/locale/hudbars.tr.tr
Normal file
4
mods/other/hudbars/locale/hudbars.tr.tr
Normal file
|
@ -0,0 +1,4 @@
|
|||
# textdomain: hudbars
|
||||
Health=Can
|
||||
Breath=Nefes
|
||||
@1: @2/@3=@1: @2/@3
|
6
mods/other/hudbars/locale/template.txt
Normal file
6
mods/other/hudbars/locale/template.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
# textdomain: hudbars
|
||||
Health=
|
||||
Breath=
|
||||
|
||||
# Default format string for progress bar-style HUD bars, e.g. “Health 5/20”
|
||||
@1: @2/@3=
|
Loading…
Add table
Add a link
Reference in a new issue