-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathstrings.xml
More file actions
54 lines (49 loc) · 3.54 KB
/
strings.xml
File metadata and controls
54 lines (49 loc) · 3.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?><!--
/*
* Copyright (c) 2017–present Felipe de Leon <fglfgl27@gmail.com>
*
* This file is part of SmartTwitchTV <https://github.com/fgl27/SmartTwitchTV>
*
* SmartTwitchTV 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.
*
* SmartTwitchTV 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 SmartTwitchTV. If not, see <https://github.com/fgl27/SmartTwitchTV/blob/master/LICENSE>.
*
*/
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name">SmartTV Client for Twitch</string>
<string name="short_app_name">STTV</string>
<!--Notification-->
<string name="notification_service">Notification service running</string>
<string name="notification_live_game">Game is Live</string>
<string name="notification_live">Streamer is Live</string>
<string name="notification_title">Streamer changed title</string>
<string name="notification_game">Streamer changed game</string>
<string name="notification_title_game">Streamer changed game and title</string>
<string name="notification_text">Without this background notifications will not show</string>
<!--Warnings-->
<string name="no_network">No internet connection is available!\n\nConnect to a network so the app finishes load\n\nor\n\nAnd hold the return key to close the app.</string>
<string name="no_internet">Ping to Twitch unsuccessful for the last 30 seconds!\n\nIf the app is not working properly revise your local internet connection\n\nHold return key to close the app in case it freezes or stops working.\n\nIf the connection returns, this will auto hide, otherwise it will hide in 30 seconds\n\nThis warning can be disabled in settings</string>
<string name="external_player_fail">No external video player app available</string>
<string name="webview_exception">App failed to load because system Webview is either not present (unlikely) OR in the process of being updated, try again in a few seconds</string>
<!--Home screen channel-->
<string name="channel_disable">This was disabled or failed to load content. Press enter to refresh now (refresh only happens when the app is visible)</string>
<string name="channel_refresh">Press enter to refresh (this auto-refreshes every 30 minutes in the background), manual refresh only happens when the app is visible</string>
<string name="channel_no_user">Is necessary to add a user first to load this content</string>
<string name="channel_empty">Empty list</string>
<string name="channel_last_refresh">Last refresh - %s %s %02d:%02d</string> <!--Last refresh - Sunday May 2 12:35-->
<string name="channel_refreshed">%s home screen channel refreshed</string> <!--Live home screen channel refreshed-->
<string name="channel_live_title">%s %s since %s for %s viewers\n%s</string> <!--Playing a game, since 10:10:10 for 27.272 viewers-->
<string name="channel_game_title">%s Channels\nFor %s viewers</string> <!--27,272 Channel \n (new line) For 272.272 viewers-->
<string name="playing">Playing</string>
<string name="streaming">Streaming</string>
</resources>