Error string used with method to check consistency of BT address.

This commit is contained in:
ehouse 2008-01-07 01:12:12 +00:00
parent 0c459e007d
commit a2f5108a57
2 changed files with 3 additions and 0 deletions

View file

@ -33,6 +33,7 @@
{ "STR_REG_UNEXPECTED_USER", "Attempt to register unexpected user refused" },
{ "STR_REG_NEED_REMOTE", "Please make one or more players Remote when "
"playing as Host." },
{ "STR_REG_BT_NEED_HOST", "Please provide the Host's Bluetooth name." },
{ "STR_RESEND_STANDALONE", "This is a standalone game. There is nothing "
"to resend." },
#endif

View file

@ -37,6 +37,8 @@
/* Needs translation */
{ "STR_REG_NEED_REMOTE", "Please make one or more players Remote when "
"playing as Host." },
/* Needs translation */
{ "STR_REG_BT_NEED_HOST", "Please provide the Host's Bluetooth name." },
{ "STR_RESEND_STANDALONE", "C'est une partie en solo. Il n'y a rien "
"à renvoyer." },
#endif