You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

strings.xml 1.0KB

1234567891011121314151617181920
  1. <resources>
  2. <string name="app_name">fcm</string>
  3. <string name="quickstart_message">Quickstart message</string>
  4. <string name="log_token">Log token</string>
  5. <string name="subscribe_to_weather">Subscribe</string>
  6. <string name="msg_subscribed">Subscribed to vibration topic</string>
  7. <string name="msg_token_fmt" translatable="false">InstanceID Token: %s</string>
  8. <string name="default_notification_channel_id" translatable="false">fcm_default_channel</string>
  9. <!--
  10. This is the name that users will see when interacting with this channel.
  11. It should describe the category of notifications that will be sent through this channel
  12. -->
  13. <!-- [START fcm_default_icon_string] -->
  14. <string name="default_notification_channel_name" translatable="true">vibration</string>
  15. <!-- [END fcm_default_icon_string] -->
  16. <string name="msg_subscribe_failed">Failed to subscribe to vibration topic</string>
  17. <string name="fcm_message">FCM Message</string>
  18. <string name="subscribe">Subscribe</string>
  19. </resources>