diff --git a/addons/interact_menu/stringtable.xml b/addons/interact_menu/stringtable.xml index 6e5ce8fdb2..1027daa358 100644 --- a/addons/interact_menu/stringtable.xml +++ b/addons/interact_menu/stringtable.xml @@ -4,18 +4,23 @@ <Package name="Interact_Menu"> <Key ID="STR_ACE_Interact_Menu_AlwaysUseCursorSelfInteraction"> <English>Always display cursor for self interaction</English> + <Portuguese>Sempre mostrar cursor para interação pessoal</Portuguese> </Key> <Key ID="STR_ACE_Interact_Menu_InteractKey"> <English>Interact Key</English> + <Portuguese>Tecla de Interação</Portuguese> </Key> <Key ID="STR_ACE_Interact_Menu_SelfInteractKey"> <English>Self Interaction Key</English> + <Portuguese>Tecla de Interação Pessoal</Portuguese> </Key> <Key ID="STR_ACE_Interact_Menu_SelfActionsRoot"> <English>Self Actions</English> + <Portuguese>Ações Pessoais</Portuguese> </Key> <Key ID="STR_ACE_Interact_Menu_VehicleActionsRoot"> <English>Vehicle Actions</English> + <Portuguese>Ações de Veículos</Portuguese> </Key> </Package> -</Project> \ No newline at end of file +</Project>