Added i18n strings for components

This commit is contained in:
ElPumpo
2018-12-29 00:31:07 +01:00
parent 2e7ffa3383
commit e5124676be
8 changed files with 97 additions and 1 deletions
+12
View File
@@ -160,4 +160,16 @@ Locales['de'] = {
['gadget_parachute'] = 'Fallschirm',
['weapon_flare'] = 'Leuchtpistole',
['weapon_doubleaction'] = 'double-Action Revolver',
-- Weapon Components
['component_clip_default'] = 'default Grip',
['component_clip_extended'] = 'extended Grip',
['component_clip_drum'] = 'drum Magazine',
['component_clip_box'] = 'box Magazine',
['component_flashlight'] = 'flashlight',
['component_scope'] = 'scope',
['component_scope_advanced'] = 'advanced Scope',
['component_suppressor'] = 'suppressor',
['component_grip'] = 'grip',
['component_luxary_finish'] = 'luxary Weapon Finish',
}