-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathplurals.xml
23 lines (23 loc) · 952 Bytes
/
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
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="dialog_confirm_delete_downloads_message">
<item quantity="other">Delete %d downloads?</item>
<item quantity="one">Delete %d download?</item>
</plurals>
<plurals name="download_info_count_deleted_tasks">
<item quantity="other">Deleted %s downloads successfully</item>
<item quantity="one">Deleted %s download successfully</item>
</plurals>
<plurals name="sniff_find_resource">
<item quantity="other">Found %d items</item>
<item quantity="one">Found 1 item</item>
</plurals>
<plurals name="numberOfItemsAvailable">
<item quantity="other">Delete %d items?</item>
<item quantity="one">Delete this item?</item>
</plurals>
<plurals name="sniff_find_result">
<item quantity="other">Found %d results</item>
<item quantity="one">Found 1 result</item>
</plurals>
</resources>