forked from lichess-org/lila
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivity.xml
75 lines (75 loc) · 3.24 KB
/
activity.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="activity">Activity</string>
<string name="hostedALiveStream">Hosted a live stream</string>
<plurals name="supportedNbMonths">
<item quantity="one">Supported lichess.org for %1$s month as a %2$s</item>
<item quantity="other">Supported lichess.org for %1$s months as a %2$s</item>
</plurals>
<plurals name="practicedNbPositions">
<item quantity="one">Practised %1$s position on %2$s</item>
<item quantity="other">Practised %1$s positions on %2$s</item>
</plurals>
<plurals name="solvedNbPuzzles">
<item quantity="one">Solved %s tactical puzzle</item>
<item quantity="other">Solved %s tactical puzzles</item>
</plurals>
<plurals name="playedNbGames">
<item quantity="one">Played %1$s %2$s game</item>
<item quantity="other">Played %1$s %2$s games</item>
</plurals>
<plurals name="postedNbMessages">
<item quantity="one">Posted %1$s message in %2$s</item>
<item quantity="other">Posted %1$s messages in %2$s</item>
</plurals>
<plurals name="playedNbMoves">
<item quantity="one">Played %1$s move</item>
<item quantity="other">Played %1$s moves</item>
</plurals>
<plurals name="inNbCorrespondenceGames">
<item quantity="one">in %1$s correspondence game</item>
<item quantity="other">in %1$s correspondence games</item>
</plurals>
<plurals name="completedNbGames">
<item quantity="one">Completed %s correspondence game</item>
<item quantity="other">Completed %s correspondence games</item>
</plurals>
<plurals name="followedNbPlayers">
<item quantity="one">Started following %s player</item>
<item quantity="other">Started following %s players</item>
</plurals>
<plurals name="gainedNbFollowers">
<item quantity="one">Gained %s new follower</item>
<item quantity="other">Gained %s new followers</item>
</plurals>
<plurals name="hostedNbSimuls">
<item quantity="one">Hosted %s simultaneous exhibition</item>
<item quantity="other">Hosted %s simultaneous exhibitions</item>
</plurals>
<plurals name="joinedNbSimuls">
<item quantity="one">Participated in %s simultaneous exhibition</item>
<item quantity="other">Participated in %s simultaneous exhibitions</item>
</plurals>
<plurals name="createdNbStudies">
<item quantity="one">Created %s new study</item>
<item quantity="other">Created %s new studies</item>
</plurals>
<plurals name="competedInNbTournaments">
<item quantity="one">Competed in %s Arena tournament</item>
<item quantity="other">Competed in %s Arena tournaments</item>
</plurals>
<plurals name="rankedInTournament">
<item quantity="one">Ranked #%1$s (top %2$s%%) with %3$s game in %4$s</item>
<item quantity="other">Ranked #%1$s (top %2$s%%) with %3$s games in %4$s</item>
</plurals>
<plurals name="competedInNbSwissTournaments">
<item quantity="one">Competed in %s swiss tournament</item>
<item quantity="other">Competed in %s swiss tournaments</item>
</plurals>
<string name="rankedInSwissTournament">Ranked #%1$s in %2$s</string>
<string name="signedUp">Signed up to lichess.org</string>
<plurals name="joinedNbTeams">
<item quantity="one">Joined %s team</item>
<item quantity="other">Joined %s teams</item>
</plurals>
</resources>