diff options
author | Fup Duck <fupduck@sacknagel.com> | 2018-02-06 18:34:13 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2018-02-06 18:34:13 +0100 |
commit | b4b18f1d52956cf067f87d75d8f3f06c9be48afe (patch) | |
tree | 9191273c611e39afe7aa3401408dfa0dbc67b544 /app/src/main/res/values-uk/plurals-icsopenvpn.xml | |
parent | 6be60844db062575055752b554dbf14941e8e185 (diff) | |
parent | edd34192484f4eb618fdcc2a68b18168c155d63c (diff) |
Merge branch 'leap_0.9.8' into 8828_memory_leap_eip
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> |