Update msg_hash_pt_br.c

This commit is contained in:
altiereslima 2019-05-20 15:06:59 -03:00
parent 028a21531a
commit 6a8ec3566d

View File

@ -1807,9 +1807,9 @@ int menu_hash_get_help_pt_br_enum(enum msg_hash_enums msg, char *s, size_t len)
break; break;
case MENU_ENUM_LABEL_NETPLAY_MITM_SERVER: case MENU_ENUM_LABEL_NETPLAY_MITM_SERVER:
snprintf(s, len, snprintf(s, len,
"Specifies the man-in-the-middle server \n" "Especifica o servidor homem no meio \n"
"to use for netplay. A server that is \n" "para usar no jogo em rede. Um servidor localizado \n"
"located closer to you may have less latency. \n"); "mais perto de você pode ter menos latência. \n");
break; break;
case MENU_ENUM_LABEL_VIDEO_MAX_SWAPCHAIN_IMAGES: case MENU_ENUM_LABEL_VIDEO_MAX_SWAPCHAIN_IMAGES:
snprintf(s, len, snprintf(s, len,
@ -1817,9 +1817,9 @@ int menu_hash_get_help_pt_br_enum(enum msg_hash_enums msg, char *s, size_t len)
"Isto pode informar ao driver de vídeo para \n" "Isto pode informar ao driver de vídeo para \n"
"usar um modo de buffer específico. \n" "usar um modo de buffer específico. \n"
" \n" " \n"
"Single buffering - 1\n" "Buffer único - 1\n"
"Double buffering - 2\n" "Buffer duplo - 2\n"
"Triple buffering - 3\n" "Buffer triplo - 3\n"
" \n" " \n"
"Definir o modo de buffer correto pode \n" "Definir o modo de buffer correto pode \n"
"ter um grande impacto na latência."); "ter um grande impacto na latência.");
@ -1835,7 +1835,7 @@ int menu_hash_get_help_pt_br_enum(enum msg_hash_enums msg, char *s, size_t len)
break; break;
case MENU_ENUM_LABEL_TIMEDATE_STYLE: case MENU_ENUM_LABEL_TIMEDATE_STYLE:
snprintf(s, len, snprintf(s, len,
"Style to show the current date and/or time in."); "Estilo para mostrar a data atual e/ou a hora.");
break; break;
case MENU_ENUM_LABEL_BATTERY_LEVEL_ENABLE: case MENU_ENUM_LABEL_BATTERY_LEVEL_ENABLE:
snprintf(s, len, snprintf(s, len,