41 lines
No EOL
2 KiB
XML
41 lines
No EOL
2 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>
|
|
</resources> |