mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-13 08:47:50 +01:00
first faked plurals
This commit is contained in:
parent
4514fc4449
commit
5d64089a5b
2 changed files with 4 additions and 4 deletions
|
@ -58,8 +58,8 @@
|
||||||
how far along they are. I may list "tiles left" someday
|
how far along they are. I may list "tiles left" someday
|
||||||
instead... -->
|
instead... -->
|
||||||
<plurals name="moves_fmt">
|
<plurals name="moves_fmt">
|
||||||
<item quantity="one">%1$d move played</item>
|
<item quantity="one">%1$d evom deyalp</item>
|
||||||
<item quantity="other">%1$d moves played</item>
|
<item quantity="other">%1$d sevom deyalp</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<!-- When you select the gamel_menu_delete_all menuitem or
|
<!-- When you select the gamel_menu_delete_all menuitem or
|
||||||
list_item_delete contextual menu, you are asked to confirm.
|
list_item_delete contextual menu, you are asked to confirm.
|
||||||
|
|
|
@ -58,8 +58,8 @@
|
||||||
how far along they are. I may list "tiles left" someday
|
how far along they are. I may list "tiles left" someday
|
||||||
instead... -->
|
instead... -->
|
||||||
<plurals name="moves_fmt">
|
<plurals name="moves_fmt">
|
||||||
<item quantity="one">%1$d move played</item>
|
<item quantity="one">%1$d MOVE PLAYED</item>
|
||||||
<item quantity="other">%1$d moves played</item>
|
<item quantity="other">%1$d MOVES PLAYED</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<!-- When you select the gamel_menu_delete_all menuitem or
|
<!-- When you select the gamel_menu_delete_all menuitem or
|
||||||
list_item_delete contextual menu, you are asked to confirm.
|
list_item_delete contextual menu, you are asked to confirm.
|
||||||
|
|
Loading…
Add table
Reference in a new issue