New translations strings.xml (Japanese)
This commit is contained in:
parent
7499eb12c0
commit
d78214d81f
|
@ -787,6 +787,33 @@
|
||||||
<string name="set_hide_delete_notification_on_tab">Hide delete notifcation button on notification tab</string>
|
<string name="set_hide_delete_notification_on_tab">Hide delete notifcation button on notification tab</string>
|
||||||
<string name="set_retrieve_metadata_share_from_extras">Retrieve metadata if URL that share from other apps</string>
|
<string name="set_retrieve_metadata_share_from_extras">Retrieve metadata if URL that share from other apps</string>
|
||||||
<!-- end languages -->
|
<!-- 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="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">
|
<string-array name="settings_video_mode">
|
||||||
<item>Webview</item>
|
<item>Webview</item>
|
||||||
<item>Direct stream</item>
|
<item>Direct stream</item>
|
||||||
|
|
Loading…
Reference in New Issue