56 lines
No EOL
3 KiB
XML
56 lines
No EOL
3 KiB
XML
<!-- NewPlayer
|
|
|
|
@author Christian Schabesberger
|
|
|
|
Copyright (C) NewPipe e.V. 2024 <code(at)newpipe-ev.de>
|
|
|
|
NewPlayer is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
NewPlayer is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with NewPlayer. If not, see <http://www.gnu.org/licenses/>.
|
|
-->
|
|
|
|
<resources>
|
|
<string name="video_player_fullscreen_activity">NewPlayer Fullscreen</string>
|
|
<string name="menu_item_open_in_browser">Open in browser</string>
|
|
<string name="menu_item_share_timestamp">Share timestamp</string>
|
|
<string name="menu_item_more_settings">More settings</string>
|
|
<string name="mute">Mute</string>
|
|
<string name="unmute">Unmute</string>
|
|
<string name="menu_item_fit_screen">Fit screen</string>
|
|
<string name="menu_item_sub_titles">Subtitles</string>
|
|
<string name="menu_item_language">Language</string>
|
|
<string name="widget_description_previous_stream">Previous stream</string>
|
|
<string name="widget_description_next_stream">Previous stream</string>
|
|
<string name="widget_description_play">Play</string>
|
|
<string name="widget_description_pause">Pause</string>
|
|
<string name="widget_description_toggle_fullscreen">Toggle fullscreen</string>
|
|
<string name="widget_description_chapter_selection">Chapter selection</string>
|
|
<string name="widget_descriptoin_playlist_item_selection">Playlist item selection</string>
|
|
<string name="fast_seeking_backward">Fast seeking backward by %d seconds.</string>
|
|
<string name="fast_seeking_forward">Fast seeking forward by %d seconds.</string>
|
|
<string name="seconds">Seconds</string>
|
|
<string name="volume_indicator">Volume indicator</string>
|
|
<string name="brightness_indicator">Brightness indicator</string>
|
|
<string name="close_chapter_selection">Close chapter selection</string>
|
|
<string name="close_stream_selection">Close stream selection</string>
|
|
<string name="chapter">Chapter</string>
|
|
<string name="chapter_thumbnail">Chapter thumbnail</string>
|
|
<string name="stream_item_thumbnail">Stream item thumbnail</string>
|
|
<string name="stream_item_drag_handle">Stream item drag handle</string>
|
|
<string name="repeat_mode_no_repeat">Repeat mode: No repeat</string>
|
|
<string name="repeat_mode_repeat_all">Repeat mode: Repeat all</string>
|
|
<string name="repeat_mode_repeat_current">Repeat mode: Repeat currently playing</string>
|
|
<string name="shuffle_on">Shuffle playlist enabled</string>
|
|
<string name="shuffle_off">Shuffle playlist disabled</string>
|
|
<string name="store_playlist">Save current playlist</string>
|
|
<string name="close">Close</string>
|
|
</resources> |