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:13:59 -0700
committerAllan Wang <me@allanwang.ca>2021-09-11 14:13:59 -0700
commit7063c2c1f7398ac34e40ebad4bb340a10e9a21e4 (patch)
tree9999081a59d5229020e2072ad95533894a16f0bf /core/src/main/res-public/values-ru-rRU/strings_commons.xml
parentdc2e2d8250c67974508a04ab77fb3cee13bfbf8a (diff)
parentdd9139b09cedd45f896eb44147401fa98a3614ff (diff)
downloadkau-7063c2c1f7398ac34e40ebad4bb340a10e9a21e4.tar.gz
kau-7063c2c1f7398ac34e40ebad4bb340a10e9a21e4.tar.bz2
kau-7063c2c1f7398ac34e40ebad4bb340a10e9a21e4.zip
Merge remote-tracking branch 'origin/l10n_dev' into 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>