strings.xml 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="no_euicc">No eUICC found on this device.\nOn some devices, you may need to enable dual SIM first in the menu of this app.</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="disable">Disable</string>
  10. <string name="delete">Delete</string>
  11. <string name="rename">Rename</string>
  12. <string name="toast_profile_enabled">eSIM profile switched. Please wait for a while when the card is restarting.</string>
  13. <string name="toast_profile_enable_failed">Cannot switch to new eSIM profile.</string>
  14. <string name="toast_profile_name_too_long">Nickname cannot be longer than 64 characters</string>
  15. <string name="profile_download">New eSIM</string>
  16. <string name="profile_download_server">Server (RSP / SM-DP+)</string>
  17. <string name="profile_download_code">Activation Code</string>
  18. <string name="profile_download_confirmation_code">Confirmation Code (Optional)</string>
  19. <string name="profile_download_imei">IMEI (Optional)</string>
  20. <string name="profile_download_scan">Scan QR Code</string>
  21. <string name="profile_download_ok">Download</string>
  22. <string name="profile_download_failed">Failed to download eSIM. Check your activation / QR code.</string>
  23. <string name="profile_rename_new_name">New nickname</string>
  24. <string name="profile_delete_confirm">Are you sure you want to delete the profile %s? This operation is irreversible.</string>
  25. </resources>