summaryrefslogtreecommitdiff
path: root/core/src/main/res/values-ru
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2016-01-24 10:22:28 -0500
committerTom Hennen <tom.hennen@gmail.com>2016-01-24 10:22:28 -0500
commit8ff69175377089ed5118b62501ee1e88b25fc6da (patch)
treea922ebac7ce74b88f807513f3f8ca32d8918bff1 /core/src/main/res/values-ru
parent2bab4ea9f98934455ef339c1a16076b5c8114c68 (diff)
downloadAntennaPod-8ff69175377089ed5118b62501ee1e88b25fc6da.zip
updated translations with tx pull -af
Diffstat (limited to 'core/src/main/res/values-ru')
-rw-r--r--core/src/main/res/values-ru/strings.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/src/main/res/values-ru/strings.xml b/core/src/main/res/values-ru/strings.xml
index a3aee0f03..fdc43fced 100644
--- a/core/src/main/res/values-ru/strings.xml
+++ b/core/src/main/res/values-ru/strings.xml
@@ -340,6 +340,7 @@
<string name="pref_image_cache_size_title">Размер кэша для изображений</string>
<string name="pref_image_cache_size_sum">Размер дискового кэша для изображений</string>
<string name="crash_report_title">Отчет о сбое</string>
+ <string name="send_email">Отправить Email</string>
<string name="experimental_pref">Экспериментальные настройки</string>
<string name="pref_sonic_title">Проигрыватель Sonic</string>
<string name="pref_sonic_message">Использовать встроенный проигрыватель Sonic вместо Prestissimo.</string>
@@ -390,6 +391,24 @@
<string name="time_seconds">с</string>
<string name="time_minutes">м</string>
<string name="time_hours">ч</string>
+ <plurals name="time_seconds_quantified">
+ <item quantity="one">1 секунда</item>
+ <item quantity="few">%d сек.</item>
+ <item quantity="many">%d секунд</item>
+ <item quantity="other">%d секунд</item>
+ </plurals>
+ <plurals name="time_minutes_quantified">
+ <item quantity="one">1 минута</item>
+ <item quantity="few">%d мин.</item>
+ <item quantity="many">%d минут</item>
+ <item quantity="other">%d минут</item>
+ </plurals>
+ <plurals name="time_hours_quantified">
+ <item quantity="one">1 час</item>
+ <item quantity="few">%d ч.</item>
+ <item quantity="many">%d часов</item>
+ <item quantity="other">%d часов</item>
+ </plurals>
<!--gpodder.net-->
<string name="gpodnet_taglist_header">Категории</string>
<string name="gpodnet_toplist_header">Лучшее</string>