mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-25 20:47:20 +00:00
14 lines
420 B
XML
14 lines
420 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<plurals name="minutes_ago">
|
||
|
<item quantity="one">@string/plurals__one_minute</item>
|
||
|
<item quantity="other">@string/plurals__many_minutes</item>
|
||
|
</plurals>
|
||
|
|
||
|
<plurals name="hours_ago">
|
||
|
<item quantity="one">@string/plurals__one_hour</item>
|
||
|
<item quantity="other">@string/plurals__many_hours</item>
|
||
|
</plurals>
|
||
|
|
||
|
</resources>
|