Localizable.strings 705 B

123456789101112131415161718
  1. /*
  2. Localized.strings
  3. Apex And Drivers
  4. Created by Jack on 2018/6/25.
  5. Copyright © 2018年 USAI. All rights reserved.
  6. */
  7. "alert_title_retrieve_success"="Retrieve successfully!!";
  8. "alert_msg_email_sent"="Email has been sent.";
  9. "ok"="Ok";
  10. "alert_title_error"="Error";
  11. "alert_msg_failed_retrieve_password"="Failed to retrieve password code %d";
  12. "alert_msg_uecanotempty"="User&Email can not be empty!";
  13. "alert_msg_upcanotempty"="User&Password can not be empty!";
  14. "net_not_available"="Network not available, please check.";
  15. "net_error"="Network error, can not access server.";
  16. "auth_error"="Can not login, user or password may not correct.";
  17. "ver_low"="Current App version is too low, please update.";