strings.xml 4.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <resources>
  2. <string name="app_name">Tsumugi</string>
  3. <string name="title_nowplaying">Tsumugi</string>
  4. <string name="title_queue_lp">Songs</string>
  5. <string name="title_chat">Chat</string>
  6. <string name="title_news">News</string>
  7. <string name="now_playing_notification_title_template">Now playing: %1$s</string>
  8. <string name="action_share">Share</string>
  9. <string name="action_reply">Reply</string>
  10. <string name="new_message_notification_title_template">New message: %1$s</string>
  11. <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">http://shelter.mahoro-net.org:8000/tsumugi</string>
  14. <string name="STREAM_URL_RSTLSS">http://stream.radiosolution.fr/rstlss.mp3</string>
  15. <string name="volume">Volume: </string>
  16. <string name="MAIN_API">https://r-a-d.io/api</string>
  17. <string name="up_next">Up next:</string>
  18. <string name="now_streaming">Now streaming</string>
  19. <string name="error_webView">Error loading WebView. Try downloading Google Chrome on Google Play, or enabling it if you disabled it.</string>
  20. <string name="load_more_results">Load more results</string>
  21. <string name="request">request</string>
  22. <string name="action_settings">Settings</string>
  23. <string name="action_refresh">Force data refresh</string>
  24. <string name="action_bug_submit">Submit a bug (GitHub)</string>
  25. <string name="github_url_new_issue">https://github.com/yattoz/Radio2/issues/</string>
  26. <string name="no_user_name">To display your favorite, set you IRC user name in Settings → Customize app behavior.</string>
  27. <string name="ra_f">.ra f</string>
  28. <string name="nowPlayingNotificationChannel">R/a/dio Stream Service</string>
  29. <string name="nowPlayingChannelId">fr.forum_thalie.tsumugi.PLAYER_SERVICE</string>
  30. <string name="streamerServiceChannel">Streamer Monitor Service</string>
  31. <string name="streamerServiceChannelId">fr.forum_thalie.tsumugi.STREAMER_NOTIFICATION_SERVICE</string>
  32. <string name="streamerNotificationChannel">New Streamer Notification</string>
  33. <string name="streamerNotificationChannelId">fr.forum_thalie.tsumugi.STREAMER_NOTIFICATION_NEW</string>
  34. <string name="warningStreamerNotif">
  35. This feature is EXPERIMENTAL.
  36. \nIt WILL consume your battery by polling the server regularly.
  37. \nUsing Twitter Push Notifications instead is largely recommended.
  38. \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
  39. \n\nAre you sure you want to enable this?</string>
  40. <string name="snackbarPersistent">Stay visible, can be closed with \"OK\" button</string>
  41. <string name="snackbarNonPersistent">Disappear after some time</string>
  42. <string name="every_day">Every day</string>
  43. <string name="working_days">Working days</string>
  44. <string name="song_to_clipboard">Song copied to clipboard!</string>
  45. <string name="listeners">Listeners</string>
  46. <string name="r_a_dio_icon">r/a/dio icon</string>
  47. <string name="split_layout">Split Now Playing screen in 2 blocks when device is horizontal</string>
  48. <string name="not_split_layout">Keep the same layout when horizontal as in vertical</string>
  49. <string name="action_sleep">Sleep timer</string>
  50. <string name="github_url_wiki_irc_for_favorites">https://github.com/yattoz/Radio2/wiki/Help:-using-favorites-with-IRC</string>
  51. <string name="dont_fetch_on_background">Disable</string>
  52. <string name="restart_the_app">You need to restart the app to apply the changes for this setting.</string>
  53. <string name="fetch_disabled_restart_the_app">
  54. 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.
  55. \n\nYou need to restart the app to apply the changes for this setting.
  56. </string>
  57. <string name="action_alarm">Alarm</string>
  58. <string name="sleep_fade_out_text">One minute before the end of the timer, the volume will gradually decrease.</string>
  59. <string name="disable">Disable</string>
  60. <string name="ed">ed</string>
  61. </resources>