|
@@ -65,7 +65,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string Back {
|
|
internal static string Back {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.Back);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("Back", resourceCulture);
|
|
return ResourceManager.GetString("Back", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -74,7 +78,12 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ConfirmEndSession {
|
|
internal static string ConfirmEndSession {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ConfirmEndSession);
|
|
|
|
+#else
|
|
|
|
+
|
|
return ResourceManager.GetString("ConfirmEndSession", resourceCulture);
|
|
return ResourceManager.GetString("ConfirmEndSession", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -83,7 +92,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ConfirmExitSample {
|
|
internal static string ConfirmExitSample {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ConfirmExitSample);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ConfirmExitSample", resourceCulture);
|
|
return ResourceManager.GetString("ConfirmExitSample", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -93,7 +106,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ConfirmForceStartGame {
|
|
internal static string ConfirmForceStartGame {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ConfirmForceStartGame);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ConfirmForceStartGame", resourceCulture);
|
|
return ResourceManager.GetString("ConfirmForceStartGame", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -102,7 +119,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ConfirmLeaveSession {
|
|
internal static string ConfirmLeaveSession {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ConfirmLeaveSession);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ConfirmLeaveSession", resourceCulture);
|
|
return ResourceManager.GetString("ConfirmLeaveSession", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -112,7 +133,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ConfirmMarketplace {
|
|
internal static string ConfirmMarketplace {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ConfirmMarketplace);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ConfirmMarketplace", resourceCulture);
|
|
return ResourceManager.GetString("ConfirmMarketplace", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -121,7 +146,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ConfirmQuitGame {
|
|
internal static string ConfirmQuitGame {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ConfirmQuitGame);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ConfirmQuitGame", resourceCulture);
|
|
return ResourceManager.GetString("ConfirmQuitGame", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -130,7 +159,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string CreateSession {
|
|
internal static string CreateSession {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.CreateSession);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("CreateSession", resourceCulture);
|
|
return ResourceManager.GetString("CreateSession", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -139,7 +172,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string EndSession {
|
|
internal static string EndSession {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.EndSession);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("EndSession", resourceCulture);
|
|
return ResourceManager.GetString("EndSession", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -148,7 +185,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ErrorDisconnected {
|
|
internal static string ErrorDisconnected {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ErrorDisconnected);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ErrorDisconnected", resourceCulture);
|
|
return ResourceManager.GetString("ErrorDisconnected", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -158,7 +199,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ErrorGamerPrivilege {
|
|
internal static string ErrorGamerPrivilege {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ErrorGamerPrivilege);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ErrorGamerPrivilege", resourceCulture);
|
|
return ResourceManager.GetString("ErrorGamerPrivilege", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -167,7 +212,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ErrorHostEndedSession {
|
|
internal static string ErrorHostEndedSession {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ErrorHostEndedSession);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ErrorHostEndedSession", resourceCulture);
|
|
return ResourceManager.GetString("ErrorHostEndedSession", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -177,7 +226,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ErrorNetwork {
|
|
internal static string ErrorNetwork {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ErrorNetwork);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ErrorNetwork", resourceCulture);
|
|
return ResourceManager.GetString("ErrorNetwork", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -187,7 +240,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ErrorNetworkNotAvailable {
|
|
internal static string ErrorNetworkNotAvailable {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ErrorNetworkNotAvailable);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ErrorNetworkNotAvailable", resourceCulture);
|
|
return ResourceManager.GetString("ErrorNetworkNotAvailable", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -196,7 +253,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ErrorRemovedByHost {
|
|
internal static string ErrorRemovedByHost {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ErrorRemovedByHost);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ErrorRemovedByHost", resourceCulture);
|
|
return ResourceManager.GetString("ErrorRemovedByHost", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -205,7 +266,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ErrorSessionFull {
|
|
internal static string ErrorSessionFull {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ErrorSessionFull);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ErrorSessionFull", resourceCulture);
|
|
return ResourceManager.GetString("ErrorSessionFull", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -216,7 +281,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ErrorSessionNotFound {
|
|
internal static string ErrorSessionNotFound {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ErrorSessionNotFound);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ErrorSessionNotFound", resourceCulture);
|
|
return ResourceManager.GetString("ErrorSessionNotFound", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -226,7 +295,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ErrorSessionNotJoinable {
|
|
internal static string ErrorSessionNotJoinable {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ErrorSessionNotJoinable);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ErrorSessionNotJoinable", resourceCulture);
|
|
return ResourceManager.GetString("ErrorSessionNotJoinable", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -235,7 +308,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ErrorTrialMode {
|
|
internal static string ErrorTrialMode {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ErrorTrialMode);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ErrorTrialMode", resourceCulture);
|
|
return ResourceManager.GetString("ErrorTrialMode", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -244,7 +321,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ErrorUnknown {
|
|
internal static string ErrorUnknown {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ErrorUnknown);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ErrorUnknown", resourceCulture);
|
|
return ResourceManager.GetString("ErrorUnknown", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -253,7 +334,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string Exit {
|
|
internal static string Exit {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.Exit);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("Exit", resourceCulture);
|
|
return ResourceManager.GetString("Exit", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -262,7 +347,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string FindSessions {
|
|
internal static string FindSessions {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.FindSessions);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("FindSessions", resourceCulture);
|
|
return ResourceManager.GetString("FindSessions", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -271,7 +360,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string HostSuffix {
|
|
internal static string HostSuffix {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.HostSuffix);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("HostSuffix", resourceCulture);
|
|
return ResourceManager.GetString("HostSuffix", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -280,7 +373,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string JoinSession {
|
|
internal static string JoinSession {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.JoinSession);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("JoinSession", resourceCulture);
|
|
return ResourceManager.GetString("JoinSession", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -289,7 +386,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string LeaveSession {
|
|
internal static string LeaveSession {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.LeaveSession);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("LeaveSession", resourceCulture);
|
|
return ResourceManager.GetString("LeaveSession", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -298,7 +399,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string Loading {
|
|
internal static string Loading {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.Loading);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("Loading", resourceCulture);
|
|
return ResourceManager.GetString("Loading", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -307,7 +412,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string Lobby {
|
|
internal static string Lobby {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.Lobby);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("Lobby", resourceCulture);
|
|
return ResourceManager.GetString("Lobby", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -316,7 +425,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string MainMenu {
|
|
internal static string MainMenu {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.MainMenu);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("MainMenu", resourceCulture);
|
|
return ResourceManager.GetString("MainMenu", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -327,7 +440,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string MessageBoxUsage {
|
|
internal static string MessageBoxUsage {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.MessageBoxUsage);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("MessageBoxUsage", resourceCulture);
|
|
return ResourceManager.GetString("MessageBoxUsage", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -336,7 +453,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string MessageGamerJoined {
|
|
internal static string MessageGamerJoined {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.MessageGamerJoined);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("MessageGamerJoined", resourceCulture);
|
|
return ResourceManager.GetString("MessageGamerJoined", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -345,7 +466,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string MessageGamerLeft {
|
|
internal static string MessageGamerLeft {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.MessageGamerLeft);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("MessageGamerLeft", resourceCulture);
|
|
return ResourceManager.GetString("MessageGamerLeft", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -354,7 +479,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string NetworkBusy {
|
|
internal static string NetworkBusy {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.NetworkBusy);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("NetworkBusy", resourceCulture);
|
|
return ResourceManager.GetString("NetworkBusy", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -363,7 +492,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string NoSessionsFound {
|
|
internal static string NoSessionsFound {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.NoSessionsFound);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("NoSessionsFound", resourceCulture);
|
|
return ResourceManager.GetString("NoSessionsFound", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -372,7 +505,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string Paused {
|
|
internal static string Paused {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.Paused);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("Paused", resourceCulture);
|
|
return ResourceManager.GetString("Paused", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -381,7 +518,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string PlayerMatch {
|
|
internal static string PlayerMatch {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.PlayerMatch);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("PlayerMatch", resourceCulture);
|
|
return ResourceManager.GetString("PlayerMatch", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -390,7 +531,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string QuitGame {
|
|
internal static string QuitGame {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.QuitGame);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("QuitGame", resourceCulture);
|
|
return ResourceManager.GetString("QuitGame", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -399,7 +544,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ResumeGame {
|
|
internal static string ResumeGame {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ResumeGame);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ResumeGame", resourceCulture);
|
|
return ResourceManager.GetString("ResumeGame", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -408,7 +557,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string ReturnToLobby {
|
|
internal static string ReturnToLobby {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.ReturnToLobby);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("ReturnToLobby", resourceCulture);
|
|
return ResourceManager.GetString("ReturnToLobby", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -417,7 +570,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string SinglePlayer {
|
|
internal static string SinglePlayer {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.SinglePlayer);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("SinglePlayer", resourceCulture);
|
|
return ResourceManager.GetString("SinglePlayer", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -426,7 +583,11 @@ namespace CatapultGame {
|
|
/// </summary>
|
|
/// </summary>
|
|
internal static string SystemLink {
|
|
internal static string SystemLink {
|
|
get {
|
|
get {
|
|
|
|
+#if ANDROID
|
|
|
|
+ return Android.App.Application.Context.Resources.GetString(CatapultWarsNet.Resource.String.SystemLink);
|
|
|
|
+#else
|
|
return ResourceManager.GetString("SystemLink", resourceCulture);
|
|
return ResourceManager.GetString("SystemLink", resourceCulture);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|