-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathplurals.xml
27 lines (27 loc) · 1.06 KB
/
plurals.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
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="notification_warning">
<item quantity="other">Storage low (less than %d minutes)</item>
<item quantity="one">Storage low (less than %d minute)</item>
</plurals>
<plurals name="record_downloading_complete_count">
<item quantity="other">%d recordings downloaded</item>
<item quantity="one">%d recording downloaded</item>
</plurals>
<plurals name="local_records_count">
<item quantity="other">%d items</item>
<item quantity="one">%d item</item>
</plurals>
<plurals name="unsynced_records_count">
<item quantity="other">%d not synced</item>
<item quantity="one">%d not synced</item>
</plurals>
<plurals name="btn_clear_records">
<item quantity="other">Delete %d recordings</item>
<item quantity="one">Delete %d recording</item>
</plurals>
<plurals name="choose_call_records_count">
<item quantity="other">%d items</item>
<item quantity="one">%d item</item>
</plurals>
</resources>