Added "<weapon> has no ammo." messages.
This commit is contained in:
parent
c5be5ae0c7
commit
e0d01f730e
2 changed files with 16 additions and 0 deletions
|
|
@ -160,6 +160,8 @@ M_LCLIP = "L Clip";
|
|||
M_RCLIP = "R Clip";
|
||||
M_NAME = "Name";
|
||||
M_HEALTH = "Health";
|
||||
M_NOAMMO = "%s has no ammo.";
|
||||
M_NOAMMO2 = "%s have no ammo.";
|
||||
/* Menus */
|
||||
FLAK_BTOP1 = "Standard";
|
||||
FLAK_BTOP2 = "Beta";
|
||||
|
|
@ -383,6 +385,8 @@ M_LCLIP = "Cargador Izq.";
|
|||
M_RCLIP = "Cargador Dch.";
|
||||
M_NAME = "Nombre";
|
||||
M_HEALTH = "Salud";
|
||||
M_NOAMMO = "%s no tiene munición.";
|
||||
M_NOAMMO2 = "%s no tienen munición.";
|
||||
/* Menus */
|
||||
FLAK_BTOP1 = "Estándar";
|
||||
FLAK_BTOP2 = "Beta";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue