diff options
author | Fup Duck <fupduck@sacknagel.com> | 2018-02-06 18:06:38 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2018-02-06 18:06:38 +0100 |
commit | 43fd861a1404293185bced6095410900c2417b65 (patch) | |
tree | 03326353b89b6327024ee0ee03b03b622e753279 /app/src/main/res/values-uk/plurals-icsopenvpn.xml | |
parent | 8bb96b0116994897ca75ad8eb1d6c412e7d3ce40 (diff) | |
parent | edd34192484f4eb618fdcc2a68b18168c155d63c (diff) |
8827 - remove UserStatus references
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> |