strings.xml 1.4 KB

1234567891011121314151617181920212223242526272829
  1. <resources>
  2. <string name="app_name">OpenEUICC</string>
  3. <string name="no_euicc">No eUICC found on this device.</string>
  4. <string name="enabled">Enabled</string>
  5. <string name="disabled">Disabled</string>
  6. <string name="provider">Provider:</string>
  7. <string name="iccid">ICCID:</string>
  8. <string name="enable">Enable</string>
  9. <string name="delete">Delete</string>
  10. <string name="rename">Rename</string>
  11. <string name="toast_profile_enabled">eSIM profile switched. Please wait for a while when the card is restarting.</string>
  12. <string name="toast_profile_enable_failed">Cannot switch to new eSIM profile.</string>
  13. <string name="toast_profile_name_too_long">Nickname cannot be longer than 64 characters</string>
  14. <string name="profile_download">New eSIM</string>
  15. <string name="profile_download_server">Server (RSP / SM-DP+)</string>
  16. <string name="profile_download_code">Activation Code</string>
  17. <string name="profile_download_scan">Scan QR Code</string>
  18. <string name="profile_download_ok">Download</string>
  19. <string name="profile_download_failed">Failed to download eSIM. Check your activation / QR code.</string>
  20. <string name="profile_rename_new_name">New nickname</string>
  21. <string name="profile_delete_confirm">Are you sure you want to delete the profile %s? This operation is irreversible.</string>
  22. </resources>