Localizable.strings 724 B

123456789101112131415161718192021
  1. /* note ':s' becomes 'assaultcube' */
  2. /* tabs */
  3. "Main" = "Main";
  4. "Server" = "Server";
  5. "Ok" = "Ok";
  6. "Cancel" = "Cancel";
  7. "Start" = "Start";
  8. "Stop" = "Stop";
  9. "ServerAlertMesg" = "Error - Can't launch server";
  10. "ClientAlertTitle" = "Can't start :s";
  11. "ClientAlertMesg" = "Try moving the game folder contain :s so that the path doesn't contain weird characters, or start :s manually.";
  12. "InitAlertTitle" = "Invalid installation";
  13. "InitAlertMesg" = "Cannot find game data and executable";
  14. "FileAlertTitle" = "Invalid file location";
  15. "FileAlertMesg" = "Can only load files that are within the :s home or the original :s package folder. Do you want to show this folder?";