PageRenderTime 31ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/branches/2010/Projects/Eneta.Portal.Deployment/Resources/EnetaSiteDefinitions.Designer.cs

#
C# | 324 lines | 177 code | 37 blank | 110 comment | 1 complexity | 6f93790869ee2a8133b176dd01c3746c MD5 | raw file
Possible License(s): LGPL-2.1
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.1
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Eneta.Portal.Deployment.Resources {
  11. using System;
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option, or rebuild your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class EnetaSiteDefinitions {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal EnetaSiteDefinitions() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Eneta.Portal.Deployment.Resources.EnetaSiteDefinitions", typeof(EnetaSiteDefinitions).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to Eneta portal articles site..
  56. /// </summary>
  57. internal static string Articles_Description {
  58. get {
  59. return ResourceManager.GetString("Articles_Description", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to Articles.
  64. /// </summary>
  65. internal static string Articles_DisplayName {
  66. get {
  67. return ResourceManager.GetString("Articles_DisplayName", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized string similar to articles.
  72. /// </summary>
  73. internal static string Articles_Name {
  74. get {
  75. return ResourceManager.GetString("Articles_Name", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to Eneta portal blogs site..
  80. /// </summary>
  81. internal static string Blogs_Description {
  82. get {
  83. return ResourceManager.GetString("Blogs_Description", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to Blogs.
  88. /// </summary>
  89. internal static string Blogs_DisplayName {
  90. get {
  91. return ResourceManager.GetString("Blogs_DisplayName", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to blogs.
  96. /// </summary>
  97. internal static string Blogs_Name {
  98. get {
  99. return ResourceManager.GetString("Blogs_Name", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to Eneta portal books site..
  104. /// </summary>
  105. internal static string Books_Description {
  106. get {
  107. return ResourceManager.GetString("Books_Description", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to Books.
  112. /// </summary>
  113. internal static string Books_DisplayName {
  114. get {
  115. return ResourceManager.GetString("Books_DisplayName", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// Looks up a localized string similar to books.
  120. /// </summary>
  121. internal static string Books_Name {
  122. get {
  123. return ResourceManager.GetString("Books_Name", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized string similar to Eneta portal companies site..
  128. /// </summary>
  129. internal static string Companies_Description {
  130. get {
  131. return ResourceManager.GetString("Companies_Description", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized string similar to Companies.
  136. /// </summary>
  137. internal static string Companies_DisplayName {
  138. get {
  139. return ResourceManager.GetString("Companies_DisplayName", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized string similar to companies.
  144. /// </summary>
  145. internal static string Companies_Name {
  146. get {
  147. return ResourceManager.GetString("Companies_Name", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// Looks up a localized string similar to Eneta portal events site..
  152. /// </summary>
  153. internal static string Events_Description {
  154. get {
  155. return ResourceManager.GetString("Events_Description", resourceCulture);
  156. }
  157. }
  158. /// <summary>
  159. /// Looks up a localized string similar to Events.
  160. /// </summary>
  161. internal static string Events_DisplayName {
  162. get {
  163. return ResourceManager.GetString("Events_DisplayName", resourceCulture);
  164. }
  165. }
  166. /// <summary>
  167. /// Looks up a localized string similar to events.
  168. /// </summary>
  169. internal static string Events_Name {
  170. get {
  171. return ResourceManager.GetString("Events_Name", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// Looks up a localized string similar to Eneta portal forum site..
  176. /// </summary>
  177. internal static string Forum_Description {
  178. get {
  179. return ResourceManager.GetString("Forum_Description", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// Looks up a localized string similar to Forum.
  184. /// </summary>
  185. internal static string Forum_DisplayName {
  186. get {
  187. return ResourceManager.GetString("Forum_DisplayName", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// Looks up a localized string similar to forum.
  192. /// </summary>
  193. internal static string Forum_Name {
  194. get {
  195. return ResourceManager.GetString("Forum_Name", resourceCulture);
  196. }
  197. }
  198. /// <summary>
  199. /// Looks up a localized string similar to Eneta portal learning site..
  200. /// </summary>
  201. internal static string Learning_Description {
  202. get {
  203. return ResourceManager.GetString("Learning_Description", resourceCulture);
  204. }
  205. }
  206. /// <summary>
  207. /// Looks up a localized string similar to Learning.
  208. /// </summary>
  209. internal static string Learning_DisplayName {
  210. get {
  211. return ResourceManager.GetString("Learning_DisplayName", resourceCulture);
  212. }
  213. }
  214. /// <summary>
  215. /// Looks up a localized string similar to learning.
  216. /// </summary>
  217. internal static string Learning_Name {
  218. get {
  219. return ResourceManager.GetString("Learning_Name", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// Looks up a localized string similar to Eneta portal magazines site..
  224. /// </summary>
  225. internal static string Magazines_Description {
  226. get {
  227. return ResourceManager.GetString("Magazines_Description", resourceCulture);
  228. }
  229. }
  230. /// <summary>
  231. /// Looks up a localized string similar to Magazines.
  232. /// </summary>
  233. internal static string Magazines_DisplayName {
  234. get {
  235. return ResourceManager.GetString("Magazines_DisplayName", resourceCulture);
  236. }
  237. }
  238. /// <summary>
  239. /// Looks up a localized string similar to magazines.
  240. /// </summary>
  241. internal static string Magazines_Name {
  242. get {
  243. return ResourceManager.GetString("Magazines_Name", resourceCulture);
  244. }
  245. }
  246. /// <summary>
  247. /// Looks up a localized string similar to Eneta portal news site..
  248. /// </summary>
  249. internal static string News_Description {
  250. get {
  251. return ResourceManager.GetString("News_Description", resourceCulture);
  252. }
  253. }
  254. /// <summary>
  255. /// Looks up a localized string similar to News.
  256. /// </summary>
  257. internal static string News_DisplayName {
  258. get {
  259. return ResourceManager.GetString("News_DisplayName", resourceCulture);
  260. }
  261. }
  262. /// <summary>
  263. /// Looks up a localized string similar to news.
  264. /// </summary>
  265. internal static string News_Name {
  266. get {
  267. return ResourceManager.GetString("News_Name", resourceCulture);
  268. }
  269. }
  270. /// <summary>
  271. /// Looks up a localized string similar to Eneta portal main site..
  272. /// </summary>
  273. internal static string Portal_Description {
  274. get {
  275. return ResourceManager.GetString("Portal_Description", resourceCulture);
  276. }
  277. }
  278. /// <summary>
  279. /// Looks up a localized string similar to Eneta.
  280. /// </summary>
  281. internal static string Portal_DisplayName {
  282. get {
  283. return ResourceManager.GetString("Portal_DisplayName", resourceCulture);
  284. }
  285. }
  286. }
  287. }