Merge pull request #97 from Waltsh/patch-1

fix Finnish translation on clear chat command
This commit is contained in:
AdrineX
2018-07-01 14:35:00 -04:00
committed by GitHub
+3 -3
View File
@@ -69,8 +69,8 @@ Locales['fi'] = {
['weapon'] = 'ase',
['giveweapon'] = 'anna ase',
['disconnect'] = 'poistu serveriltä',
['chat_clear'] = 'clear the chat',
['chat_clear_all'] = 'clear the chat for everyone',
['chat_clear'] = 'tyhjennä chatti',
['chat_clear_all'] = 'tyhjennä chatti kaikilta',
-- Weapons
['weapon_knife'] = 'veitsi',
['weapon_nightstick'] = 'pamppu',
@@ -164,4 +164,4 @@ Locales['fi'] = {
['weapon_heavysniper_mk2'] = 'Raskas Tarkkuuskivääri Mk II',
['weapon_pistol_mk2'] = 'Pistooli Mk II',
['weapon_smg_mk2'] = 'Konepistooli Mk II',
}
}