1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-14 23:08:57 +02:00
parent ad8fdbd162
commit 04dadc2d96
7 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
if Config.Locale == "de" then if Config.Locale == "de" then
str_weapon_locked = "Waffe gesichert" str_weapon_locked = "Waffe gesichert"
str_weapon_unlocked = "Waffe entsichert" str_weapon_unlocked = "Waffe entsichert"
str_weapon_still_locked = 'Deine Waffe ist noch gesichert' str_weapon_still_locked = 'Deine Waffe ist noch gesichert'
str_firing_mode_single = 'Feuermodus: Einzelschuss' str_firing_mode_single = 'Feuermodus: Einzelschuss'
str_firing_mode_auto = 'Feuermodus: Vollautomatisch' str_firing_mode_auto = 'Feuermodus: Vollautomatisch'
end end

View file

@ -1,7 +1,7 @@
if Config.Locale == "en" then if Config.Locale == "en" then
str_weapon_locked = "Weapon locked" str_weapon_locked = "Weapon locked"
str_weapon_unlocked = "Weapon unlocked" str_weapon_unlocked = "Weapon unlocked"
str_weapon_still_locked = 'Your Weapon is still locked' str_weapon_still_locked = 'Your Weapon is still locked'
str_firing_mode_single = 'Fire mode: Single Shot' str_firing_mode_single = 'Fire mode: Single Shot'
str_firing_mode_auto = 'Fire mode: Automatic' str_firing_mode_auto = 'Fire mode: Automatic'
end end