mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Fix for es and ja as well.
This commit is contained in:
parent
c44e4de4f8
commit
6f69034f6a
@ -60,11 +60,11 @@ MSG_HASH(
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_S_HAS_JOINED_AS_PLAYER_N,
|
||||
"%2$.*1$s se ha unido como jugador %3$u"
|
||||
"%.*s se ha unido como jugador %u"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_S_HAS_JOINED_WITH_INPUT_DEVICES_S,
|
||||
"%2$.*1$s se ha unido con los dispositivos de entrada %4$.*3$s"
|
||||
"%.*s se ha unido con los dispositivos de entrada %.*s"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_NOT_RETROARCH,
|
||||
|
@ -65,11 +65,11 @@ MSG_HASH(
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_S_HAS_JOINED_AS_PLAYER_N,
|
||||
"「%2$.*1$s」がプレヤー「%3$u」で接続しました"
|
||||
"「%.*s」がプレヤー「%u」で接続しました"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_S_HAS_JOINED_WITH_INPUT_DEVICES_S,
|
||||
"「%2$.*1$s」が入力デバイス「%4$.*3$s」で接続しました"
|
||||
"「%.*s」が入力デバイス「%.*s」で接続しました"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_NOT_RETROARCH,
|
||||
|
Loading…
x
Reference in New Issue
Block a user