mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix one German string
This commit is contained in:
parent
4c76dd7470
commit
d0cf7fd318
2 changed files with 2 additions and 1 deletions
|
@ -2461,6 +2461,7 @@
|
|||
<!-- Title for notification that another player un-paused a duplicate-mode game -->
|
||||
<string name="game_unpaused_title">Game un-paused</string>
|
||||
<string name="dup_moved">Duplicate turn complete. Scores:\n</string>
|
||||
<!-- Description shown after a move was used to swap tiles -->
|
||||
<string name="dup_traded_fmt">No moves made; traded %1$d tiles</string>
|
||||
<string name="dup_onescore_fmt">%1$s: %2$d points\n</string>
|
||||
<!-- Title of pause confirm/message edit dialog -->
|
||||
|
|
|
@ -592,7 +592,7 @@
|
|||
<string name="lmi_pass_fmt">%1$s hat gepasst (0 Punkte)</string>
|
||||
<plurals name="lmi_move_fmt">
|
||||
<item quantity="one">%1$s spielte %2$s um einen Punkt</item>
|
||||
<item quantity="other">%1$s spielten %2$s um %3$d Punkte</item>
|
||||
<item quantity="other">%1$s spielte %2$s um %3$d Punkte</item>
|
||||
</plurals>
|
||||
<plurals name="lmi_trade_fmt">
|
||||
<item quantity="one">%1$s hat einen Spielstein getauscht</item>
|
||||
|
|
Loading…
Reference in a new issue