| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <resources>
- <string name="app_name">Tsumugi</string>
- <string name="title_nowplaying">Tsumugi</string>
- <string name="title_queue_lp">Songs</string>
- <string name="title_chat">Chat</string>
- <string name="title_news">News</string>
-
- <string name="now_playing_notification_title_template">Now playing: %1$s</string>
-
-
- <string name="action_share">Share</string>
- <string name="action_reply">Reply</string>
-
- <string name="new_message_notification_title_template">New message: %1$s</string>
-
- <string name="MEDIA_ROOT_ID">radio_root_id</string>
- <string name="STREAM_URL_RADIO">https://relay0.r-a-d.io/main.mp3</string>
- <string name="STREAM_URL_TSUMUGI">http://shelter.mahoro-net.org:8000/tsumugi</string>
- <string name="STREAM_URL_RSTLSS">http://stream.radiosolution.fr/rstlss.mp3</string>
-
- <string name="volume">Volume: </string>
- <string name="MAIN_API">https://r-a-d.io/api</string>
-
- <string name="up_next">Up next:</string>
- <string name="now_streaming">Now streaming</string>
- <string name="error_webView">Error loading WebView. Try downloading Google Chrome on Google Play, or enabling it if you disabled it.</string>
- <string name="load_more_results">Load more results</string>
- <string name="request">request</string>
- <string name="action_settings">Settings</string>
- <string name="action_refresh">Force data refresh</string>
- <string name="action_bug_submit">Submit a bug (GitHub)</string>
- <string name="github_url_new_issue">https://github.com/yattoz/Radio2/issues/</string>
- <string name="no_user_name">To display your favorite, set you IRC user name in Settings → Customize app behavior.</string>
- <string name="ra_f">.ra f</string>
-
- <string name="nowPlayingNotificationChannel">R/a/dio Stream Service</string>
- <string name="nowPlayingChannelId">fr.forum_thalie.tsumugi.PLAYER_SERVICE</string>
-
- <string name="streamerServiceChannel">Streamer Monitor Service</string>
- <string name="streamerServiceChannelId">fr.forum_thalie.tsumugi.STREAMER_NOTIFICATION_SERVICE</string>
-
- <string name="streamerNotificationChannel">New Streamer Notification</string>
- <string name="streamerNotificationChannelId">fr.forum_thalie.tsumugi.STREAMER_NOTIFICATION_NEW</string>
- <string name="warningStreamerNotif">
- This feature is EXPERIMENTAL.
- \nIt WILL consume your battery by polling the server regularly.
- \nUsing Twitter Push Notifications instead is largely recommended.
- \nThis polling should only be considered as the last resort for people not wanting to register on Twitter or phones without Google Play services.\n
- \n\nAre you sure you want to enable this?</string>
- <string name="snackbarPersistent">Stay visible, can be closed with \"OK\" button</string>
- <string name="snackbarNonPersistent">Disappear after some time</string>
- <string name="every_day">Every day</string>
- <string name="working_days">Working days</string>
- <string name="song_to_clipboard">Song copied to clipboard!</string>
- <string name="listeners">Listeners</string>
- <string name="r_a_dio_icon">r/a/dio icon</string>
- <string name="split_layout">Split Now Playing screen in 2 blocks when device is horizontal</string>
- <string name="not_split_layout">Keep the same layout when horizontal as in vertical</string>
- <string name="action_sleep">Sleep timer</string>
- <string name="github_url_wiki_irc_for_favorites">https://github.com/yattoz/Radio2/wiki/Help:-using-favorites-with-IRC</string>
- <string name="dont_fetch_on_background">Disable</string>
- <string name="restart_the_app">You need to restart the app to apply the changes for this setting.</string>
- <string name="fetch_disabled_restart_the_app">
- By disabling this, you won\'t see the song get updated in the app nor in the notification when the playback is stopped, but you may save some battery.
- \n\nYou need to restart the app to apply the changes for this setting.
- </string>
- <string name="action_alarm">Alarm</string>
- <string name="sleep_fade_out_text">One minute before the end of the timer, the volume will gradually decrease.</string>
- <string name="disable">Disable</string>
- <string name="ed">ed</string>
-
- </resources>
|