LibreTube/app/src/main/res/values/strings.xml

92 lines
5.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="startpage">Home</string>
<string name="subscriptions">Subscriptions</string>
<string name="library">Library</string>
<string name="yes">Yes</string>
<string name="choose_quality_dialog">Choose Quality:</string>
<string name="search_hint">Search</string>
<string name="videos">Videos</string>
<string name="subscribe">Subscribe</string>
<string name="unsubscribe">Unsubscribe</string>
<string name="share">Share</string>
<string name="download">Download</string>
<string name="save">Save</string>
<string name="username">Username</string>
<string name="password">Password</string>
<string name="login">Log in</string>
<string name="register">Register</string>
<string name="logout">Log out</string>
<string name="cancel">Cancel</string>
<string name="loggedIn">Logged in.</string>
<string name="loggedout">Logged out.</string>
<string name="registered">Registered. Now you can subscribe to channels.</string>
<string name="already_logged_in">Already logged in. You may log out of your account.</string>
<string name="login_first">Please log in and try again!</string>
<string name="instances">Choose an instance</string>
<string name="customInstance">Add a custom instance</string>
<string name="region">Choose a region</string>
<string name="login_register">Log in/Register</string>
<string name="please_login">Please log in or register in the settings first.</string>
<string name="importsuccess">Subscribed</string>
<string name="subscribeIsEmpty">Subscribe to some channels first.</string>
<string name="cannotDownload">Can\'t download this stream.</string>
<string name="dlcomplete">Download completed.</string>
<string name="dlisinprogress">Another download is already in progress. Please wait till it\'s finished.</string>
<string name="downloadfailed">Download failed.</string>
<string name="vlc">Open in VLC</string>
<string name="vlcerror">Can\'t open in VLC. Maybe it\'s not installed?</string>
<string name="import_from_yt">Import subscriptions</string>
<string name="import_from_yt_summary">From Youtube or Newpipe</string>
<string name="app_theme">Theme</string>
<string name="server_error">There is a problem with the server. Try another instance?</string>
<string name="unknown_error">Network error.</string>
<string name="error">Something went wrong.</string>
<string name="empty">You have to enter a username and password.</string>
<string name="notgmail">This is not your Gmail account.</string>
<string name="defres">Default video resolution</string>
<string name="grid">Choose grid columns</string>
<string name="emptyList">Nothing here.</string>
<string name="deletePlaylist">Delete playlist</string>
<string name="areYouSure">Delete the playlist?</string>
<string name="createPlaylist">Create playlist</string>
<string name="playlistCreated">Playlist created!</string>
<string name="playlistName">Playlist Name</string>
<string name="emptyPlaylistName">The playlist name can\'t be empty</string>
<string name="addToPlaylist">Add to Playlist</string>
<string name="success">Success!</string>
<string name="fail">Failed :(</string>
<string name="about">About</string>
<string name="changeLanguage">Change Language</string>
<string name="systemLanguage">System Language</string>
<string name="systemDefault">System Default</string>
<string name="lightTheme">Light Theme</string>
<string name="darkTheme">Dark Theme</string>
<string name="subscribers">%1$s subscribers</string>
<string name="settings">Settings</string>
<string name="location">Location</string>
<string name="instance">Instance</string>
<string name="customization">Customization</string>
<string name="website">Website</string>
<string name="videoCount">%1$s videos</string>
<string name="noInternet">No Internet Connection</string>
<string name="retry">Retry</string>
<string name="comments">Comments</string>
<string name="sponsorblock">SponsorBlock</string>
<string name="sponsorblock_summary">Uses API from https://sponsor.ajay.app/</string>
<string name="segment_skipped">Skipped segment.</string>
<string name="category_header_title">SponsorBlock</string>
<string name="sponsorblock_state">Enabled</string>
<string name="category_segments">Segments</string>
<string name="category_sponsor">Sponsor</string>
<string name="category_sponsor_description">Paid promotion, paid referrals and direct advertisements. Not for self-promotion or free shoutouts to causes/creators/websites/products they like.</string>
<string name="category_selfpromo">Unpaid/Self Promotion</string>
<string name="category_selfpromo_description">Similar to \"sponsor\" except for unpaid or self promotion. This includes sections about merchandise, donations, or information about who they collaborated with.</string>
<string name="category_interaction">Interaction Reminder (Subscribe)</string>
<string name="category_interaction_description">When there is a short reminder to like, subscribe or follow them in the middle of content. If it is long or about something specific, it should be under self promotion instead.</string>
<string name="category_intro">Intermission/Intro Animation</string>
<string name="category_intro_description">An interval without actual content. Could be a pause, static frame, repeating animation. This should not be used for transitions containing information.</string>
<string name="category_outro">Endcards/Credits</string>
<string name="category_outro_description">Credits or when the YouTube endcards appear. Not for conclusions with information.</string>
</resources>