rc_lib_string.xml 755 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="rc_quit_custom_service">Custom Service Have Quit</string>
  4. <string name="rc_init_failed">Failed Connect Custom Service</string>
  5. <string name="rc_location_sharing_ended">Real-time Location session ended.</string>
  6. <string name="rc_receive_location_share_msg">A location sharing message was received.</string>
  7. <string name="rc_notification_ticker_text">You have a new message</string>
  8. <string name="rc_notification_new_msg">%1$s&#160;sent&#160;%2$d&#160;messages</string>
  9. <string name="rc_notification_new_plural_msg">%1$d&#160;contacts&#160;sent&#160;%2$d&#160;messages</string>
  10. <string name="rc_notification_channel_name">New Messages</string>
  11. </resources>