forked from Simnation/Main
ed
This commit is contained in:
parent
ad8fdbd162
commit
04dadc2d96
7 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
if Config.Locale == "de" then
|
||||
str_weapon_locked = "Waffe gesichert"
|
||||
str_weapon_unlocked = "Waffe entsichert"
|
||||
str_weapon_still_locked = 'Deine Waffe ist noch gesichert'
|
||||
str_firing_mode_single = 'Feuermodus: Einzelschuss'
|
||||
str_firing_mode_auto = 'Feuermodus: Vollautomatisch'
|
||||
if Config.Locale == "de" then
|
||||
str_weapon_locked = "Waffe gesichert"
|
||||
str_weapon_unlocked = "Waffe entsichert"
|
||||
str_weapon_still_locked = 'Deine Waffe ist noch gesichert'
|
||||
str_firing_mode_single = 'Feuermodus: Einzelschuss'
|
||||
str_firing_mode_auto = 'Feuermodus: Vollautomatisch'
|
||||
end
|
|
@ -1,7 +1,7 @@
|
|||
if Config.Locale == "en" then
|
||||
str_weapon_locked = "Weapon locked"
|
||||
str_weapon_unlocked = "Weapon unlocked"
|
||||
str_weapon_still_locked = 'Your Weapon is still locked'
|
||||
str_firing_mode_single = 'Fire mode: Single Shot'
|
||||
str_firing_mode_auto = 'Fire mode: Automatic'
|
||||
if Config.Locale == "en" then
|
||||
str_weapon_locked = "Weapon locked"
|
||||
str_weapon_unlocked = "Weapon unlocked"
|
||||
str_weapon_still_locked = 'Your Weapon is still locked'
|
||||
str_firing_mode_single = 'Fire mode: Single Shot'
|
||||
str_firing_mode_auto = 'Fire mode: Automatic'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue