mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
Error string used with method to check consistency of BT address.
This commit is contained in:
parent
0c459e007d
commit
a2f5108a57
2 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
||||||
{ "STR_REG_UNEXPECTED_USER", "Attempt to register unexpected user refused" },
|
{ "STR_REG_UNEXPECTED_USER", "Attempt to register unexpected user refused" },
|
||||||
{ "STR_REG_NEED_REMOTE", "Please make one or more players Remote when "
|
{ "STR_REG_NEED_REMOTE", "Please make one or more players Remote when "
|
||||||
"playing as Host." },
|
"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 "
|
{ "STR_RESEND_STANDALONE", "This is a standalone game. There is nothing "
|
||||||
"to resend." },
|
"to resend." },
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -37,6 +37,8 @@
|
||||||
/* Needs translation */
|
/* Needs translation */
|
||||||
{ "STR_REG_NEED_REMOTE", "Please make one or more players Remote when "
|
{ "STR_REG_NEED_REMOTE", "Please make one or more players Remote when "
|
||||||
"playing as Host." },
|
"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 "
|
{ "STR_RESEND_STANDALONE", "C'est une partie en solo. Il n'y a rien "
|
||||||
"à renvoyer." },
|
"à renvoyer." },
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue