|
@@ -1,4 +1,15 @@
|
1
|
1
|
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
|
|
2
|
+
|
|
3
|
+ <!-- URLs -->
|
|
4
|
+ <string name="STREAM_URL_RADIO">https://relay0.r-a-d.io/main.mp3</string>
|
|
5
|
+ <string name="STREAM_URL_TSUMUGI">http://shelter.mahoro-net.org:8000/tsumugi</string>
|
|
6
|
+ <string name="STREAM_URL_RSTLSS">http://stream.radiosolution.fr/rstlss.mp3</string>
|
|
7
|
+ <string name="github_url_new_issue">https://github.com/yattoz/Tsumugi-app/issues/</string>
|
|
8
|
+ <string name="website_url">https://tsumugi.forum-thalie.fr/</string>
|
|
9
|
+ <string name="rss_url">https://tsumugi.forum-thalie.fr/?feed=rss2</string>
|
|
10
|
+ <string name="planning_url">ADD SOME URL HERE</string>
|
|
11
|
+
|
|
12
|
+
|
2
|
13
|
<string name="app_name">Tsumugi</string>
|
3
|
14
|
<string name="title_nowplaying">Tsumugi</string>
|
4
|
15
|
<string name="title_queue_lp">Songs</string>
|
|
@@ -9,9 +20,7 @@
|
9
|
20
|
<string name="now_playing_notification_title_template">Now playing: %1$s</string>
|
10
|
21
|
|
11
|
22
|
<string name="MEDIA_ROOT_ID">radio_root_id</string>
|
12
|
|
- <string name="STREAM_URL_RADIO">https://relay0.r-a-d.io/main.mp3</string>
|
13
|
|
- <string name="STREAM_URL_TSUMUGI">https://radio.mahoro-net.org/streams/tsumugi</string>
|
14
|
|
- <string name="STREAM_URL_RSTLSS">http://stream.radiosolution.fr/rstlss.mp3</string>
|
|
23
|
+
|
15
|
24
|
|
16
|
25
|
<string name="volume">Volume: </string>
|
17
|
26
|
|
|
@@ -20,9 +29,8 @@
|
20
|
29
|
<string name="error_webView">Error loading WebView. Try downloading Google Chrome on Google Play, or enabling it if you disabled it.</string>
|
21
|
30
|
<string name="action_settings">Settings</string>
|
22
|
31
|
<string name="action_bug_submit">Submit a bug (GitHub)</string>
|
23
|
|
- <string name="github_url_new_issue">https://github.com/yattoz/Tsumugi-app/issues/</string>
|
24
|
32
|
|
25
|
|
- <string name="nowPlayingNotificationChannel">R/a/dio Stream Service</string>
|
|
33
|
+ <string name="nowPlayingNotificationChannel">Tsumugi Stream Service</string>
|
26
|
34
|
<string name="nowPlayingChannelId">fr.forum_thalie.tsumugi.PLAYER_SERVICE</string>
|
27
|
35
|
|
28
|
36
|
<string name="snackbarPersistent">Stay visible, can be closed with \"OK\" button</string>
|
|
@@ -41,9 +49,6 @@
|
41
|
49
|
<string name="action_alarm">Alarm</string>
|
42
|
50
|
<string name="sleep_fade_out_text">One minute before the end of the timer, the volume will gradually decrease.</string>
|
43
|
51
|
<string name="disable">Disable</string>
|
44
|
|
- <string name="website_url">https://tsumugi.forum-thalie.fr/</string>
|
45
|
|
- <string name="rss_url">https://tsumugi.forum-thalie.fr/?feed=rss2</string>
|
46
|
|
- <string name="planning_url">ADD SOME URL HERE</string>
|
47
|
52
|
<string name="select_one_day">Select at least one day</string>
|
48
|
53
|
<string name="no_alarm_set">No alarm set</string>
|
49
|
54
|
<string name="next_alarm">Next alarm:</string>
|