aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res-public/values-ru-rRU/strings_commons.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-09-11 14:19:03 -0700
committerGitHub <noreply@github.com>2021-09-11 14:19:03 -0700
commit4f8bfcd4ecac77756c7b6a4dd2547595f801ce5e (patch)
treec9700e62d152a7e31d6aa523361b15c677cfde9b /core/src/main/res-public/values-ru-rRU/strings_commons.xml
parent777d22a2cd252c0cb6f6898c57b5e565f90d59a6 (diff)
parent2a1c63dbdf3e0f8904ec29a0f911d28a3847067d (diff)
downloadkau-4f8bfcd4ecac77756c7b6a4dd2547595f801ce5e.tar.gz
kau-4f8bfcd4ecac77756c7b6a4dd2547595f801ce5e.tar.bz2
kau-4f8bfcd4ecac77756c7b6a4dd2547595f801ce5e.zip
Merge pull request #264 from AllanWang/translations
Diffstat (limited to 'core/src/main/res-public/values-ru-rRU/strings_commons.xml')
-rw-r--r--core/src/main/res-public/values-ru-rRU/strings_commons.xml9
1 files changed, 8 insertions, 1 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 f301272..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
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
-<!--Generated by crowdin.com-->
<!--
A collection of common string values
Most resources are verbatim and x represents a formatted item
@@ -68,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>