2018-03-02 16:10:13 -08:00
|
|
|
<resources>
|
|
|
|
<string name="app_name">PeerTube</string>
|
2018-03-11 06:51:39 -07:00
|
|
|
|
|
|
|
<string name="title_activity_torrent_video_play">TorrentVideoPlayActivity</string>
|
|
|
|
<string name="title_activity_settings">Settings</string>
|
2018-03-02 17:46:01 -08:00
|
|
|
<string name="title_activity_login">Sign in</string>
|
|
|
|
|
|
|
|
<!-- Strings related to login -->
|
2018-03-03 16:44:34 -08:00
|
|
|
<string name="prompt_server">Server</string>
|
2018-03-02 17:46:01 -08:00
|
|
|
<string name="prompt_email">Email</string>
|
|
|
|
<string name="prompt_password">Password (optional)</string>
|
2018-03-03 16:44:34 -08:00
|
|
|
<string name="action_sign_in">Sign in</string>
|
2018-03-02 17:46:01 -08:00
|
|
|
<string name="action_sign_in_short">Sign in</string>
|
|
|
|
<string name="error_invalid_email">This email address is invalid</string>
|
|
|
|
<string name="error_invalid_password">This password is too short</string>
|
|
|
|
<string name="error_incorrect_password">This password is incorrect</string>
|
|
|
|
<string name="error_field_required">This field is required</string>
|
|
|
|
<string name="permission_rationale">"Contacts permissions are needed for providing email
|
|
|
|
completions."
|
|
|
|
</string>
|
2018-03-03 14:08:18 -08:00
|
|
|
|
2018-03-11 06:51:39 -07:00
|
|
|
<!-- Action bar -->
|
|
|
|
<string name="action_bar_title_settings">Settings</string>
|
2018-03-03 14:08:18 -08:00
|
|
|
|
2018-03-11 06:51:39 -07:00
|
|
|
<!-- Bottom navigation bar -->
|
|
|
|
<string name="bottom_nav_title_home">Home</string>
|
|
|
|
<string name="bottom_nav_title_trending">Trending</string>
|
|
|
|
<string name="bottom_nav_title_subscriptions">Subscriptions</string>
|
|
|
|
<string name="bottom_nav_title_account">Account</string>
|
2018-03-03 16:06:32 -08:00
|
|
|
|
2018-03-11 06:51:39 -07:00
|
|
|
<!-- Strings related to Settings -->
|
|
|
|
<string name="pref_default_api_base_url" formatted="false">https://troll.tv</string>
|
|
|
|
<string name="pref_title_peertube_server">PeerTube Server</string>
|
2018-03-03 16:44:34 -08:00
|
|
|
|
2018-03-11 09:21:30 -07:00
|
|
|
|
|
|
|
<!-- Strings related to Video meta data -->
|
|
|
|
<string name="meta_data_seperator">\u0020-\u0020</string>
|
|
|
|
<string name="meta_data_views">\u0020Views</string>
|
|
|
|
<string name="meta_data_owner_seperator">\@</string>
|
|
|
|
|
2018-03-02 16:10:13 -08:00
|
|
|
</resources>
|