New translations strings.xml (Russian)

This commit is contained in:
Thomas 2019-03-24 16:44:42 +00:00
parent a34dc2321b
commit ed747d4319
1 changed files with 30 additions and 0 deletions

View File

@ -807,6 +807,36 @@
<string name="set_hide_delete_notification_on_tab">Скрыть кнопку удаления уведомлений на вкладке уведомлений</string>
<string name="set_retrieve_metadata_share_from_extras">Получать метаданные, если URL получен от другого приложения</string>
<!-- end languages -->
<string name="poll">Poll</string>
<string name="create_poll">Create a poll</string>
<string name="poll_choice_1">Choice 1</string>
<string name="poll_choice_2">Choice 2</string>
<string name="poll_choice_3">Choice 3</string>
<string name="poll_choice_4">Choice 4</string>
<string name="poll_invalid_choices">You need two choices at least for the poll!</string>
<string name="done">Done</string>
<string name="poll_finish_at">end at %s</string>
<string name="refresh_poll">Refresh poll</string>
<string name="vote">Vote</string>
<plurals name="number_of_vote">
<item quantity="one">%d vote</item>
<item quantity="few">%d votes</item>
<item quantity="many">%d votes</item>
<item quantity="other">%d votes</item>
</plurals>
<string-array name="poll_choice_type">
<item>Single choice</item>
<item>Multiple choices</item>
</string-array>
<string-array name="poll_duration">
<item>5 minutes</item>
<item>30 minutes</item>
<item>1 hour</item>
<item>6 hours</item>
<item>1 day</item>
<item>3 days</item>
<item>7 days</item>
</string-array>
<string-array name="settings_video_mode">
<item>Torrent</item>
<item>Webview</item>