diff options
author | fupduck <fupduck@riseup.net> | 2018-02-06 05:53:09 -0800 |
---|---|---|
committer | fupduck <fupduck@riseup.net> | 2018-02-06 05:53:09 -0800 |
commit | edd34192484f4eb618fdcc2a68b18168c155d63c (patch) | |
tree | d884f63e74911d2ea2cf7bc864414a623e15a2b3 /app/src/main/res/values-uk/plurals-icsopenvpn.xml | |
parent | c0848bac7ac44f4b09f9e5d66ab71f079cb0f514 (diff) | |
parent | d2d61a16fd2a3ea0fd42073de98d1311b184444d (diff) |
Merge branch '#8832_update_ics-openvpn' into '0.9.8'
#8832 update ics openvpn
See merge request leap/bitmask_android!33
Diffstat (limited to 'app/src/main/res/values-uk/plurals-icsopenvpn.xml')
-rwxr-xr-x | app/src/main/res/values-uk/plurals-icsopenvpn.xml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/app/src/main/res/values-uk/plurals-icsopenvpn.xml b/app/src/main/res/values-uk/plurals-icsopenvpn.xml index 70489fbc..0fa0f62e 100755 --- a/app/src/main/res/values-uk/plurals-icsopenvpn.xml +++ b/app/src/main/res/values-uk/plurals-icsopenvpn.xml @@ -1,3 +1,24 @@ <?xml version="1.0" encoding="utf-8"?> <!--Generated by crowdin.com--> -<resources></resources> +<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> |