diff options
author | cyBerta <cyberta@riseup.net> | 2018-02-06 16:28:34 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-02-06 16:28:34 +0100 |
commit | 3d827e7295d37ecb25332b39057338496f6f970d (patch) | |
tree | f8c5272e125ed9abae72fb3598d25b1c09f06f89 /app/src/main/res/values-uk/plurals-icsopenvpn.xml | |
parent | 646e2ec7b868920f71c29243d2bbeb13deb811e3 (diff) | |
parent | edd34192484f4eb618fdcc2a68b18168c155d63c (diff) |
Merge branch 'origin_0.9.8' into 8823_cw_tablet_layout
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> |