mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
add string for attempt to undo tile assignment.
This commit is contained in:
parent
61a05c3387
commit
2a06396062
3 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
{ "STR_RESEND_IR", "Unable to send message via IR; resend?" },
|
||||
#endif
|
||||
{ "STR_TOO_FEW_TILES", "Too few tiles left to trade." },
|
||||
{ "STR_CANT_UNDO_TILEASSIGN", "Tile assignment can't be undone." },
|
||||
{ "STR_VALUES_TITLE", "Counts and Values" },
|
||||
{ "STR_VALUES_HEADER", "Counts[Remain] and Values\n" },
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
{ "STR_RESEND_IR", "Error enviant el missatge; ¿reenviar?" },
|
||||
#endif
|
||||
{ "STR_TOO_FEW_TILES", "No hi ha prou fitxes." },
|
||||
{ "STR_CANT_UNDO_TILEASSIGN", "Tile assignment can't be undone." },
|
||||
{ "STR_VALUES_TITLE", "Quantitat i Valor" },
|
||||
{ "STR_VALUES_HEADER", "Quantitat[Queden] i Valor\n" },
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
{ "STR_RESEND_IR", "Error enviando el mensaje; ¿reenviar" },
|
||||
#endif
|
||||
{ "STR_TOO_FEW_TILES", "Ho quedan tantas fichas." },
|
||||
{ "STR_CANT_UNDO_TILEASSIGN", "Tile assignment can't be undone." }, /* translate me */
|
||||
{ "STR_VALUES_TITLE", "Cantidad y Valor" },
|
||||
{ "STR_VALUES_HEADER", "Cantidad[Quedan] y Valor\n" },
|
||||
|
||||
|
|
Loading…
Reference in a new issue