freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt
changeset 152 07e3bcb65c1d
parent 151 b9e67a17bd10
child 169 e041463c81db
     1.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt	Thu Nov 19 09:25:45 2009 +0100
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt	Thu Nov 19 09:35:29 2009 +0100
     1.3 @@ -68,7 +68,7 @@
     1.4        </#if>
     1.5  
     1.6        <#if (toMove > 0)>
     1.7 -      <h5>${bundle.GAME_MOVE}</h5>
     1.8 +      <h5>${bundle("GAME_MOVE", toMove?int)}</h5>
     1.9  
    1.10        <ol>
    1.11        <#assign printed = 0/>
    1.12 @@ -86,7 +86,7 @@
    1.13        </#if>
    1.14  
    1.15        <#if (toWait > 0)>
    1.16 -      <h5>${bundle.GAME_WAIT}</h5>
    1.17 +      <h5>${bundle("GAME_WAIT", toWait?int)}</h5>
    1.18        <ol>
    1.19        <#assign printed = 0/>
    1.20        <#list doc.gameIds.* as g>
    1.21 @@ -103,7 +103,7 @@
    1.22        </#if>
    1.23  
    1.24        <#if (toWon > 0)><!-- ${toWon} -->
    1.25 -      <h5>${bundle.GAME_WON}</h5>
    1.26 +      <h5>${bundle("GAME_WON", toWon?int)}</h5>
    1.27  
    1.28        <ol>
    1.29        <#assign printed = 0/>
    1.30 @@ -122,7 +122,7 @@
    1.31        </#if>
    1.32  
    1.33        <#if (toLost > 0)>
    1.34 -      <h5>${bundle.GAME_LOST}</h5>
    1.35 +      <h5>${bundle("GAME_LOST", toLost?int)}</h5>
    1.36  
    1.37        <ol>
    1.38        <#assign printed = 0/>