blob: 7cc8112c6b992ad63598d4eded14816a6784a534 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<plurals name="months_left">
<item quantity="one">Остался один месяц</item>
<item quantity="few">Осталось %d месяца</item>
<item quantity="other">Осталось %d месяцев</item>
</plurals>
<plurals name="days_left">
<item quantity="one">Остался один день</item>
<item quantity="few">Осталось %d дня</item>
<item quantity="other">Осталось %d дней</item>
</plurals>
<plurals name="hours_left">
<item quantity="one">Остался один час</item>
<item quantity="few">Осталось %d часа</item>
<item quantity="other">Осталось %d часов</item>
</plurals>
<plurals name="minutes_left">
<item quantity="one">Осталась одна минута</item>
<item quantity="few">Осталось %d минуты</item>
<item quantity="other">Осталось %d минут</item>
</plurals>
</resources>
|