diff --git a/intl/msg_hash_de.h b/intl/msg_hash_de.h index 6010143c4b..2b56dae6ff 100644 --- a/intl/msg_hash_de.h +++ b/intl/msg_hash_de.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Du bist als Spieler %d beigetreten" + "Du bist als Spieler %u beigetreten" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_es.h b/intl/msg_hash_es.h index 1757cb50b7..21b08740f3 100644 --- a/intl/msg_hash_es.h +++ b/intl/msg_hash_es.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Unido como jugador %d" + "Unido como jugador %u" ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_WITH_INPUT_DEVICES_S, diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index 33307c51fd..1f8e3a900c 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Vous avez rejoint le jeu en tant que joueur %d" + "Vous avez rejoint le jeu en tant que joueur %u" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_it.h b/intl/msg_hash_it.h index ac899ab0d0..acf23b6715 100644 --- a/intl/msg_hash_it.h +++ b/intl/msg_hash_it.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Sei entrato come giocatore %d" + "Sei entrato come giocatore %u" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_ja.h b/intl/msg_hash_ja.h index b09611a3c6..ea2f158556 100644 --- a/intl/msg_hash_ja.h +++ b/intl/msg_hash_ja.h @@ -53,7 +53,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "「プレイヤー%d」で接続しました" + "「プレイヤー%u」で接続しました" ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_WITH_INPUT_DEVICES_S, diff --git a/intl/msg_hash_ko.h b/intl/msg_hash_ko.h index 8fa53c27f2..9d68ad1035 100644 --- a/intl/msg_hash_ko.h +++ b/intl/msg_hash_ko.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Y%d 플레이어로 입장했습니다" + "Y%u 플레이어로 입장했습니다" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_pl.h b/intl/msg_hash_pl.h index ef87d2a682..908bc87ca0 100644 --- a/intl/msg_hash_pl.h +++ b/intl/msg_hash_pl.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Dołączyłeś jako gracz %d" + "Dołączyłeś jako gracz %u" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_pt_br.h b/intl/msg_hash_pt_br.h index f1a8606fd0..bf2548cc42 100644 --- a/intl/msg_hash_pt_br.h +++ b/intl/msg_hash_pt_br.h @@ -35,7 +35,7 @@ MSG_HASH(MSG_NETPLAY_YOU_HAVE_LEFT_THE_GAME, "Você deixou o jogo" ) MSG_HASH(MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Você se juntou como jogador %d" + "Você se juntou como jogador %u" ) MSG_HASH(MSG_NETPLAY_ENDIAN_DEPENDENT, "Este núcleo não suporta Netplay inter-arquitetura entre estes sistemas" diff --git a/intl/msg_hash_pt_pt.h b/intl/msg_hash_pt_pt.h index 23946d10e2..cd0e8c13ef 100644 --- a/intl/msg_hash_pt_pt.h +++ b/intl/msg_hash_pt_pt.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Você juntou-se como o(a) jogador(a) %d" + "Você juntou-se como o(a) jogador(a) %u" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_ru.h b/intl/msg_hash_ru.h index 46cddaa6f5..efbdd6db76 100644 --- a/intl/msg_hash_ru.h +++ b/intl/msg_hash_ru.h @@ -53,7 +53,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Вы присоединились под именем %d" + "Вы присоединились под именем %u" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_vn.h b/intl/msg_hash_vn.h index b83eb25d02..9aaea79f67 100644 --- a/intl/msg_hash_vn.h +++ b/intl/msg_hash_vn.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "You have joined as player %d" + "You have joined as player %u" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT,