diff options
author | Allan Wang <me@allanwang.ca> | 2021-09-11 14:12:13 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-09-11 14:12:13 -0700 |
commit | 280bfbef6bbfcb18ba52ef6d5343ca985d5019a7 (patch) | |
tree | e043db39b377daf9d27ab0eb8a2f7f1bcc9d6310 /core | |
parent | dbf13d7939160b820ab367dff752faf47cb37905 (diff) | |
download | kau-280bfbef6bbfcb18ba52ef6d5343ca985d5019a7.tar.gz kau-280bfbef6bbfcb18ba52ef6d5343ca985d5019a7.tar.bz2 kau-280bfbef6bbfcb18ba52ef6d5343ca985d5019a7.zip |
New translations strings_commons.xml (Russian)
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res-public/values-ru-rRU/strings_commons.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/src/main/res-public/values-ru-rRU/strings_commons.xml b/core/src/main/res-public/values-ru-rRU/strings_commons.xml index 7915ed0..7ab91f5 100644 --- a/core/src/main/res-public/values-ru-rRU/strings_commons.xml +++ b/core/src/main/res-public/values-ru-rRU/strings_commons.xml @@ -67,4 +67,12 @@ Most resources are verbatim and x represents a formatted item <item quantity="many">%d минут</item> <item quantity="other">%d минут</item> </plurals> + <plurals name="kau_x_seconds"> + <item quantity="one">%d сек</item> + <item quantity="few">%d сек</item> + <item quantity="many">%d сек</item> + <item quantity="other">%d сек</item> + </plurals> + <string name="kau_yes">Да</string> + <string name="kau_permission_denied">Доступ запрещён</string> </resources> |