mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
add two missing strings (commented requiring translation)
This commit is contained in:
parent
fe69b8403e
commit
c15998a10a
4 changed files with 16 additions and 0 deletions
|
@ -994,6 +994,10 @@ BEGIN
|
|||
|
||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
IDS_RESEND_STANDALONE "Aquesta és una partida en solitari. No hi ha res per a reenviar."
|
||||
IDS_PHONE_OFF "Crosswords cannot connect because the phone "\
|
||||
"appears to be off. Please restart Crosswords "\
|
||||
"after turning it on." /* translate */
|
||||
IDS_NETWORK_FAILED "Unable to bring up networking." /* translate */
|
||||
IDS_CONN_RELAY_L "Repetidor"
|
||||
IDS_CONN_DIRECT "Connexió directa"
|
||||
IDS_LOCALPLAYERS "Jugadors locals:"
|
||||
|
|
|
@ -999,6 +999,10 @@ BEGIN
|
|||
|
||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
IDS_RESEND_STANDALONE "Hrajete pouze na tomto přístroji. Není co posílat."
|
||||
IDS_PHONE_OFF "Crosswords cannot connect because the phone "\
|
||||
"appears to be off. Please restart Crosswords "\
|
||||
"after turning it on." /* translate */
|
||||
IDS_NETWORK_FAILED "Unable to bring up networking." /* translate */
|
||||
IDS_CONN_RELAY_L "Přenos"
|
||||
IDS_CONN_DIRECT "Přímé spojení"
|
||||
IDS_LOCALPLAYERS "Místní hráči:"
|
||||
|
|
|
@ -965,6 +965,10 @@ BEGIN
|
|||
|
||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
IDS_RESEND_STANDALONE "This is a standalone game. There is nothing to resend." /* <- translate */
|
||||
IDS_PHONE_OFF "Crosswords cannot connect because the phone "\
|
||||
"appears to be off. Please restart Crosswords "\
|
||||
"after turning it on." /* translate */
|
||||
IDS_NETWORK_FAILED "Unable to bring up networking." /* translate */
|
||||
IDS_CONN_RELAY_L "Transmission"
|
||||
IDS_CONN_DIRECT "Connexion directe"
|
||||
IDS_LOCALPLAYERS "Joueurs loc.:"
|
||||
|
|
|
@ -969,6 +969,10 @@ BEGIN
|
|||
|
||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
IDS_RESEND_STANDALONE "To jest gra lokalna, nie ma czego wysyłać."
|
||||
IDS_PHONE_OFF "Crosswords cannot connect because the phone "\
|
||||
"appears to be off. Please restart Crosswords "\
|
||||
"after turning it on." /* translate */
|
||||
IDS_NETWORK_FAILED "Unable to bring up networking." /* translate */
|
||||
IDS_CONN_RELAY_L "Serwer"
|
||||
IDS_CONN_DIRECT "Bezpośrednie"
|
||||
IDS_LOCALPLAYERS "lokalni gracze:"
|
||||
|
|
Loading…
Reference in a new issue