// This file contains all user-visible strings which might one day wish to be translated. namespace SemiColinGames { public static class Strings { public const string Paused = "Paused"; } }