NewPipe-app-android/app/src/main/res/values/strings.xml

69 lines
4.4 KiB
XML
Raw Normal View History

<?xml version='1.0' encoding='utf-8'?>
2015-09-04 02:15:03 +02:00
<resources>
2015-11-29 11:49:47 +01:00
<string name="app_name" translatable="false">NewPipe</string>
2016-01-01 22:23:00 +01:00
<string name="background_player_name">NewPipe Background Player</string>
2015-11-29 11:49:47 +01:00
<string name="title_videoitem_detail" translatable="false">NewPipe</string>
2015-11-26 20:43:16 +01:00
<string name="viewCountText">%1$s views</string>
<string name="uploadDateText">Uploaded on %1$s</string>
<string name="noPlayerFound">No stream player found. You may want to install one.</string>
<string name="installStreamPlayer">Install</string>
2015-09-04 02:15:03 +02:00
<string name="cancel">Cancel</string>
2015-11-29 11:49:47 +01:00
<string name="fdroidVLCurl" translatable="false">https://f-droid.org/repository/browse/?fdfilter=vlc&amp;fdid=org.videolan.vlc</string>
2015-09-04 02:15:03 +02:00
<string name="open_in_browser">Open in browser</string>
<string name="share">Share</string>
2016-01-01 22:23:00 +01:00
<string name="loading">Loading</string>
2015-09-04 02:15:03 +02:00
<string name="download">Download</string>
<string name="search">Search</string>
<string name="settings">Settings</string>
<string name="didYouMean">Did you mean: </string>
<string name="searchPage">Search page: </string>
<string name="shareDialogTitle">Share with:</string>
<string name="chooseBrowser">Choose browser:</string>
<string name="screenRotation">rotation</string>
<string name="title_activity_settings">Settings</string>
<string name="useExternalVideoPlayerTitle">Use external video player</string>
2015-12-20 18:15:48 +01:00
<string name="useExternalAudioPlayerTitle">Use external audio player</string>
2015-09-04 02:15:03 +02:00
<string name="downloadLocation">Download location</string>
<string name="downloadLocationSummary">Path to store downloaded videos in.</string>
<string name="downloadLocationDialogTitle">Enter download path</string>
2015-09-11 09:50:30 +02:00
<string name="autoPlayThroughIntentTitle">Autoplay through Intent</string>
<string name="autoPlayThroughIntentSummary">Automatically starts a video when it was called from another app.</string>
<string name="defaultResolutionPreferenceTitle">Default Resolution</string>
<string name="playWithKodiTitle">Play with Kodi</string>
<string name="koreNotFound">Kore app not found. Kore is needed to play videos with Kodi media center.</string>
<string name="installeKore">Install Kore</string>
2015-11-29 11:49:47 +01:00
<string name="fdroidKoreUrl" translatable="false">https://f-droid.org/repository/browse/?fdfilter=Kore&amp;fdid=org.xbmc.kore</string>
<string name="showPlayWithKodiTitle">Show \"Play with Kodi\" option</string>
<string name="showPlayWithKodiSummary">Displays an option to play a video via Kodi media center.</string>
<string name="playAudio">Audio</string>
<string name="defaultAudioFormatTitle">Default audio format</string>
<string name="webMAudioDescription">WebM - free format</string>
<string name="m4aAudioDescription">m4a - better quality</string>
<string name="downloadDialogTitle">Download</string>
<string-array name="downloadOptions">
<item>Video</item>
<item>Audio</item>
</string-array>
<string name="nextVideoTitle">Next video</string>
<string name="showNextAndSimilarTitle">Show next and similar videos</string>
<string name="urlNotSupportedText">URL not supported.</string>
<string name="showSimilarVideosButtonText">Similar videos</string>
2015-11-10 18:36:35 +01:00
<string name="searchLanguageTitle">Preferable content language</string>
<string name="settingsCategoryVideoAudioTitle">VIDEO &amp; AUDIO</string>
<string name="settingsCategoryVideoInfoTittle">INFO</string>
<string name="settingsCategoryEtcTitle">ETC</string>
<string name="backgroundPlayerTickerText" translatable="false">%1$s - NewPipe</string>
<string name="backgroundPlayerStartPlayingToast">Playing in background</string>
<string name="c3sUrl" translatable="false">https://www.c3s.cc/</string>
2016-01-02 16:08:18 +01:00
<string name="play">Play</string>
<!-- Content descriptions (for better accessibility) -->
<string name="itemThumbnailViewDescription">Video preview thumbnail</string>
<string name="detailThumbnailViewDescription">Video preview thumbnail</string>
<string name="detailUploaderThumbnailViewDescription">Uploader thumbnail</string>
2015-12-14 11:07:54 +01:00
<string name="detailThumbsDownImgViewDescription">Dislikes</string>
<string name="detailThumbsUpImgViewDescription">Likes</string>
2015-12-24 14:55:33 +01:00
<string name="useTor">Use Tor</string>
<string name="useTorSummary">Force download traffic through Tor for increased privacy (streaming videos not yet supported)</string>
</resources>