7 lines
No EOL
310 B
Lua
7 lines
No EOL
310 B
Lua
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 |