// </auto-generated>
//------------------------------------------------------------------------------
-namespace Oobe.Common.Resources {
+namespace OobeCommon.Resources {
using System;
return ResourceManager.GetString("_Title", resourceCulture);
}
}
-
+
/// <summary>
- /// Looks up a localized string similar to Title.
+ /// Looks up a localized string similar to Choose language.
+ /// </summary>
+ public static string CHOOSE_LANGUAGE {
+ get {
+ return ResourceManager.GetString("CHOOSE_LANGUAGE", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose region.
+ /// </summary>
+ public static string CHOOSE_REGION {
+ get {
+ return ResourceManager.GetString("CHOOSE_REGION", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose Wi-Fi Network.
+ /// </summary>
+ public static string CHOOSE_WIFI_NETWORK {
+ get {
+ return ResourceManager.GetString("CHOOSE_WIFI_NETWORK", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to CONTINUE.
/// </summary>
public static string CONTINUE {
get {
return ResourceManager.GetString("CONTINUE", resourceCulture);
}
}
-
- public static string CHOOSE_LANGUAGE {
+
+ /// <summary>
+ /// Looks up a localized string similar to GET STARTED.
+ /// </summary>
+ public static string GET_STARTED {
get {
- return ResourceManager.GetString("CHOOSE_LANGUAGE", resourceCulture);
+ return ResourceManager.GetString("GET_STARTED", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to I have read and agree to terms and conditions.
+ /// </summary>
+ public static string I_HAVE_READ_AND_AGREE_TO_TERMS_AND_CONDITIONS {
+ get {
+ return ResourceManager.GetString("I_HAVE_READ_AND_AGREE_TO_TERMS_AND_CONDITIONS", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Poland.
+ /// </summary>
+ public static string POLAND {
+ get {
+ return ResourceManager.GetString("POLAND", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to PREVIOUS.
+ /// </summary>
+ public static string PREVIOUS {
+ get {
+ return ResourceManager.GetString("PREVIOUS", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SKIP.
+ /// </summary>
+ public static string SKIP {
+ get {
+ return ResourceManager.GetString("SKIP", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to South Korea.
+ /// </summary>
+ public static string SOUTH_KOREA {
+ get {
+ return ResourceManager.GetString("SOUTH_KOREA", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Terms and conditions.
+ /// </summary>
+ public static string TERMS_AND_CONDITIONS {
+ get {
+ return ResourceManager.GetString("TERMS_AND_CONDITIONS", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to United Kingdom.
+ /// </summary>
+ public static string UNITED_KINGDOM {
+ get {
+ return ResourceManager.GetString("UNITED_KINGDOM", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Welcome to Tizen IoT!.
+ /// </summary>
+ public static string WELCOME_TITLE {
+ get {
+ return ResourceManager.GetString("WELCOME_TITLE", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to You must scroll down and read the whole text above.
+ /// </summary>
+ public static string YOU_MUST_SCROLL_DOWN_AND_READ_THE_WHOLE_TEXT_ABOVE {
+ get {
+ return ResourceManager.GetString("YOU_MUST_SCROLL_DOWN_AND_READ_THE_WHOLE_TEXT_ABOVE", resourceCulture);
}
}
-
}
}