Localizable.strings 741 B

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